IgH EtherCAT Master  1.5.3
ec_slave_config_state_t Struct Reference

Slave configuration state. More...

Data Fields

unsigned int online: 1
 The slave is online. More...
 
unsigned int operational: 1
 The slave was brought into OP state using the specified configuration. More...
 
unsigned int al_state: 4
 The application-layer state of the slave. More...
 

Detailed Description

Slave configuration state.

This is used as an output parameter of ecrt_slave_config_state().

See also
ecrt_slave_config_state().

Definition at line 335 of file ecrt.h.

Field Documentation

◆ online

unsigned int ec_slave_config_state_t::online

The slave is online.

Definition at line 336 of file ecrt.h.

◆ operational

unsigned int ec_slave_config_state_t::operational

The slave was brought into OP state using the specified configuration.

Definition at line 337 of file ecrt.h.

◆ al_state

unsigned int ec_slave_config_state_t::al_state

The application-layer state of the slave.

  • 1: INIT
  • 2: PREOP
  • 4: SAFEOP
  • 8: OP

Note that each state is coded in a different bit!

Definition at line 339 of file ecrt.h.