Skip to main content
mmenn.15
Visitor II
March 30, 2022
Solved

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

  • March 30, 2022
  • 1 reply
  • 797 views

{

  "variablelist": [

    {

      "address":"0x200004a0",

      "type":4,

      "value": "{{payload}}"

    }

  ],

  "accesspoint":0

}

This topic has been closed for replies.
Best answer by Richard.Chvr

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

1 reply

Richard.Chvr
Richard.ChvrBest answer
Technical Moderator
March 31, 2022

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

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.