11-10-2017 05:16 AM
Hi all,
I'm working on a Workspace Tool to be used by a Veristand project, and I'm writing it using Veristand VIs for LabVIEW.
Now I need to read the Target's IP to which Veristand is connected, which is also hardcoded inside the System Definition File. I know it's unique because I can access channel values and properties using the Workspace VIs, but I can't find a way to get the target's IP address.
Can anyone help?
Solved! Go to Solution.
11-13-2017 07:34 AM
Everything that lies into a system definition can be retrieved using the SysDef API.
Some VIs exist to have an more direct access to some features:
--Eric
Eric M. - Senior Software Engineer
Certified LabVIEW Architect - Certified LabVIEW Embedded Systems Developer - Certified LabWindows™/CVI Developer
Neosoft Technologies inc.
11-13-2017 07:47 AM
Thank you! I have indeed solved the problem by using the .NET API of Veristand.
11-13-2017 07:49 AM
Have a look at
c:\Program Files (x86)\National Instruments\LabVIEW 2017\examples\NI Veristand\Workspace\Workspace Tool Example.vi
~Jiri
CLA, CTA
11-13-2017 08:31 AM
Thank you Jiri, I found the example but I can't find the IP related bit there.
However in that example I see some interesting things, like the built-in references to the SDF and the tree browser.