Schneider Electric forum about the C-Bus platform to get support and share knowledge including Network Automation Controller (NAC), Application Controller (AC) at selection, installation and troubleshooting sides.
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.
2023-12-0902:43 AM
5500NAC - dimming commands in a script.
I want to handle ramp command and on off command separately in a script.
C-gate dose this very well with separating on/off and ramp commands -but NAC (probably intentionally ) doesn't receive the first dimming command sent out on the bus, set level to 1 for down and 255 for up,
dose 5500NAC run cgate? if so is there a way i can connect to its 20025 port.
i want to achieve an up and a down and stop in a script from a lighting dimming GA on set from an Edlt
i have attempted to use
value = GetCBusRampRate(0, 56, 1) value = GetCBusTargetLevel(0, 56, 1)
but I still don't see the first command sent by the edlt, it doesn't appear to be processed by the NAC - probably its filtered out and ignored?
Key functions on the eDlt would be super helpful in this situation...