calaos / calaos_wago

CodeSys program to run Wago PLC with Calaos
5 stars 8 forks source link

Same set of rules but defined in a different order do not act in the same way in failsafe mode #3

Open mifrey00 opened 9 years ago

mifrey00 commented 9 years ago

Summary

Same set of rules but defined in a different order do NOT act in the same way in failsafe mode.

Related forum post: http://calaos.fr/forum/Thread-R%C3%A9solu-Volet-roulant-Intelligent?pid=3098#pid3098

Overview

N/A

Steps to Reproduce

Create a set of rules

Expected operation: output=true as long as input=true Result in Calaos-Server mode: output=true as long as input=true Result in Failsafe mode: no action

Create the same set of rules but in the reverse order

Expected operation: output=true as long as input=true Result in Calaos-Server mode: output=true as long as input=true Result in Failsafe mode: output=true as long as input=true

Actual Results

Same set of rules but defined in a different order do NOT act in the same way in failsafe mode

Expected Results

Same set of rules but defined in a different order act in the same way in failsafe mode

Build Date and Platform