Author Topic: Data logging limitation  (Read 93 times)

Offline Mike AA

  • PLUS+1 Guru
  • *****
  • Posts: 113
  • Karma: +0/-0
    • Dewind Dewatering
Data logging limitation
« on: May 21, 2024, 01:33:12 AM »
I am using the applog data logging ability to frequently record machine data, unlike most who use the logging for errors and alerts we are using it for daily logging. I have nearly 30 data points that I need to log. I know about the 20 point limitation and it really hinders data analysis and makes merging data much more time consuming. Has anyone had any luck on a danfoss work around doing more than 20 points? There must be a reason for the 20 point limitation since you can log data until you run out of memory. MY current work around involves having 3 machine data logs which I still need to further manipulate taking more time.

I am using the applog like was discussed in this thread
https://www.plus1forum.danfoss.com/index.php?topic=927.msg2884#msg2884

I am investigating the data logging properties of the CS10 and CS100 but they appear to be very limited to non existant.

I started looking at external data loggers but they add more complexity by needing to convert the log file.

Offline Lukey

  • PLUS+1 Expert
  • ****
  • Posts: 50
  • Karma: +5/-0
Re: Data logging limitation
« Reply #1 on: May 21, 2024, 04:25:21 AM »
Mike I am using the applog for daily logging on a drill rig, logging at 1 second intervals with more that 20 points.

The work around I have is that I create 1/the 1st point that is my 'header' of the CSV file, using Commas as my delimiter between the 'points' I am logging, this 1st point is written only once at the beginning of the log.
This is done so that when processing the CSV in excel by using 'Text to Columns' feature, each column of data then has a header for reference.

The second point is a STRING of all the points that I want to log, using a POU and instruction CONCAT, I merge all my inputs together, inserting a comma delimiter between (for the reason above), and then outputting a STRING to the applog
This 2nd point is written at 1 second intervals.

I haven't found any character limitations using a STRING in this method.

See the screenshots, my 2nd point is actually 3 STRINGS, again separated by a delimiter of a comma for processing in Excel.

I also have the CS500 in my project, yes it is completely useless for applogging/datalogging, as it can't receive strings, signed values and is limited to 31 byte messages (U31).
PLUS+1Connect Reports and Charts don't have the capabilities of the applog. Plus+1HelpDesk has told me it's in the pipeline, don't hold your breath.
« Last Edit: May 21, 2024, 02:34:30 PM by Lukey »