Hello,
I developed an application in ix-Developer using data logger and scheduler. Data logger extract data every seconds and scheduler create once a day a csv file with extracted data. I need assistance because there are some issue that I can't solve on my own. These are: 1. I'm able to launch data logger through a dedicated pushbutton on the screen. How can I run the application whitout clicking on the pushbutton? 2. Same for the scheduler. I need scheduler to run once a day whitout clicking on the pushbutton. 3. Data logger extract data every seconds, but on the csv file timing do not correspond. ------------------------------- Id,Time,LogItem1,LogItem2,LogItem3,LogItem4 1,"02/06/2018 15.26.45",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 2,"02/06/2018 15.28.09",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3,"02/06/2018 15.28.12",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 4,"02/06/2018 15.42.21",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, ---------------------------------------- Thank you very much. Kind regards, Alessandro Podestà
|