I’m having some trouble trying to save test data to a trend file. It's a E1151 HMI connected to an FX3U PLC (with 2 ADC's, and 1 DAC). I can get it all to work for a few lines but then it just stops, for no apparent reason. Has anyone else run in to this problem before?
I have attached the trend setup, it starts to collect data but then just stops 5 lines in, half way though outputting the time, without an “End” statement or anything. It looks like it’s crashed or run out of memory, but I’m fairly sure there should be enough memory to store this.
Example trend file.
28.09.16,16:09:40,0,34,6.8,0.200951,-0.00421429,0.0605635,7.53491,123456789
28.09.16,16:11:05,0,0,0,0,0,0,0,0
28.09.16,16:11:10,17227,0,6.8,0,0,0,0,0
28.09.16,16:11:20,17227,35,6.8,0,0,0,0,0
28.09.16,16:11:36,17227,35,6.8,0,0,0,0,223456789
28.09.16,16
Another example after I changed the sample count to 65534
29.09.16,11:47:23,0,0,0,0,0,0,0,0
29.09.16,11:53:33,17227,35,6.8,0.156296,-0.00648355,0.060258,7.53232,0
29.09.16,12:10:30,17227,35,6.8,0.156296,-0.00648355,0.060258,7.53232,0,OFF
29.09.16,12:11:07,17227,35,6.8,0.156296,-0.00648355,0.060258,7.53232,0
2