Skip to main content
Visitor II
October 14, 2024
Solved

template node JSON part STM32CUBE MONITOR

  • October 14, 2024
  • 1 reply
  • 822 views

Hello,


Would it be possible to have the correspondence of the JSON type according to the type of variable we put? Please


I've been able to identify a few such as :

type 1 -> uint8_t
type 3 -> uint32_t

Best regards

 

bbertrandAE_0-1728903303400.png

 

    This topic has been closed for replies.
    Best answer by stephane.legargeant

    Hello

    The information is available in the description of the "write panel" node. It is :

    • 1: Unsigned 8-bit
    • 2: Signed 8-bit
    • 3: Unsigned 16-bit
    • 4: Signed 16-bit
    • 5: Unsigned 32-bit
    • 6: Signed 32-bit
    • 9: Float
    • 10: Double

    In order to help other users, if this is answering your question, please mark it as answered. Thank you. 

    1 reply

    ST Employee
    October 14, 2024

    Hello

    The information is available in the description of the "write panel" node. It is :

    • 1: Unsigned 8-bit
    • 2: Signed 8-bit
    • 3: Unsigned 16-bit
    • 4: Signed 16-bit
    • 5: Unsigned 32-bit
    • 6: Signed 32-bit
    • 9: Float
    • 10: Double

    In order to help other users, if this is answering your question, please mark it as answered. Thank you.