
64
Send Message
Appendix A
Instruction book, PHD API Reference
Send Message
The application is able to send pre-defined J1939 CAN messages using the following
mechanism.
j1939.canX.saZZ.send
Event
j1939.canX.saZZ.send
Event Data
Keys
Values
Description
pgnList
[0..65535]
An array of the PGN’s to transmit.
Direction
output
Channel
j1939
Notes
Sent from the application to the J1939 service. The path is described generically
where:
•
canX is the name of the interface
•
saZZ is the source address of the target CA.
For example for SA 0x00 on interface can0, the path would be:
j1939.can0.sa0
.
Note that all PGN and SA values must be specified in decimal notation (base 10).
Lua Example
function
cb_send_ffff
(
mapargs
)
local
data
= {}
data
["
pgnList
"] =
65535
gre
.send_event_data("
j1939.can1.sa72.send", "4u1 pgnList",
data
, "
j1939
")
end
Содержание PHD28
Страница 1: ...Parker Hannifin Display PHD User Guide UG PHD 1040001 201707 010...
Страница 52: ...44 PHD Mounting the PHD 9 1 2 PHD50 Figure 18 PHD50 dimensions mm...
Страница 53: ...User Guide 45 Mounting the PHD 9 1 3 PHD70 Figure 19 PHD70 dimensions mm...
Страница 58: ...Parker Hannifin Display PHD User Guide HY33 5021 IB US...
Страница 59: ...PHD Network Interface Configuration Publ no HY33 5021 M1 UK Edition 2017 02 02...
Страница 75: ...PHD API Reference Publ no HY33 5021 M2 UK Edition 2017 02 13...