Difference between revisions of "HANcoder/STM32/Blocks/UDS Set Key Verified"

From OpenMBD
< HANcoder‎ | STM32‎ | Blocks
Jump to: navigation, search
m (Jasonvankolfschoten moved page HANcoder/UDS Set Key Verified to HANcoder/STM32/Blocks/UDS Set Key Verified without leaving a redirect)
 
Line 20: Line 20:
 
| The block execution time, the amount of time between consecutive executions of the block. 0.1 means the the block will be executed at 10 Hz.
 
| The block execution time, the amount of time between consecutive executions of the block. 0.1 means the the block will be executed at 10 Hz.
 
|}
 
|}
 
== Examples ==
 
[[HANcoder/Examples/UDS|UDS]]
 
  
 
{{HANcoder/BlockFooter|  
 
{{HANcoder/BlockFooter|  
|SeeAlso = [[HANcoder/UDS_Get_Key|UDS Get Key]] {{!}} [[HANcoder/UDS_Get_Seed|UDS Get Seed]] {{!}} [[HANcoder/UDS_Get_Seed_Event|UDS Get Seed Event]] {{!}} [[HANcoder/UDS_Init|UDS Init]] {{!}} [[HANcoder/UDS_Set_Seed|UDS Set Seed]] {{!}} [[HANcoder/UDS_Verify_Key_Event|UDS Verify Key Event]]
+
|SeeAlso = [[HANcoder/STM32/Blocks/UDS_Get_Key|UDS Get Key]] {{!}} [[HANcoder/STM32/Blocks/UDS_Get_Seed|UDS Get Seed]] {{!}} [[HANcoder/STM32/Blocks/UDS_Get_Seed_Event|UDS Get Seed Event]] {{!}} [[HANcoder/STM32/Blocks/UDS_Init|UDS Init]] {{!}} [[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:39, 5 May 2017

Supported Targets: Olimexino, E407, P405

General information about UDS Set Key Verified

This block informs the UDS module whether or not the key received from the UDS tester is valid.

Block

UDSSetKeyVerified.png

Mask

UDSSetKeyVerifiedMask.png

Inputs (inports)

Set the "Inport" to TRUE in case the key was valid, FALSE otherwise. The algorithm to check the key must be developed by the user.

Block parameters

Parameter Description
Sample time The block execution time, the amount of time between consecutive executions of the block. 0.1 means the the block will be executed at 10 Hz.

See Also

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