06-30-2011 02:01 PM
Hello all,
I am trying to time stamp each item in an array as it is being placed into the array. The array is then being converted into a string to be placed into an excel file. The input that I have is a Boolean I/O Modbus server point. I have it set up to record a 1 for all times that the value is true, and to keep recording into the array for all the times that is is true. For False, I have it only record it once until the value changes back to true. Every one of these points I need a time stamp. However, currently I am only able to timestamp the initial time the code is run.
I have attached my project below.
Thanks!
06-30-2011 05:19 PM
I figured out my issue. Nevermind.