RobotStudio event

Overwriting existing modules?

philhoward
edited October 2013 in Robot Controller
Scenario:<div>I want to be able to overwrite an existing module (contains user-defined data types) during running.  Having read the LOAD command fully, it looks like it will return an error ERR_LOADED if the module (.sys) already exists rather than just overwrite the existing one.  If I UNLOAD the .sys module, won't this create RAPID errors as all of a sudden as the declarations have (temporarily) been removed?</div><div><br></div><div>Is there any way of loading AND overwriting an existing module?</div>