Batch Actions Feature #1576
Replies: 2 comments 1 reply
-
@mauroalexandre I have used websocket connection to Node-Red and used this simple Ladder for node-red to handle some basic logic stuff where scripting was not ideal and CodeSys License was over kill. https://github.com/redplc/redplc It would be cool to have a Node-Red driver in connections and Fuxa nodes in Node-Red where all tags in the connections can be used directly. |
Beta Was this translation helpful? Give feedback.
-
@mauroalexandre Interesting and in fact it is missing, it's about making a UI for what you can actually already do with scripts. Creating a stream like node-red to be integrated into fuxa seems very challenging, I think we should add checks on more tags (if) and delays, maybe we could use some graphics library like blockly , rete, Drawflow |
Beta Was this translation helpful? Give feedback.
-
Proposal: Batch Actions Feature
Hello! I would like to propose a new feature for Fuxa that could be extremely helpful in various scenarios I've encountered in my projects.
Sometimes, multiple actions need to be executed together in a sequential flow. While it’s generally ideal to handle all logic within the PLC, that’s not always possible. Here are a few scenarios where this feature would be beneficial:
I propose creating a batch actions feature that can be executed either through script execution or via element event actions.
In addition, I’ve attached some images illustrating a proposed interface design for this feature.
I’m not entirely sure if I have the technical expertise to implement this on my own, but I’m willing to try. What do you think of this idea? Would it be accepted if implemented?
Beta Was this translation helpful? Give feedback.
All reactions