FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
12-10-2021 02:26 PM
Hello,
In my XCD2 with RM21.07 I used access to Ethercat in PLC Engineering. However after the RM21.11 update, I cannot access it after login and it looks like this:
Additional question: What is the difference between DataLaterUser and DataLayerOwner (options for ethercat_master_instance)?
Kind regards,
Jacob
Solved! Go to Solution.
12-10-2021 02:34 PM - edited 12-10-2021 02:36 PM
The error looks like the cyclic data chosen in the project do not fit to the ones configured in the master. After update your EtherCat master need to be configured again.
DataLayerUser means that the PLC is a client to the ctrlX Data Layer and uses the real time data provided by in this case the EtherCat master.
DataLayerOwner would be providing own real time data nodes to the ctrlX Data Layer that other clients can use. This feature is not implemented yet.
12-10-2021 04:54 PM
The error looks like the cyclic data chosen in the project do not fit to the ones configured in the master. After update your EtherCat master need to be configured again.
I can access the data in the data layer via the web interface. The problem only occurs when I try to access data layer from plc engineering.
12-13-2021 09:56 AM
Did you check that your PLC project is fitting to that data on the ctrlX Data Layer?
12-14-2021 10:41 AM
Turns out the reason was that I was using ctrlX PLC Engineering V1.10 and not V1.12. After a succesful update, deleting and readding the ethercat instance, it is working fine. Thank you for your assistance.