08-13-2012 07:54 AM
Hi,
For a project i want to create a window in labview with functions for connecting the veristand engine. I tried an example which was located in LV 2011 example folder, but i got this error. If there any methods to connect to veristand engine using labview pls let me know .
08-14-2012 08:16 AM
Hi jay090909,
I just did a simple test and this was working:
Make sure to use the complete path.
regards
Marco Brauner NIG
08-17-2012 06:52 AM
Hi jay090909,
Looking at your .png, it seems like you are no giving the right IP Address. Be careful, the IP address of the Gateway is not the IP of the RT target!
The NI VeriStand Gateway is located on the computer in charge of deploying the project, so most likely in your case it should be localhost 😉
[
But Why the Gateway is not on the target? (in case you ask 😉 😞
The idea is that we don't want the target to be in charge of multiple clients cause it will charge it (cpu-wise and memory-wise). It is more reasonable to create a unique connection between the target and a gateway which will be responsible for handling the multiple connections.
]
Flo