I use a remote server running a Plone content management system application to allow remote users connect via the internet and store data files (delimited text files) for later analysis .
I am using Labview 7.0
I wish to change our current data analysis process:
the process now:
1) go to the web site via an internet connection (this is a site served by a remote 3rd party server running a Plone instance)
2) download the data to a local PC
3) run the data analysis .vi on the local PC (the .vi prompts the user for the location of the data file, the user browses to the location on the local hard drive and then the .vi graphs the data and generates the results)
the desired new process:
1) using a smartphone or similar web enabled PDA go to the web site where the user can remotely control an embedded data analysis .vi
2) the remotely served .vi prompts the user for the url location of the data file and then the .vi graphs the data and generates the results
My questions:
A) How do I get the data analysis .vi loaded onto the remote server? (I just don't see how to do this with the web publishing tool, maybe it is not possible?)
B) Will the remote server require other software such as Labview RTE?
Thanks,
Bernie