cancel
Showing results for 
Search instead for 
Did you mean: 

template node JSON part STM32CUBE MONITOR

bbertrandAE
Associate

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

 

1 ACCEPTED SOLUTION

Accepted Solutions
stephane.legargeant
ST Employee

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. 

View solution in original post

1 REPLY 1
stephane.legargeant
ST Employee

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.