LOGDBGSTATE (ENUM)ΒΆ

TYPE LOGDBGSTATE :

Enumeration for the various states of the SNC device driver as an alternative if there are no debugging / logging possibilities

Attributes:
qualified_only
InOut:

Name

Initial

Comment

DBG_INITDOWNLOAD_ENTRY

0

entered InitOnDownload() method which is called by the device itself

DBG_INITDOWNLOAD_NULLCONNECTOR

1

InitOnDownload() has a null connector as parameter

DBG_INITDOWNLOAD_NULLCBEVENT

2

InitOnDownload() cannot register for EVT_BeforeWritingOutputs

DBG_INITDOWNLOAD_CALLBACK

3

InitOnDownload() could register a callback for EVT_BeforeWritingOutputs

DBG_INITEVTCB_ALREADYDONE

4

the initialization by the event callback is called twice

DBG_INITEVTCB_NOIDENTITY

5

could not read the identity of the EtherCAT slave in the event callback

DBG_INITEVTCB_NOSLAVEADDR

6

could not read the physical address of the EtherCAT slave in the event callback

DBG_INITEVTCB_NOVENDORID

7

could not read the vendor ID of the EtherCAT slave in the event callback

DBG_INITEVTCB_NOMASTERIDX

8

could not get master index of the EtherCAT slave in the event callback

DBG_INITEVTCB_NOSLAVE

9

could not get the slave out of the parameter structure in the event callback

DBG_INITEVTCB_NOTINOPSTATE

10

the slave is not in the operate state in the event callback

DBG_INITEVTCB_NOTMYBUSINESS

11

the event callback was called although is was not the right IEC task or event

DBG_INITDEV_ALREADYDONE

12

the initialization of the SNC device driver for this F-SPS is called twice

DBG_INITDEV_INVALIDADDRESS

13

could not initialize the SNC device driver for this F-SPS because vendorID and address are 0

DBG_INITSRVPRV_FAILED

14

could not initialize the corresponding SNC service provider for this F-SPS

DBG_INITSRVPRV_SUCCESS

15

successfully initialized the corresponding SNC service provider for this F-SPS

DBG_INITDEVDESC_FAILED

16

could not initialize the corresponding SNC device description for this F-SPS

DBG_INITDEVDESC_SUCCESS

17

successfully initialized the corresponding SNC device description for this F-SPS

DBG_REGDEVDESC_FAILED

18

could not register this F-SPS to the SNC service provider

DBG_REGDEVDESC_SUCCESS

19

successfully registered this F-SPS to the SNC service provider

DBG_INITDEVSPEC_FAILED

20

could not initialize the bus specific part of the F-SPS

DBG_INITDEVSPEC_SUCCESS

21

successfully initialized the bus specific part for this F-SPS