CAN-PCC Software Manual Rev. 1.4
17
5.1.8 CANPC_send_remote
By means of this command a remote frame with the specified parameters is transmitted to the CAN.
The transmitted remote frame has always the length '0'. The number of transmitted data bytes (here 0)
is transmitted nevertheless in the parameter
DataLength
.
int CANPC_send_remote(
unsigned long
Ident
,
int
Xtd
,
int
DataLength
)
Input parameters:
Ident
...
Identifier [$0000...$07FF, $00000000...$1FFFFFFF]
Xtd
...
Identifier length
0:
Standard identifier
1:
Extended identifier (is not being
supported)
DataLength
...
Number of data bytes which are requested. [0...8]
Output parameters:
0
...
Command successfully executed
-1
...
Transmit-busy at CAN-error and Ack-mode, that means that the
transmission had not been finished when a CAN error occurred in the
acknowledge mode.
-4
...
Timeout error on the CAN-PCC module when accessing the CAN
controller
Содержание CAN - PCC
Страница 7: ...CAN PCC Hardware Manual Rev 1 2 2...
Страница 15: ...CAN PCC Hardware Manual Rev 1 2 10...
Страница 17: ...CAN PCC Hardware Manual Rev 1 2 12...
Страница 19: ...CAN PCC Hardware Manual Rev 1 2 14...
Страница 23: ...CAN PCC Hardware Manual Rev 1 2 18...
Страница 26: ...CAN PCC Hardware Manual Rev 1 2 21 Circuit Diagrams 4 2 Circuit Diagrams...
Страница 27: ...CAN PCC Software Manual Rev 1 4 CAN PCC Windows 3 11 API Software Manual...
Страница 31: ...CAN PCC Software Manual Rev 1 4 2...
Страница 37: ...CAN PCC Software Manual Rev 1 4 8...
Страница 52: ...CAN PCC Software Manual Rev 1 4 23...