Using Number Format

Forum Home Forums Understanding the Software Using Number Format

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5742
    mboz
    Participant

    How can I format my incoming integer value so it displays as a HEX value?

    #5748
    Mikhail
    Moderator

    The current solution is not beautiful.

    Use a formula for an input channel:
    EncodeAscii(((UInt16)Cnl).ToString(“X4”))

    And set the Format field to ASCII text

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