Format – greater than 1000 characters

Forum Home Forums Understanding the Software Format – greater than 1000 characters

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #16938
    WayneS
    Participant

    Greetings

    Is it possible to have a format with more than 1000 characters? I have some registers whose values can be 0-600 and each value represents a different status – e.g.

    RFI Overcurrent Persistent = 252
    Voltage difference exceeded = 253
    VDC not reached = 254
    Battery open detection = 255

    Using enum format I quickly hit the 1000 character limit

    thanks

    #16939
    manjey73
    Participant

    Wow. I didn’t expect that there could be so many enumerations. I used Text in SVG when I had an enumeration with omissions in the values. And I used dynamic drawings and a collection to control the output, respectively.

    The situation is a little different, but this is how you can work around this problem.

    #16941
    Mikhail
    Moderator

    Hello,
    You could manually edit Format.xml in a text editor, e.g. Notepad++.
    Then reload the project or configuration database.

    #16942
    Mikhail
    Moderator

    The string length is limited by the Administrator application. Actual length can be bigger.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.