10-18-2005
08:29 AM
- last edited on
03-27-2024
10:59 AM
by
Content Cleaner
10-18-2005
10:43 AM
- last edited on
03-27-2024
11:37 AM
by
Content Cleaner
Message Edited by altenbach on 10-18-2005 08:45 AM
10-19-2005 12:51 AM
Hello Christian,
thank you for your answer. I'm working in Labview 7.0 Express...
I'm going to check out the url's mentioned.
Is there an other way to use a vi's in a Visual Basic program ?
With a dll like the visa32.dll it is as easy as using the vi's in a ViSession like
stat = viOpenDefaultRM(rsrcMgrHandle)
stat = viClose(instrHandle)
My equipment specific vi's are stored in llb's.
Since the communication with the equipment is only 1/10 of the total program, using Visual Basic is our most efficient choice. We can use GPIB-commands directly or see if making dll's in Labwindows/CVI is interesting (time <-> cost) or use the existing vi's.
With thanks,
best regards,
Geert