LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Open VISA sessions in LV6 VISA Ref control and LV executables

I have created a LV executable that opens a TCP/IP socket class VISA
session. Once the session is opened, it appears below the dividing
line in the executable's VISA resource control. However, the open
session does not appear in the resource control of any open,
uncompiled VI in the development environment, nor in the VISA control
of other LV executables. However, if I run the VI as an uncompiled
VI, the opened session appears in all other open uncompiled VI's as an
available resource that may be selected. It should also be noted that
VISA sessions opened by executables are not returned by the "Open VISA
sessions" utility VI running in the development environment.

My wish is to create a
separate compiled executable applet that
creates a TCP/IP connection to a network device and have that resource
appear in the VISA control of other executables and VI's. It appears
the executable uses its own memory space to keep track of open VISA
sessions. Is there any way to change this so that all runtime
executables and the development environment all work from the same
list?

Thanks in advance,

sm
0 Kudos
Message 1 of 3
(2,660 Views)
If you haven't done so, you should try updating LabVIEW 6.0 to 6.0.2. You can download this update for free by going to www.ni.com and clicking on downloads and then drivers and updates and pick the LabVIEW updater out of a list. I know for a fact that this update fixed some problems using the VISA resouce control in LabVIEW 6 executables. Hope this is helpful.
0 Kudos
Message 2 of 3
(2,660 Views)
jwf wrote in message news:<5065000000050000003C3E0000-998794254000@exchange.ni.com>...
> If you haven't done so, you should try updating LabVIEW 6.0 to 6.0.2.
> You can download this update for free by going to www.ni.com and
> clicking on downloads and then drivers and updates and pick the
> LabVIEW updater out of a list. I know for a fact that this update
> fixed some problems using the VISA resouce control in LabVIEW 6
> executables. Hope this is helpful.


Thanks for the advice, but I've already updated to 6.0.2.

sm
0 Kudos
Message 3 of 3
(2,660 Views)