09-16-2005 01:26 AM
09-16-2005 01:36 AM
Hi,
if you want to use the TestStand API for aspects concerning creation or modification of sequences take a look at:
...\TestStand 3.x\OperatorInterfaces\NI\TestStand 2.0.1 Operator Interfaces (Old)\Simple\LabVIEW 6.1
if you want to get an impression of the methods, properties and events of the available GUI Controls look at:
...\TestStand 3.1\OperatorInterfaces\NI\Simple\LabVIEW
Regards,
09-16-2005 02:48 AM
Hi,
You can also try http://zone.ni.com/devzone/devzone.nsf/webcategories/0195DDBE3C3B6F0A862567B3006BED4E
Also search the teststand forum as an number of examples have been posted over the years.
Regards
Ray Farmer
09-27-2005 08:32 AM
09-27-2005 09:08 AM
Hi holy,
I am not familiar with that instrument, but looking at the spec, it doesn't look like its compatible with IVI.
The product spec says it comes with a driver for labview and probably some example VI's.
Therefore to interface with TestStand you will have to use the LabVIEW adapter rather than the IVI step types.
If you are using TestStand 3.x, then you should be able to interface to the individual driver VI's or create your own higher level function VI and call these using the LabVIEW Adapter.
The driver doesn't appear to be available as a download from the NI website, otherwise I would have created an example sequence file for you.
Hope this offers some help.
Regards
Ray Farmer
09-27-2005 09:12 AM
09-28-2005 01:44 PM
09-28-2005 03:20 PM
Hi holy,
As Dan has stated, there is an example of IVI step types in the examples\ivi. I have attached it any way (TS3.0 version).
Regards
Ray Farmer