V6 Format -Enumeration vs string

Forum Home Forums Understanding the Software V6 Format -Enumeration vs string

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11872
    victorlam
    Participant

    Hello,

    For format under version 6 V6, there is option of enumeration and string.
    May I know if there is any difference among the application?

    I used UNIT to change the different status name with the value returned from the register eg 40001 eg

    0 – Commmunication LOST
    1 – NORMAL
    2 – Battery charging
    3 – Battery faulty

    Not sure if this should be string or enumeration.

    #11908
    Mikhail
    Moderator

    Hello,
    I think, using enumeration is better for this case. It is specified in the Formats table.

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