/IsShutterOpen
Returns true if shutter is open and false otherwise.
false
/State
Get state of shutter & interlock unit.
{ "IsInterlockOpen": false, "IsShutterOpen": false, "IsShutterOpenIgnoringTemporarily": false, "IsShutterTemporarilyClosedDueSafetyReasons": false }
/IsInterlockOpen
Returns true if interlock is open and false otherwise.
true
/OpenCloseShutter
Opens shutter if parameter is True, closes if false. If shutter can't be opened due safety reasons method returns HTTP code 200 (OK) and ignores command.
false
/OpenShutter
Opens shutter. If shutter can't be opened due safety reasons method returns HTTP code 200 (OK) and ignores command.
/CloseShutter
Closes shutter.
/CloseLaserOutputBeforeChangingShutter
If set to true will try to close laser output before opening/closing shutter. Output will be enabled after shutter state change. Laser control has to be configured (see /OutputControlWithLaserState).
false
/OutputControlWithLaserState
Get configuration and state of shutter control by lasers output control (i.e. pulse picker).
{ "IsConnectionToLaserOk": false, "IsControlByLaserEnabled": false, "IsLaseControlConfiguredOk": false }