LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

gpib and/or rs232 communication indicator

Hi,

I'm using IEEE 488 and RS232 communications throughout long sequences and everything is running just fine. What I would like to add is a couple of small indicators showing that the interfaces are actually working and/or data is being written/read (e.g blinking LEDs), any ideas???

Thanks!
0 Kudos
Message 1 of 2
(2,490 Views)
Add a state in your state machine which toggles an indicator after every n bytes are written or read. The value of n should be selected according to the data rate so that the indicator switches state at 1-2 Hz. Go to this state between after each read or write to update the byte counter.

Lynn
0 Kudos
Message 2 of 2
(2,490 Views)