Has anyone managed to dump the content of a RoboPro list element to a csv file from a program running in download mode, as described either in RoboPro Help chapter 5.6
or in Rei's very nice WWW page?You can set the name of the CSV file and the column in which to store the contents of a list in the list’s Properties window under Save CSV file. The data are saved when the program terminates in online mode, or, if you select the item Save CSV files in the File menu, while the program is still running (online or download mode). In download mode, you can separate the ROBO Interface from the PC for data recording and reconnect it for saving.
It works fine in online mode. But if I try to dump the data of the same program in download mode, I get either the following exception message
,if I run the program in download mode immediately after a restart of RoboPro, or, if I ran the program in the same RoboPro session in online mode before, RoboPro just fills the csv file with the data recorded in that online run.You must first run a program, that writes data to the csv buffer!
The CSV dump would be a (the only) useful tool to get some debug data out of programs running in download mode.
cheers,
Helmut