Raptor:Request Response Address: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
[[ | [[Raptor-Platform|Return to the main Raptor page]] | ||
[[Raptor:J1939 Transport Protocol|Return to Transport Protocol page]] | [[Raptor:J1939 Transport Protocol|Return to Transport Protocol page]] | ||
Line 7: | Line 7: | ||
== Description == | == Description == | ||
<p>This block outputs the source and destination addresses that should be used for the response to a PGN request. Use this block inside the function call subsystem of a PGN trigger to drive the source and destination ports of a J1939 message transmission.</p> | <p>This block outputs the source and destination addresses that should be used for the response to a PGN request. Use this block inside the function call subsystem of a PGN trigger to drive the source and destination ports of a J1939 message transmission.</p> | ||
== Outputs == | == Outputs == | ||
Line 43: | Line 35: | ||
| This is the name of the J1939 bus. | | This is the name of the J1939 bus. | ||
|} | |} | ||
Latest revision as of 14:18, 14 September 2023
Return to the main Raptor page
Return to Transport Protocol page
Description
This block outputs the source and destination addresses that should be used for the response to a PGN request. Use this block inside the function call subsystem of a PGN trigger to drive the source and destination ports of a J1939 message transmission.
Outputs
Output | Type | Description |
---|---|---|
tx_src | uint8 | Source address of requesting node. |
tx_dst | uint8 | Destination address of requesting node. |
Parameters
Parameter | Type | Description |
---|---|---|
J1939 Bus Name | String | This is the name of the J1939 bus. |