Difference between revisions of "HANcoder/STM32/Blocks/UDS Get Seed Event"

From OpenMBD
< HANcoder‎ | STM32‎ | Blocks
Jump to: navigation, search
(Created page with "{{HANcoder/block| info= A 'UDS Get Seed Event' block is needed when the parameter 'UDS seed/key required' is set to TRUE (checked) in the 'UDS Init' block. This block has a...")
 
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
A 'UDS Get Seed Event' block is needed when the parameter 'UDS seed/key  
 
A 'UDS Get Seed Event' block is needed when the parameter 'UDS seed/key  
 
required' is set to TRUE (checked) in the 'UDS Init' block.
 
required' is set to TRUE (checked) in the 'UDS Init' block.
 
This block has a function call output that gets triggered during a seed/key
 
sequence, when the UDS module needs a seed. The connected subsystem should
 
contain a 'UDS Set Seed' block to give the seed back to the UDS module.
 
 
Output: Allows connection of a function call subsystem.
 
  
 
|blockImage=UDSGetSeedEvent.png
 
|blockImage=UDSGetSeedEvent.png
 
 
 
|maskImage=UDSGetSeedEventMask.png
 
|maskImage=UDSGetSeedEventMask.png
 +
}}
 +
== Outputs (outports) ==
 +
This block has a function call output that gets triggered during a seed/key sequence, when the UDS module needs a seed. The connected subsystem should contain a 'UDS Set Seed' block to give the seed back to the UDS module.[function call]
  
 
+
{{HANcoder/BlockFooter|
 
+
|SeeAlso = [[HANcoder/STM32/Blocks/UDS_Get_Key|UDS Get Key]] {{!}} [[HANcoder/STM32/Blocks/UDS_Get_Seed|UDS Get Seed]] {{!}} [[HANcoder/STM32/Blocks/UDS_Init|UDS Init]] {{!}} [[HANcoder/STM32/Blocks/UDS_Set_Key_Verified|UDS Set Key Verified]] {{!}} [[HANcoder/STM32/Blocks/UDS_Set_Seed|UDS Set Seed]] {{!}} [[HANcoder/STM32/Blocks/UDS_Verify_Key_Event|UDS Verify Key Event]]
 
}}
 
}}

Latest revision as of 10:38, 5 May 2017

Supported Targets: Olimexino, E407, P405

General information about UDS Get Seed Event

A 'UDS Get Seed Event' block is needed when the parameter 'UDS seed/key required' is set to TRUE (checked) in the 'UDS Init' block.

Block

UDSGetSeedEvent.png

Mask

UDSGetSeedEventMask.png

Outputs (outports)

This block has a function call output that gets triggered during a seed/key sequence, when the UDS module needs a seed. The connected subsystem should contain a 'UDS Set Seed' block to give the seed back to the UDS module.[function call]

See Also

UDS Get Key | UDS Get Seed | UDS Init | UDS Set Key Verified | UDS Set Seed | UDS Verify Key Event