Dear all,
I use Freemaster 3.1 to control a S12ZVL devkit, I created a control page (html, css, js) for this.
In my js script I use functions that are defined in the freemaster-client.js library.
One of them is pcm.WriteFloatVariable = function(addr, data)
When used, the "." is ignored, if I ask for 10.2 to be written, my float var will contain 102.
My code is the following :
Result in the console is :
My var is defined as a float in FreeMASTER :
Any clues ?
Regards,
Matisse