Skip to main content
This topic has been closed for replies.
Best answer by stephane.legargeant

Hello

There is no pdf user manual, the wiki is the reference. Some help is also provided in the tool, inside the information panel.

The mapping between type number and real type is missing in the doc. Usually, I copy the information from the debug node, so I don't need to find the the type.

Here is the value to use and the mapping :

 "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

So float is 9     

Best regards

Stephane

3 replies

Visitor II
December 24, 2020

I was able to make this work by using a debug node to view what the write panel sends out, but I'm still curious where documentation is on how the different types are indexed. Is there a manual or documentation besides the wiki that describes the functions of cube monitor?

ST Employee
January 4, 2021

Hello

There is no pdf user manual, the wiki is the reference. Some help is also provided in the tool, inside the information panel.

The mapping between type number and real type is missing in the doc. Usually, I copy the information from the debug node, so I don't need to find the the type.

Here is the value to use and the mapping :

 "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

So float is 9     

Best regards

Stephane

Visitor II
January 4, 2021

thanks for the reply, understood about the documentation!

what do you mean by "copy the information from the debug node" ?

ST Employee
January 5, 2021

When I want to write in a variable from a flow, if I am not sure of address and type, I usually start by testing with a "write panel" node connected to a debug node. I can see in the debug log (on the right of the screen) the details of the write command : type, address. Then I copy/paste the information from the log to the template node.