I have two projects up and running where I use BasicDataLogger2, it logs to a csv file every minute, and creates a new file daily, on each of two machines.
Now, what I am trying to do is emulate the logging format that I already have in place on four other machines utilizing Unitronics DataXport. The two I have set up using AHMI use to have Unitronics PLC's and also logged data via DataXport, but the OEM recently "upgraded" them to Micro820's, leaving me to figure out how to log data.
What I mean by emulating the logging format is that I want all the columns in the AHMI files to have the same sequence as my DataXport files.
My problem is that I want the Time and Date in the last two columns, Where-as BasicDataLogger2 puts a timestamp in the first column.
Now I assume that if I delete the value from the TimestampFormat box I will eliminate the timestamp in the first column, but How do I add Time and Date to the "Collection", so I can place them at the end?
I see that I can add two instances of the TimeDateDisplay to my AHMI screen and set one for time and the other for date, but I don't see a way to add that to the BasicDataLogger2 collection.
I suppose what I need to do is find a way to get this from the RTC of the MIcro820 and and add those to the collection.
Anyone found a way to accomplish this?? (I know, not really a AHMI question, but anyone know how to do this in a Micro820?)
Regards,
John_R