cancel
Showing results for 
Search instead for 
Did you mean: 

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

mmenn.15
Associate

{

  "variablelist": [

    {

      "address":"0x200004a0",

      "type":4,

      "value": "{{payload}}"

    }

  ],

  "accesspoint":0

}

1 ACCEPTED SOLUTION

Accepted Solutions
Richard.Chvr
ST Employee

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.

View solution in original post

1 REPLY 1
Richard.Chvr
ST Employee

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.