I have 2 memory tags which contains a start and end date time of when a certain function was ran on a machine. I’d like to be able to report on other tag values and their timestamps between the start time and end time, which are both in the memory tags. I tried to create this report in a perspective table component but the memory tag date and time is showing up as null when I try to bind it. Is there something I can do to fix this?
Any advice would be helpful. I am open to other ideas too.
I wondered if it has to do with the format of the date time, when i click on the value it changes to this: Tue Apr 05 12:09:11 CDT 2022 instead of being in the yyyy-MM-dd h:mm:ss aa format that the tag is in.