Headerfile for ethercatconfig.c. More...
Go to the source code of this file.
Defines | |
#define | EC_NODEOFFSET 0x1000 |
#define | EC_TEMPNODE 0xffff |
Functions | |
int | ec_config (uint8 usetable, void *pIOmap) |
int | ec_config_init (uint8 usetable) |
int | ec_config_map (void *pIOmap) |
int | ec_config_map_group (void *pIOmap, uint8 group) |
int | ec_reconfig_slave (uint16 slave) |
int | ec_recover_slave (uint16 slave) |
Headerfile for ethercatconfig.c.
Definition in file ethercatconfig.h.
#define EC_NODEOFFSET 0x1000 |
Definition at line 49 of file ethercatconfig.h.
#define EC_TEMPNODE 0xffff |
Definition at line 50 of file ethercatconfig.h.
Enumerate / map and init all slaves.
[in] | usetable | = TRUE when using configtable to init slaves, FALSE otherwise |
[out] | pIOmap | = pointer to IOmap |
Definition at line 909 of file ethercatconfig.c.
int ec_config_init | ( | uint8 | usetable | ) |
Enumerate and init all slaves.
[in] | usetable | = TRUE when using configtable to init slaves, FALSE otherwise |
Definition at line 138 of file ethercatconfig.c.
int ec_config_map | ( | void * | pIOmap | ) |
Map all PDOs from slaves to IOmap.
[out] | pIOmap | = pointer to IOmap |
Definition at line 898 of file ethercatconfig.c.
int ec_config_map_group | ( | void * | pIOmap, |
uint8 | group | ||
) |
Map all PDOs in one group of slaves to IOmap.
[out] | pIOmap | = pointer to IOmap |
[in] | group | = group to map, 0 = all groups |
Definition at line 471 of file ethercatconfig.c.
int ec_reconfig_slave | ( | uint16 | slave | ) |
Reconfigure slave.
[in] | slave | = slave to reconfigure |
Definition at line 964 of file ethercatconfig.c.
int ec_recover_slave | ( | uint16 | slave | ) |
Recover slave.
[in] | slave | = slave to recover |
Definition at line 923 of file ethercatconfig.c.