Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Controller output changes when switching from/to failsafe mode and server mode #2

Open
mifrey00 opened this issue Dec 4, 2014 · 0 comments

Comments

@mifrey00
Copy link

mifrey00 commented Dec 4, 2014

Summary

Controller output changes when switching from/to failsafe mode and server mode. That leads to unexpected actions, e.g., unexpected lights turning on or shutters movements.

Related forum posts:

Overview

  • When Wago controller switches form server mode to failsafe mode, output gets set to the state that was set during the last failsafe mode.
  • When Wago controller switches form failsafe mode to server mode, output gets set to the state that was set during the last server mode.

Steps to Reproduce

  • Create a project with Calaos-Installer and add a rule with the condition 'input==true' and the action 'output=toggle'.
  • Load the project to the Wago controller and Calaos-Server.
  • Reset the Wago controller to erase the outputs states.
  • In server mode, set the input=true to set the output=true.
  • Disconnect the server network cable to switch from server mode to failsafe mode -> Output switches from true to false.
  • Reconnect the server network cable to switch from failsafe mode to server mode -> Output switches from false to true.

Actual Results

Output changes when switching from/to failsafe mode and server mode.

Expected Results

Output does NOT change when switching from/to failsafe mode and server mode.

Build Date and Platform

  • Wago_2.2/wago_881.pro version 17-Aug-2014
  • calaos-image-n450-v2.0-beta3-0-g6a2155d-20141005211008.hddimg
  • calaos_installer_setup_v2.0-beta3-0-g979782f.exe
@mifrey00 mifrey00 changed the title Output changes when switching from/to failsafe mode and server mode Controller output changes when switching from/to failsafe mode and server mode Apr 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant