LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Passing arguments to a LabVIEW Player VI through a URL.


Is it possible to pass arguments to a Player VI using a URL? I am thinking of something like this:
http://myServer/myPlayerVI.vi?lastname=puente&firstname=tito
If it's not possible with a URL, is there another way I can do it without having to rely on DataSocket Server?
I am using Player VIs, not regular VIs.
0 Kudos
Message 1 of 2
(2,546 Views)
I don't think that this can be done. Really, what you are looking for is CGI functionality. You might be able to do this if you had the Internet Toolkit. Without it, there isn't much you can do.
0 Kudos
Message 2 of 2
(2,546 Views)