LD Module_Number
FCT_SEND Socket_Number, Pbuf_Index, Gest_Index,Data_to_Send, Management_Param
FCT_SEND(Module_Number, Socket_Number, Pbuf_Index, Gest_Index,Data_to_Send, Management_Param);
Parameter
|
Type
|
Comment
|
---|---|---|
Module_Number
|
Slot number of network module in rack 0.
|
|
Socket_Number
|
Socket number
|
|
Pbuf_Index
|
Index of first word in Pbuf_Address array
|
|
Gest_Index
|
Index of first word in Management_Param array
|
|
Data_to_Send
|
ARRAY [0... n] OF INT
|
Array of a maximum of 120 words containing the data to be sent
|
Parameter
|
Type
|
Comment
|
---|---|---|
Management_Param
|
ARRAY [0... 3] OF INT
|
The operation report can have the following values:
The fourth word of the array should contain the number of bytes sent if no error has occurred.
|