Page 1 of 1

Strange R105 issues

Posted: 06 May 2016, 07:12
by dduley
Hi All,

I have noticed some strange behavior tonight on several modules. I checked the Device settings of a SWITCH task and found on 2 modules (so far) the value had 2 decimals of precision. I would assume that the SWITCH value would always be a Boolean value but the value on only one Switch for each module had 2 decimal places and displayed 1.00 or 0.00. I don't have any direct evidence yet but I feel (using the force here) that there may be an issue with the OTA updates. Something seems like it is not getting cleared or index values are off by one etc. It seems I always get strange behavior when upgrading versions.
Image
Image

Anyone else having issues like this?

regards

Dave

Re: Strange R105 issues

Posted: 09 May 2016, 09:36
by bennybubble
Hi,

I've observed the same but thought it changed in R95 (or higher) and adapted my code to this.
In R78 a switch would return 1.00 (or 0.00) and in R95 it returned 1 or 0...
BTW I only use the switch function, don't know about other functionality.

-ben

Re: Strange R105 issues

Posted: 09 May 2016, 15:31
by dduley
bennybubble wrote:Hi,

I've observed the same but thought it changed in R95 (or higher) and adapted my code to this.
In R78 a switch would return 1.00 (or 0.00) and in R95 it returned 1 or 0...
BTW I only use the switch function, don't know about other functionality.

-ben
Hi Ben,

Well i don't know but it isn't consistant. As you can see in the above images, it seems to only be doing this in task 3. Tasks 2 and 4 are not floating point.

Regards


Dave