Function "GetBusState" has an output parameter called xDiagnosisInfoAvailable that, if TRUE, means that a red exclamation appears in device tree. Is there any way to get that extended diagnosis info programmatically?
Thank you!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Comingback4u hat geschrieben:
Have you tried calling Device.State? (Where device = the name of the device you are trying to get the state of)
I have called Device.State, and have PREOPERATIONAL. Calling "Device.GetDeviceState" I get CONFIGURED. This is because of one returns CANOPEN_STATE enum and the other one, DEVICE_STATE.
But I would like to reach programmatically to the additional info that appears in "Diag. String" in tab "State" when I click the Device in the device tree (in this case, "EMCY.Nodeguarding error".
Thank you!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Function "GetBusState" has an output parameter called xDiagnosisInfoAvailable that, if TRUE, means that a red exclamation appears in device tree. Is there any way to get that extended diagnosis info programmatically?
Thank you!
Have you tried calling Device.State? (Where device = the name of the device you are trying to get the state of)
I have called Device.State, and have PREOPERATIONAL. Calling "Device.GetDeviceState" I get CONFIGURED. This is because of one returns CANOPEN_STATE enum and the other one, DEVICE_STATE.
But I would like to reach programmatically to the additional info that appears in "Diag. String" in tab "State" when I click the Device in the device tree (in this case, "EMCY.Nodeguarding error".
Thank you!