EMebane
Joined: Apr 15, 2019 Posts: 124
|
Posted: Apr 16, 2026 2:36 AM Post subject: LogicalValue (or equivalent) element? |
|
What element will simply send Logical False regardless of what comes into it?
I'm able to use a F_Value element with 0 or 1.0 and Function:Resend to do what I want. Is there an equivalent element that's specifically Logical? I can't find a "LogicalValue" element.
I've tried LogicalProperty, but its Value changes when a value comes into it. I think this is made for initializing a design at Start (Is this element listed as Property in the Manual? That states that it only sends a value at Start). Is there a way to use LogicalProperty with some kind of Tick element that sends a simple notification of system tick that won't change the element's "Value" setting?
I've looked at LogicalState (it's not right, it passes a value only if it has changed)
I have an isolated design I can share. |
|