Main siteMain site  ForumForum  ForumSearch  Private messageEmail contact  RegisterRegister  Log inLog in 
Topic: LogicalValue (or equivalent) element?
Reply to topic
Author Message
EMebane



Joined: Apr 15, 2019
Posts: 124

PostPosted: 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.
jarek



Joined: Oct 22, 2007
Posts: 1087

PostPosted: Apr 16, 2026 1:39 PM    Post subject:

ScalarValue or ExpressionEvaluator with "0" expression. The Logical elements use Scalar underneath, 0 is False and 1 is True.
Reply to topic