Write a variable
where is the documentation on STM32CudeMonitor?
How can I know what "type" of variable is associated with the variable type?
What number is an "Unsigned 8-bit" for example?
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-03-30 1:59 PM
{
"variablelist": [
{
"address":"0x200004a0",
"type":4,
"value": "{{payload}}"
}
],
"accesspoint":0
}
Solved! Go to Solution.
- Labels:
-
STM32CubeMonitor
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-03-31 2:37 AM
Hi @mmenn.15​
You're right, write node help is not accurate enough
here are type number representing the variable type :
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
Thank for you're feedback, it'll be up to date on future release
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-03-31 2:37 AM
Hi @mmenn.15​
You're right, write node help is not accurate enough
here are type number representing the variable type :
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
Thank for you're feedback, it'll be up to date on future release
