06-06-2006 11:53 AM
06-07-2006 04:25 PM
06-08-2006 04:05 AM
@teky wrote:
I am trying to create modify a VI that was created using labview v6.0. I am modifying it in 8.0. The old program uses the Analogue input VI called 'AI Acquire Waveforms' I just uses a device number with the appropriate count, rate and other settings. Instead I want to use a VI in the Universal Library for LabView with version 8.0 program. The VI I specifically want to use is called AI Sc Fgd i think. Same sort of idea, uses a 'Board number' instead of device number. The main difference is that on the 'AI Acquire Waveforms' VI, the output wire type is a 2D array, an Actual period time, and an error out. On the other AI Sc Fgd it has a single array of ADData type, an Actual rate, and an error out. The 2D array must be transformed in order to be graphed. So to ge to the point here, the old version does the transform and uses two Array Index VIs for index 0,1. How can I make the same output for the AI Sc Fgd? Thanks,-Tekky
The "Universal Library for LabVIEW" is a product sold by Measurement Computing http://www.measurementcomputing.com to support their range of DAQ hardware. Their website shows that the LabVIEW 6.0 version is the latest that they do. I have used their their USB thermocouple module successfully with LV7.1 but haven't tried it with LV8. Perhaps their Tech Support can offer some help?
Tim Norris
06-08-2006 10:48 AM