05-27-2013 09:18 AM - edited 05-27-2013 09:19 AM
hi,
In the experiment I want to control a relay, so I use the MAX to generate a digital output task and then transfer it to example code in labview as below. How can I amend this code so that when the module ouput 1 there is a synchronous LED display on the front board.
Thanks~~~
05-28-2013 08:27 PM
Use single sample digital writes inside your loop. Use a shift register to hold the state (T or F) and invert each iteration. Now you can just wire the state wire to a front panel led and be sure that it is sync'd to the digital output.