LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I retrieve a list of shared variable servers

Solved!
Go to solution

I would like to list all computers currently serving Shared Varables (tagsrv.exe?).

 

The list I want is the same as the Network Items shown in the NI Distributed System Manager.

 

 


Now is the right time to use %^<%Y-%m-%dT%H:%M:%S%3uZ>T
If you don't hate time zones, you're not a real programmer.

"You are what you don't automate"
Inplaceness is synonymous with insidiousness

0 Kudos
Message 1 of 5
(2,877 Views)

Hi Phillip,

Do you need to list this LabVIEW? I am a bit confused by your question.

 

Ashish

National Instruments
Applications Engineer
0 Kudos
Message 2 of 5
(2,841 Views)

Yes, from LabVIEW. I have a named process and associated variable that I would like to retrieve programatically using DataSocket and the psp: protocol.

 

I am not interested in using shared variable functionality and I do not have or want to use the DSC module.

 

I simply need to programatically retrieve a list of SVE servers, then construct a psp: style URL, then loop over each server to monitor my named process/variable.

 

 

 

 

Message Edited by Phillip Brooks on 09-10-2009 01:41 PM

Now is the right time to use %^<%Y-%m-%dT%H:%M:%S%3uZ>T
If you don't hate time zones, you're not a real programmer.

"You are what you don't automate"
Inplaceness is synonymous with insidiousness

0 Kudos
Message 3 of 5
(2,834 Views)
Solution
Accepted by topic author PhillipBrooks

Hi Phillip,

I think this Dev Zone Example is doing what you would like:

http://decibel.ni.com/content/docs/DOC-3861

 

Flash

National Instruments
Applications Engineer
0 Kudos
Message 4 of 5
(2,817 Views)
This does what I need. Thank you!

Now is the right time to use %^<%Y-%m-%dT%H:%M:%S%3uZ>T
If you don't hate time zones, you're not a real programmer.

"You are what you don't automate"
Inplaceness is synonymous with insidiousness

0 Kudos
Message 5 of 5
(2,787 Views)