PLX-DAQ version 2 - now with 64 bit support! (and further new features)

NetDevil:

Hi Peter,
that is a very interesting feature and you are right, that was not possible - until now :smiley: 8) .

Attached you can find a "special" version of PLX DAQ v2.11 in which I extended the "ROW,SET" command.
Now you have an additional option for the third parameter:

  • ROW,SET,LATEST ==> will put the row counter to the latest row filled (according to column A). I suggest to place 'serial.println("ROW,SET,LATEST");' as a command into your setup function - thus data transferred by Arduino to PLX DAQ will always start being logged to the latest new line on the current sheet
  • ROW,SET,241 ==> will further work like in the past (whereby 241 can be replaced by any specific row number of course)

I would really appreciate if you could give a short feedback whether or not the new code is working. I tested on my setup and it was running well.

Greetings

Jonathan

Hi Jonathan,

Sorry for late reply. I just tried your special version recently and it WORKS PERFECTLY!!
This helps me a lot,thanks for your amazing support!!

Thanks,
Peter