06-11-2019 12:57 PM
Hi,
I'm using the NI 9263 to apply 2.5V in a sample and after 120 seconds I need to apply 0V. I need this process to repeat itself endlessly, until I want to stop.
For example: 0V --> 120s --> 2,5V --> 120s --> 0V --> 120s --> .....
How should I do this?
Solved! Go to Solution.
06-11-2019 01:59 PM
Hi Matheus,
a little state machine with 3 states: switch on, switch off and wait comes to mind.
What have you tried so far?
Also: Is this a windows application or are you on RT?
06-11-2019 02:21 PM
06-11-2019 02:51 PM
06-12-2019 11:37 AM
Hi Peter,
Tou are right. A state machine solved my problem. However, I used a machine with 2 states.
Thank you.
06-12-2019 11:40 AM
Hi GerdW.
I have used a state machine with 2 stages and solved my problem. However, your solution is also valid.
Thank you.