10-16-2006 02:08 PM
10-16-2006 04:03 PM - edited 10-16-2006 04:03 PM
Hi,
There sound like functions in say LabVIEW or CVI.
I have attached a small example which may help. (I have not allowed for any error trapping, if say you dont find the file and cancel)
Regards
Ray Farmer
Message Edited by Ray Farmer on 10-16-2006 10:04 PM
10-16-2006 04:20 PM
Thank you for your response.
I noticed that your sequence makes use of calls to the functions 'Find', 'FindFile', and 'Mid'. Where are these functions defined? What parameters do they expect? This is what is confusing to me because there seems to be lots of NI-developed DLL functions available to call from TestStand, but I can't find any documentation on how to call them or what they do.
Can you point me in the right direction?
Thanks,
Mike
10-17-2006 12:37 AM - edited 10-17-2006 12:37 AM
Mike,
These are built-in teststand functions. If you open the Expression Editor dialog, then press the browse button on that dialog.
On this dialog is two Tabs, one for accessing the various properties and the other for the functions. Select the functions tab. The Find and the Mid are find under Strings, and the FindFile is under Others. When you select a function on the dialog you will find help about that function, such as parameters list.
You will find more information under TestStand | Help.
Are you using CVI, Labview, VB with your TestStand?
Regards
Ray Farmer
Message Edited by Ray Farmer on 10-17-2006 06:37 AM
10-17-2006 10:56 AM
Thanks Ray. I found them.
Currently I am only using TestStand, but I would like to know what built-in Labview/CVI functions are available, such as the DLLs in the C:\WINDOWS\SYSTEM32 directory (cvirt.dll is one for example). Do you know where these are documented?
Thanks,
Mike
10-17-2006 02:11 PM