07-29-2020 02:10 PM
Okay I have made it work!!! It can run and can show the current pressure values. Thank you so much, this could have not happened without you!!!
Still, I want to ask how to fix the error in the screenshot attached. We intend to have the data value at each second to be recorded and stored them into array on Notepad so that we can later manipulate them in Excel. Any suggestions?
07-29-2020 02:21 PM
Hi seb,
@seb_Dai wrote:
Still, I want to ask how to fix the error in the screenshot attached. Any suggestions?
Use the correct filepath so you don't get this "wrong filepath" error…
@seb_Dai wrote:
We intend to have the data value at each second to be recorded and stored them into array on Notepad so that we can later manipulate them in Excel.
Record your data in a CSV file (aka "delimited text file" aka "spreadsheet file"). No need for "array on Notepad" (whatever this may be as Notepad only handles plain text) when you want to import the data in Excel…