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.
10-20-2023 05:53 PM
Hello,
I am trying to read the drive diagnostic to display through the PLC. Currently this does not show the matching drive error message.
DriveConnect app is mapping to the CtrlX Diagnostic. (CtrlXLogbook.png)
Diagnostic message number is mapped to the Profile. (DriveDiagMappingProfile.png)
The status message read in the AxisInterface does not show anything useful for diagnosing the machine. (arAxisStatusDiagnostic.png)
How should the actual message be passed into the PLC string?
10-23-2023 08:07 AM
The "diagcode" entry in the axisprofile is only dedicated to the function “Different brake dynamics of the gantry axis”. See also "Window - Axisprofile" in the online documentation. Error messages will not be added to the axisinterface.
From version 1.20 on there is library CXAC_Diagnostics including function block GetPendingDiagnostics for reading our all pending diagnostics. See topic "Recommended method to identify new diagnostic error/warning?" for some information.
Currently getting message strings out of message numbers needs some effort. See topic "How can I get the diagnostic message in plain text in the PLC?". I will check if there are/will be standard function blocks available for this.
11-10-2023 03:56 PM
Hello @CodeShepherd,
Any news on if there will be standard function blocks for reading the drive diagnostic message? I'm surprised that this is not planned for AxisInterface, as it was available in the MLC and seems like a widely used feature.