Ask Me About Webinar: Data Center Assets - Modeling, Cooling, and CFD Simulation Join our 30-minute expert session on July 10, 2025 (9:00 AM & 5:00 PM CET), to explore Digital Twins, cooling simulations, and IT infrastructure modeling. Learn how to boost resiliency and plan power capacity effectively.Register now to secure your spot!
Wiser for KNX
SpaceLogic KNX Forum
Schneider Electric SpaceLogic KNX forum to get support and share knowledge including selection, installation and troubleshooting for spaceLYnk, Wiser for KNX, eConfigure KNX, SpaceLogic KNX Hybrid module and other topics.
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send InviteCancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Link copied. Please paste this link to share this article on your social media post.
2025-06-1804:27 AM
Hello Elettrosecurity!
Sorry for the late reply first of all! To be honest with you ... I am not a fan of the function block editor. Why? I prefer always the scripting as it is much more obvious and flexible. So maybe I can invite you to test the scripting functions as your topic is a nice stepin. I created 3 group addresses (InputA, INPUTB, OUTPUT) within W4K with the Datatype Boolen 01.002.
I linked the INPUT-Objects with a Tag called NAND. Then you go in the section "scripting" and you create a new event script by using the Tag NAND.
In the script you enter the following code:
InputA = grp.getvalue('32/1/13')
InputB = grp.getvalue('32/1/14')
if InputA and InputB then
grp.write('32/1/15', true)
else
grp.write('32/1/15', false)
end
Here you need to adapt the group addresses according to your config. Save and activate the script.
If you have done everything correctly, then you see how easy it is to create a first script with an AND logic. If you want now to have the inverted output, you simply change true/false within the IF condition.
Does it work? Please let me know!
Kind regards Thomas
Application Design Engineer
This is a heading
With achievable small steps, users progress and continually feel satisfaction in task accomplishment.
Usetiful Onboarding Checklist remembers the progress of every user, allowing them to take bite-sized journeys and continue where they left.