Skip to content

Decimal to Hexadecimal

edited December 2020 in PLCnext Engineer

Bonjour,

 

Sur ma page HMI, je voudrais modifier l'affichage de ma données , elle est affiché en decimal, je voudrais l'affiché en Hexadecimal , une données de type MB_TCP_ARR_W_1_125

Merci de votre retour

 

On my HMI page, I would like to modify the display of my data, it is displayed in decimal, I would like it displayed in Hexadecimal, a data of type MB_TCP_ARR_W_1_125

thank you for your comeback

Comments

  • Hi,
    In case of visualization of hexadecimal data you can try conversion with TO_STRING.
    Find out help menu of PLCNext Engineer  for this function for additional info.

    pic1.png

    And its representation in eHMI with Symbol list
    pic2.png

    If you have to modify this data, you can try TO_WORD\TO_BYTE functions as well.

    Best regards.

  • I can confirm that the answer from Oleksandr is the recommended work-around for this missing feature.

    The ability to specify formatting in the eHMI editor is a known requirement and will be available in a future version, but unfortunately at this stage we cannot say when.

    ~ Martin.

Sign In or Register to comment.