FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
Dear Community User! We have started the migration process.
This community is now in READ ONLY mode.
Read more: Important
information on the platform change.
07-19-2024 03:57 PM
Hello everyone,
I simply want to write a value from the Data Layer (DeviceBridge) in an aggregated form to another Varible (created in PLC). Both have the same datatype (double).
When I want to write the value from the Device Bridge Data Layer Variable to the PLC Data Layer Variable in Node Red, the Data Layer Request Node response with an error message: "CtrlxProblemError: DL_TYPE_MISMATCH"
I don´t unterstand that error, because both variables have the same datatype and the PLC Variable is allowed for read and write.
I´m using the 1.20 Version with the newest updates and I also updated the ctrlx automation nodes to the newest version.
Thank you in advance.
Solved! Go to Solution.
07-19-2024 05:37 PM
Check that the message payload passed to the WRITE block looks like this:
Also, remember that double correspondes to IEC-61131 type LREAL:
08-28-2024 11:41 AM
You can also have a look to the available node-red-contrib-ctrlx-automation examples in the Node-RED app or on github.