How to implement a negative operation in the definition List of a control module?
Hi guys
I am trying to add a simple logic e.g. NOT,AND,OR in definition list of a control module, as illustrated in the attached files,
is it possible?
How to do it
thanks
I am trying to add a simple logic e.g. NOT,AND,OR in definition list of a control module, as illustrated in the attached files,
is it possible?
How to do it
thanks
Answers
Hi
Logic operators are not allowed in the Connection dialog of a Control module instance. You should connect a local variable instead, which can be defined in the upper-level Single control module.
Create a particular logical function in the same SCM. Connect the result of the function to the local Bool variable of the SCM and connect the same to the Motor's input connection.
Logic operators are not allowed in the Connection dialog of a Control module instance. You should connect a local variable instead, which can be defined in the upper-level Single control module.
Create a particular logical function in the same SCM. Connect the result of the function to the local Bool variable of the SCM and connect the same to the Motor's input connection.
Add new comment