News:

  • June 25, 2026, 02:13:38 PM

Login with username, password and session length

Author Topic: File Log Error  (Read 8948 times)

Evilbeard

  • Hero Member
  • *****
  • Posts: 160
File Log Error
« on: April 22, 2017, 04:38:20 PM »
I added a line of logic to record blocks of 31 data points on a monthly basis.



When I tried to load this into my PLC, I got this error:



This is just a DM1E. Is this due to the limit on the RAM size?

BobO

  • Host Moderator
  • Hero Member
  • *****
  • Posts: 6161
  • Yes Pinky, Do-more will control the world!
Re: File Log Error
« Reply #1 on: April 22, 2017, 05:51:12 PM »
No. Sounds like we may have a program encode issue. Please send the project to support@hosteng.com and we'll take a look at it. That's a fairly long list of points, I'm betting we have an error in a length limitation somewhere...DmD is allowing something that the controller is disallowing, or something like that.
"It has recently come to our attention that users spend 95% of their time using 5% of the available features. That might be relevant." -BobO

franji1

  • Bit Weenie
  • Host Moderator
  • Hero Member
  • *****
  • Posts: 3827
    • Host Engineering
Re: File Log Error
« Reply #2 on: April 24, 2017, 09:07:29 AM »
It's most likely a missed error check by the instruction editor.  FILELOG editor was missing a few "limit" checks, which SHOULD have been reported as errors when the instruction was edited (e.g. too many entries).  We have already fixed a few of these that will be in the next release.  I would still like to see the project file, however, or at least that one instruction.  Please send it to support@hosteng.com.

Regardless, there is a limit to what a single FILELOG instruction can handle.  The work-around is to split it up across 2 (or more) FILELOG instructions with different base file names (e.g. FILELOG w/RunDataA and another FILELOG w/RunDataB).

franji1

  • Bit Weenie
  • Host Moderator
  • Hero Member
  • *****
  • Posts: 3827
    • Host Engineering
Re: File Log Error
« Reply #3 on: April 24, 2017, 11:08:16 AM »
Please send it to support@hosteng.com

Got it!  Thanks!

franji1

  • Bit Weenie
  • Host Moderator
  • Hero Member
  • *****
  • Posts: 3827
    • Host Engineering
Re: File Log Error
« Reply #4 on: April 24, 2017, 12:06:19 PM »
The new FILELOG validation check would have caught your situation within the editor.  In the next rev, you will get an error message like the attached.