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.
08-23-2024 03:02 PM
Hi,
I am trying to follow the composite demo from smart HMI. The demo uses an array of struct which are simulated. I try to do the same over OPC from a real CTRLX core. I have created a structure and made an array of struct in the process data manager. The example uses [index] for the array index. OPC uses "/index/". This can be adjused (see https://www.youtube.com/watch?v=12v1haa9OSU). (this works for an array of int). but using an array of struct i end up with an extra "." after the index
Example: "plc/app/Application/sym/HMI/hourCounters/0/.totalRunHours"
using WebIQ 2.15, OPC-UA 1.20.4 PLC 1.20.4 on a CTRLX core X3
08-28-2024 08:14 AM
Please provide the HMI that contains the structures so we can look into it and also a screenshot of UA Expert that shows how the NodeId actually should look like?
@HmiGuide Can you please move this to the correct forum?
09-04-2024 01:27 PM
Moved to corresponding sub forum Smart HMI - WebIQ Designer and Server.
10-23-2024 09:24 AM
To import arrays into WebIQ, the standard import of WebIQ should be used. The method shown in the video (linked above) has the following disadvantages:
To answer your question, you have to provide the PLC variable name.