Question
Is it possible to monitor the digital input as a reset for state logic in the script?
Answer
Sensor Model | All |
Firmware Version | 3.x, 4.x |
SDK Version | 3.x, 4.x |
The following scripting API stamp function can be used to retrieve the current digital input state:
unsigned int Stamp_Inputs()
The digital input state can be monitored to trigger a reset logic in the script.
Comments
0 comments
Please sign in to leave a comment.