Digital I/O

cancel
Showing results for 
Search instead for 
Did you mean: 

how to diplay digital i/o in tabular form

Iam able to read the digital i/o as 1s or 0s but i want to display these binary valus in tabular form.How can i do?
any examples are welcome
0 Kudos
Message 1 of 4
(3,459 Views)
Dear Dilreddy2001in,

to store the values in a table. It should be very simple. You read the values in a array. After it you write the array in a table.

Hope this helps,

best regards.

SebastianN
0 Kudos
Message 2 of 4
(3,459 Views)
Thank u very much,now i can read the digital values in tabular form.How can i use triggers to get digital value,like if the voltage is less than some value the óutput should be zero.If not it should show 1.Iam attaching my sample code,please let me know where can i place trigger in my VI.
0 Kudos
Message 3 of 4
(3,459 Views)
Dear dilreddy2001in,

to trigger the port use the "Digital Trigger.VI".
Hope this helps.

Best regards.

SebastianN
0 Kudos
Message 4 of 4
(3,459 Views)