Missing Drive Command
Platform: Process Simulate
A WaitDevice command waits for a device that was never driven by a corresponding drive command. Resolver cannot resolve what the device should be waiting for, so it blocks the export.
Dialog shown in Resolver
Modelling error! WaitDevice command {command} at operation {operationPath} is executed for destination device {deviceName} without corresponding drive command.
What you can do in this dialog
- Can you continue export? No
- Buttons in the popup: OK
- What happens next: The export does not continue until the missing drive command is added.
- Next step: How to fix it
Impact if you continue
Export cannot complete while a WaitDevice command has no corresponding drive command. The device has no defined motion to wait for.
How to fix it
- Open the operation named in the dialog and locate the
WaitDevicecommand for the reported device. - Add the missing drive command for that device earlier in the sequence, so the
WaitDevicehas a corresponding drive to wait for. - If the drive command exists but belongs to a different operation, move it so it precedes the
WaitDevicein the same flow. - Save the study and re-run export.