03-30-2011 09:58 PM
is it possible the PHP page wake up a VI and send its data to the VI?
PLS donot tell me to webpublish or use the remote panel.
03-31-2011
01:02 AM
- last edited on
03-14-2025
02:04 PM
by
Content Cleaner
Can you please explain what you want to do? If you need help, we need to undertand your requirements and constraints.
Why not use webpublish and remote panel?
Anyway with PHP you can call any executable. See command exec http://www.php.net/manual/en/function.exec.php
See there in order to use vi from command line
https://www.ni.com/docs/en-US/bundle/labview/page/launching-a-vi-from-the-command-line.html
How to use argument:
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000YHdICAW&l=en-US
Another solution could be use data binding