Modbus write question #964
Unanswered
einarbjorkman
asked this question in
Q&A
Replies: 2 comments 4 replies
-
Button actions are only issued on releasing the button. Maybe you are using a different configuration than I have in mind. I could check if you would have shared your Artisan configuration (save via menu Help >> Save Settings, rename to end with .txt and attach it here via drag-and-drop to the GitHub comment section). |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ok, here they come: |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am making use of the Modbus write command when I press CHARGE.
I write the value 1 to a register and then have a IF loop in my program that runs if the register == 1.
At the end of the loop I set the register = 0.
However it seems that Artisan continuously writes 1 to the register after pressing CHARGE instead of only one time.
For my application this becomes quite inconvenient.
Is there any way to modify this behavior so that Artisan only writes to the register one time when I press CHARGE?
/ Einar
Beta Was this translation helpful? Give feedback.
All reactions