06-04-2009 03:54 PM
This should be pretty straight forward.
I have a digital input I want to read.
the digital input is from a 9401 module on a crio 9104 but not running fpga (scan)
The VIs are just being run from computer and not as a stand alone device.
I cant find a relevent example to get started.
I dropped the module i want to read (DIO0)into the VI.
The data type is boolean and it cant be changed.
here are some screen shots
--the VI
Any help on how to read the digitial data is appreciated.
thanks
06-05-2009 02:59 PM
Data type for a single digital I/O is boolean. What were you expecting?
Have you looked at the cRIO examples that ship with LV?
06-05-2009 03:41 PM
humm.
yea, someone from NI emailed me the example files.
For some reason, the example files is not in my example labview install directory.
Regardless, the examples files are all for FPGA rather than scan mode which i didnt want.
I think I have a better understanding.
Basically I need a device that reads serial streaming data on one channel.
This particular module, from what i understand, is only for high or lows.
Im not sure why it cant do streaming data with enough software programming but it would be similar to buidling a communication driver. Ill probaby just build the driver myself or do this work outside of labview.
06-08-2009 06:49 AM