On simulation drivedevice (custom xml command) is ignored.
Example:
# Destination My clamp A10
# Drive OPEN
- Check the simulation monitor for errors/warnings.
- It could be File / Options / Ignore Logic.
- Object names with space can be problematic since space is the separator for # commands (especially the ones with multiple arguments). This was the cause in this case (shown in problem example).
Working fine example would be as ahead, where the object was renamed, and spaces were replaced by underscores:
# Destination My_clamp_A10
# Drive OPEN
Notes