LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I need to acquire an signal with an external input start and stop from 6527 card how can i do that???

how can i do that in labview?
0 Kudos
Message 1 of 2
(2,440 Views)
Greetings,

The 6527 does not support triggering, but it does support messaging in the form of change notification. With change notification, the 6527 generates a message when one or more user-selected lines changes (low to high, high to low, or both). You could use this notification of a change to read the status of other input lines. An example using this feature is installed with LabVIEW in the following location:

Examples >> Hardware Input and Output >> DAQ >> Digital Input and Output >> 652x >> DIO652x Change Occurence.vi

Good luck with your application.

Spencer S.
0 Kudos
Message 2 of 2
(2,440 Views)