148
● When the monitored analog IO value meets the condition, the
commands contained in the code block will be executed, and the
condition are =, ≠, >, ≥, <, ≤.
IO trigger logic of UFactory studio:
1. UFactory studio obtains the IO state every 100ms, and uses the IO
state value obtained for the first time as the initial value.
2. Compare the IO state obtained the second time with the IO state
obtained last time. If the IO state changes, a callback meeting the
condition is triggered.