10-07-2019 12:59 AM
I created a project in labview that will read a CSV file from a FTP link and will convert data to JSON. a Web service is used to bring this JSON online (internet). everything is fine when I will run the project in deployment mode (LabVIEW running but when I am creating the installer (using the option build specification) and run it stand alone (with runtime engine installed), it will run the VI single time (means it is reading csv file single time) and only data of first row of csv file available on web service. it is not running continually and updating data for each row every after 1 sec. block diagram of this VI is enclosed.
thank you in advance...
10-07-2019 07:32 AM - edited 10-07-2019 07:34 AM
I assume you are developing in the context of a LabVIEW Project. Place all of the files involved in the Project in a single Folder (which I'll call the Project Folder), compress this folder (giving you a .zip file), and attach this Zip file.
As I am currently learning, building something that interacts with a Web Service, particularly when trying to build an Application, is a little tricky. In particular, a picture of a single VI (even if it is the only VI) is almost useless.
Bob Schor
10-16-2019 09:34 AM
Dear...
please see attached project folder... sorry for delay (facing health issues)
10-31-2019 06:10 AM
can someone please instruct on how to solve the issue...