It looks like the file object is used for saving to/from the non-volatile memory but am I correct in saying that the version in the PV780 isn't the same as that in which you might see if you look online? What I mean is operations such as writeDouble() don't exist, are we limited purely to string reading/writing?
I'm thinking, I guess, of having some form of calibration list in a CSV format and it was how you would read/write and parse the file. Writing is simple but it is the reading aspect and how you tokenize a CSV
So could have something like this:
Code: Select all
10,0
25,0.5
35,1.5
When copying from/to a USB I have done this without mounting the USB and it worked fine, so another question is how should you do this? Is mounting optional, mandatory or best practice?