FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
04-03-2024 04:17 PM
Hello,
I'm trying to communicate an EFC5610 with ctrlX. I use function blocks (IL_ECATCoeWriteSdo and IL_ECATCoeReadSdo) because the EFC is configurate for Ethercat.
The problem is that I can read many parameters (acyclic) but I can't write parameters. When I try, in the FB appears an error. The error is this:
I try different values of Subindex, different parameters but the result is the same...
The configuration of FB is this:
I put a TRUE in the CompleteAccess, or a value in Timeout, but it doesn't work.
Many thanks!!
Solved! Go to Solution.
04-04-2024 12:20 PM
Please have a look to the examples inside of the library CXA_EtherCatMaster:
The error in your screenshot is pointing out that the addressing is done wrong. Which parameter of the EFC are you trying to access?
04-15-2024 12:31 PM
Hello,
The problem is that I adress a wrong parameter.
Thanks.