template node JSON part STM32CUBE MONITOR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-10-14 3:55 AM
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
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-10-14 4:34 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-10-14 4:34 AM
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.
