08-28-2008 07:08 PM
I have managed to get the I/O-board tied OPC tags to be brought into my VI, but memory variables will not work. I have tried various versions (forward slashes, back slashes, removing the word "lookout") of lookout://localhost/LabVIEW/Tag to no avail. These memory tags do show up in the Multiple Variable viewer.
Thoughts?
08-29-2008 06:14 PM
Hi tug,
Can you post a little more information as to what you have done? I don't quite understand what you mean by managing to get your tags "to be brought into my VI." Also, "memory variables will not work"? A little more info on exactly what you have done and what doesn't should give us something to work with.
Cheers,
08-31-2008 09:53 PM
I have created a project that has all of my 7.1 files and the migrated library with I/O and memory tags. I can call up a new address for the shared variable constant that looks like \\My Computer\LabVIEW\DV-3, but the VI will not run. I have tried other references including \\localhost\LabVIEW\DV-3, and it does not work. The only references from my library that do work are direct I/O references to the DAQ-mx listing that I created from converting my traditional DAQ to DAQ-mx.
Note that the library variables show up fine in the multiple variable viewer, but do not show up in the variable manager.
09-02-2008
11:09 AM
- last edited on
01-15-2025
05:34 PM
by
Content Cleaner
Hi tug,
If your variables do not show up in the variable manager that means they have not been deployed. Right-click the library containing the variables to Deploy All or Autodeploy Variables (autodeploy will deploy when a VI accessing the variables runs). Just to be sure, do you have an OPC Client I/O server set up? Once this is set up you can bind shared variables to the OPC tags.
I hope this helps!
09-11-2008 08:27 PM
I can deploy all the variables, but there is no data there (even though the server explorer shows data for the network tags underneath it.) when the system is run. In trying to set up the DaqOpc server as an I/O server from the project, although shown in the server explorer, it does not come as a registered server for selection.
Help?
09-12-2008 12:53 PM
09-18-2008 10:54 AM
09-19-2008 09:34 AM
09-26-2008 03:07 PM
09-29-2008 10:09 AM