FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
Dear Community User! We are updating our platform to a new
system.
Read more: Important
information on the platform change.
10-11-2024 09:58 AM
Hello community,
I´m using a crtlX Core X3. When I´m writen a single bit of a DINT variable, than the PLC stops with an access violation.
Example: (myDint : DINT;)
myDint.1 := TRUE;
If I run the project in the simulation with a virtual ctrlX, it works, with the real hardware, I have an access violation.
What could be the problem. Maybe someone has an idea?
10-14-2024 11:03 AM
This behaviour is nothing i've experienced.
Is the myDINT mapped as a symbol or on an input/output?
10-14-2024 04:33 PM - edited 10-14-2024 04:35 PM
@BMGTobi please also add the used versions of the ctrlX PLC Engineering, ctrlX WORKS (and so ctrlX COREvirtual) and ctrlX PLC app.
10-15-2024 07:24 AM - edited 10-15-2024 07:47 AM
ctrlX PLC Engineering: V1.20.1
ctrlX Works: V1.20.5
ctrlX PLC App: V1.20.0
10-17-2024 10:02 AM
To ensure, that it is not a problem with the variable: