FB_EcMasterFrameCount

The function block FB_EcMasterFrameCount can be used to determine the number of EtherCAT frames configured in the master.
 Inputs
 Inputs
VAR_INPUT
    sNetId   : T_AmsNetId; 
    bExecute : BOOL;
    tTimeout : TIME := DEFAULT_ADS_TIMEOUT; 
END_VAR| Name | Type | Description | 
|---|---|---|
| sNetId | T_AmsNetId | String containing the AMS network ID of the EtherCAT master device. (Type: T_AmsNetId) | 
| bExecute | BOOL | The function block is activated by a positive edge at this input. | 
| tTimeout | TIME | Maximum time allowed for the execution of the function block. | 
 Outputs
 Outputs
VAR_OUTPUT
    bBusy   : BOOL; 
    bError  : BOOL;
    nErrId  : UDINT;
    nFrames : UDINT;
END_VAR| Name | Type | Description | 
|---|---|---|
| bBusy | BOOL | This output is set when the function block is activated, and remains set until a feedback is received. | 
| bError | BOOL | This output is set after the bBusy output has been reset when an error occurs in the transmission of the command. | 
| nErrId | UDINT | Supplies the ADS error code associated with the most recently executed command if the bError output is set. | 
| nFrames | UDINT | Number of EtherCAT frames | 
Prerequisites
| Development environment | Target platform | PLC libraries to include | 
|---|---|---|
| TwinCAT v3.1.0 | PC or CX (x86, x64, Arm®) | Tc2_EtherCAT |