09-10-2007 03:46 PM
09-11-2007 10:01 AM
09-12-2007 10:54 AM
09-12-2007 10:57 AM
09-12-2007 11:10 AM
09-12-2007 11:33 AM
09-12-2007 03:23 PM
01-12-2013 05:49 AM
Dear Sir.
I am working with NI6251 as well as NI6509 DID daq card,I need to have digital output in 2D Boolean 1st then next Analog Input should trigger after the AI measurement then loop will back to Digital output loop and changes the Boolean value then same procedure next Analog Input then back to Digital Output,like that I need to have 32 loops,so please help how to synchronize the Digital Output as well as Analog Input in a single VI
Thanking You.
Raikar A G
01-14-2013 04:40 PM
Hello Raikar,
Thanks for posting at NI forums! It is always recommended to start a new forum for a new question. If you want to have alternating tasks between analog input and digital output, you could use a state machine with three cases: Digital Output, Analog Input and Stop. Using the enum constants you can alternate between both of them programmatically and by using shift registers, you can change the Boolean value. I made a very simple example, I hope it helps.
Best Regards,
Alina M
01-15-2013 01:28 AM
Dear Sir.
Thanks for posting VI,I need a clarification in your VI Digital output task will be close before AI measurement,I am connecting digital Output port to a MUX adg732 input for changing switch pins between I/p and O/p terminals i am having 32 RTD,i am connecting each one pin of RTD to MUX I/P and from MUX output it is connected to AI0 channel,another side RTD point connected to GND of DAQ,I am going to measure RTD resistance here.
Thanking You.
Raikar A G