PISO-CPM100(U) / PCM-CPM100 user manual (ver. 2.02) Dec/03/2012 ----------------- 68
4.5.34. CPM100_GetPDOLastData_Fast
Description:
This function is like CPM100_GetPDOLastData. Although this
function performance is better than CPM100_GetPDOLastData, but
CPM100_GetPDOLastData_Fast can’t check the getting data is new
or not.
Syntax:
WORD
CPM100_GetPDOLastData_Fast (
BYTE
BoardNo,
WORD
Cobid,
BYTE
*DLen,
BYTE
*RData)
Parameter:
BoardNo:
[input] CPM100 board number (0~7).
Cobid:
[input] COB-ID used by the PDO object.
*DLen:
[output] The data length of the PDO message.
*RData:
[output] The PDO message gets from the PDO buffer.