Hi,
I would like to ask for your help regarding the issue on time output using type cast.
See attached VI for the simulation of the issue:
- I used numeric inputs/outputs with absolute time display format for time.
- Dummy input/output is just there for me to simulate what I used on the actual program (build array and index array).
- Type cast is used to convert numeric array to text that can be an input for the written to text file and to return it to array when reading the text file.
- DESIRED OUTPUT: input and output side must have the same values for time and dummy, respectively. Program works fine until time input 06:13:19 AM
01/19/2019 - ISSUE: Program does not output the same as input starting 06:13:20 AM
01/19/2019
You may vary the time input to see the issue. I need to know why this happens and what work-around can be done since most of our source code uses array-type cast combinations.
Thanks and Best Regards..