You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On my first try with Calaos 3.0, I have observed while programming with calaos installer the configuration of my house, that the outputs are flickering and relay are switching very quickly when I ask for a lamp to be turned on for example. This issue is not present with the 2.3 version. Note that I have a 881 wago head.
The issue is present whatever I perform the set through Calaos installer or after loading the configuration to the device. I have no Calaos server for now.
I have tried to look a little bit more into the issue, and I have found in the main program the code (a for loop actually) that takes the variable "OutArrState" and write it I guess to the actual output. I have used the debugging tool and observed that after the first loop cycle, the output is set correctly but when the loop is over then the output is off. In step by step I've been as far as i=160 with the output still on but as soon as the loop is over the output is off again.
The same test with the 2.3 version shows that the output stays on after the loop. The only differences I have noticed between the two versions is that the loop goes to 255 in version 3 while it stop at 15 in the version 2.3.
Because each bit of the array represent an output, I am wondering why this index goes so far now (is it even possible to have 2048 outputs ?).
FYI I am discovering CodeSys and it is so difficult to understand how it works, so unfriendly. I hope that this issue has enough information for you to propose a correction. I hope that I could help more in the future (maybe propose some pull requests once I'm more familiar with the project).
PS: I'm Rusty on the forum.
The text was updated successfully, but these errors were encountered:
Hello,
On my first try with Calaos 3.0, I have observed while programming with calaos installer the configuration of my house, that the outputs are flickering and relay are switching very quickly when I ask for a lamp to be turned on for example. This issue is not present with the 2.3 version. Note that I have a 881 wago head.
The issue is present whatever I perform the set through Calaos installer or after loading the configuration to the device. I have no Calaos server for now.
I have tried to look a little bit more into the issue, and I have found in the main program the code (a for loop actually) that takes the variable "OutArrState" and write it I guess to the actual output. I have used the debugging tool and observed that after the first loop cycle, the output is set correctly but when the loop is over then the output is off. In step by step I've been as far as i=160 with the output still on but as soon as the loop is over the output is off again.
The same test with the 2.3 version shows that the output stays on after the loop. The only differences I have noticed between the two versions is that the loop goes to 255 in version 3 while it stop at 15 in the version 2.3.
Because each bit of the array represent an output, I am wondering why this index goes so far now (is it even possible to have 2048 outputs ?).
FYI I am discovering CodeSys and it is so difficult to understand how it works, so unfriendly. I hope that this issue has enough information for you to propose a correction. I hope that I could help more in the future (maybe propose some pull requests once I'm more familiar with the project).
PS: I'm Rusty on the forum.
The text was updated successfully, but these errors were encountered: