EtherCAT SubDevice
Loading...
Searching...
No Matches
◆
EC_API_SLV_PDO_disable()
uint32_t EC_API_SLV_PDO_disable
(
EC_API_SLV_SHandle_t
*
pHandle
,
EC_API_SLV_Pdo_t
*
pPdo
)
Disable PDO assignment to syncManager.
Parameters
[in]
pHandle
DTK handle.
[in]
pPdo
PDO instance.
Returns
uint32_t Returns the API error code.
Example
#include <ecSlvApi.h>
// required variables
uint32_t retVal = 0;
EC_API_SLV_SHandle_t
* pHandle;
EC_API_SLV_Pdo_t
* ptPdo;
// the Call
retVal =
EC_API_SLV_PDO_disable
(pHandle, ptPdo);
EC_API_SLV_PDO_disable
uint32_t EC_API_SLV_PDO_disable(EC_API_SLV_SHandle_t *pHandle, EC_API_SLV_Pdo_t *pPdo)
Disable PDO assignment to syncManager.
Definition
ecSlvApi_pdo.c:2796
EC_API_SLV_Handle
Definition
ecSlvApiInternal.h:331
EC_API_SLV_Pdo
Definition
ecSlvApiInternal.h:172
See also
EC_API_SLV_PDO_enable
PDO Configuration
generated by
1.9.8