I have a LabVIEW code which needs to be timer control in terms of code running. The code should work as follows?
1. Need a timer that resets every 60 seconds.
2. From 0-30 seconds, the code should write the value 0(zero) to Modbus register 9 of slave device address 5
3. from 31 - 60 seconds, the code will write the value 256 to same Modbus register 9 of slave device address 5.
4. The timer will reset to zero and this loop continues for every 60 seconds.
Does anyone in the forum got an idea or a typical LabVIEW code that can perform the above function?