Analog input simulation

Technoman

Senior Member
Hi,

While testing a flowchart in simulation mode aimed at checking a 28X1 (enclosed).

When you right click an analog input (e.g. A.0) to set-up a value, the zero value is not properly read. It's keeps any previous value.:confused:
When you try to adjust to 255, if you go just a little further with the cursor, it suddenly goes to zero...

View attachment Programme de test Autoprog v1-0.plf
 

Technical

Technical Support
Staff member
This is a known issue which will be fixed in the next release. If you need exactly 0 you can set it on the Values tab.
 

Snowghost

New Member
has this infact been solved? i have the issue where i can not change the analogue values in the simulator.
the wheel moves, as do the values of c.0 and c.1, but in the program running it changes nothing, sits on 127.
editor v 6.0.8.11
code : (example)

symbol Ceiling_sensor = C.0
symbol Ceiling_temp = b0
readtemp Ceiling_sensor,Ceiling_temp
debug
goto code:



thanks
 

Technical

Technical Support
Staff member
We are working on this for the next release, but it is actually caused by plug-in software from a third party and so we are dependent on them fixing it in their next build.

However you can type in '0' using the Value stab.
 
Top