Raptor:Single Frame PGN Tx: Difference between revisions

From NewEagleWiki
Jump to navigation Jump to search
 
No edit summary
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[RaptorWiki|Return to the main Raptor page]]
[[Raptor-Platform|Return to the main Raptor page]]


[[Raptor:J1939 PGN Tx|Return to PGN Tx page]]
[[Raptor:J1939 PGN Tx|Return to PGN Tx page]]


[[File:RaptorSingleFramePGNTx.jpg|right|frame|Raptor Single Frame PGN Tx]]
[[File:RaptorSingleFramePGNTx.jpg|right|frame|Raptor™ Single Frame PGN Tx]]


== Description ==
== Description ==
<p>This block implements all single frame PGN's. It must be used with the neweagle_spn_write block to set the SPN data being transmitted.</p>
<p>This block implements all single frame PGN's. It must be used with the neweagle_spn_write block to set the SPN data being transmitted.</p>
== Inputs ==
{| class="wikitable" style="width:75%;"
|-
! scope="col" style="width: 15%;"|Input
! scope="col" style="width: 15%;"|Type
! scope="col" style="width: 70%;"|Description
|}
== Outputs ==
{| class="wikitable" style="width:75%;"
|-
! scope="col" style="width: 15%;"|Output
! scope="col" style="width: 15%;"|Type
! scope="col" style="width: 70%;"|Description
|}


== Parameters ==
== Parameters ==
Line 59: Line 43:
| When overriding the period and tx mode is periodically, this specifies the period in milliseconds to tx the pgn.
| When overriding the period and tx mode is periodically, this specifies the period in milliseconds to tx the pgn.
|}
|}
== Supported Versions ==
* [[Raptor:Versions#2013a_0.0.1|Raptor 2013a_0.0.1]] and newer

Latest revision as of 14:53, 14 September 2023

Return to the main Raptor page

Return to PGN Tx page

Raptor™ Single Frame PGN Tx

Description

This block implements all single frame PGN's. It must be used with the neweagle_spn_write block to set the SPN data being transmitted.

Parameters

Parameter Type Description
J1939 Bus Name string This is the name of the J1939 bus.
PGN uint32 The PGN to send.
Destination Address uint8 Sets the destination address on messages which support a destination address.
Instance string (Optional) Allows multiple, named instances of the same PGN within a model.
Override Period checkbox Overrides the default period of the PGN as specified in J1939-71.
Tx Mode enum When overriding the period, specifies if the block should be sent periodically, asynchronously, or on request only.
Period uint32 When overriding the period and tx mode is periodically, this specifies the period in milliseconds to tx the pgn.