# HG changeset patch # User frdupin # Date 1166023274 -3600 # Node ID 522ece4057d2f3af3f4d7b5eedba74c534e7e5ec # Parent 904abfb26abf65c4af0cc5d0aa538c68d1cdf7c1 *** empty log message *** diff -r 904abfb26abf -r 522ece4057d2 examples/gene_SYNC_HCS12/readme.txt --- a/examples/gene_SYNC_HCS12/readme.txt Wed Dec 13 15:36:30 2006 +0100 +++ b/examples/gene_SYNC_HCS12/readme.txt Wed Dec 13 16:21:14 2006 +0100 @@ -23,9 +23,8 @@ make clean all b) Build the example --------------------- + cd examples/gene_SYNC_HCS12 - make clean all @@ -38,7 +37,7 @@ -The default values : +The node default values : nodeId = 0x03 CAN rate = 250 kbps Please read appli.c, these values can be modified by switch. @@ -47,7 +46,15 @@ If you put the node in operational state, the CAN messages received are filtered : Only the NMT and Nodeguard can be received. The parameters of the filter are mapped in the object dictionary, so that the filter can be configured by SDO before entering in operational state. See the object dictionary index 2015 to 2023. To have the values applied, always download at 0x2023 index 0 the value 1 before entering in operational. -Read the file objdict.c to see the capabilities of the node. +Read the file objdict.c to see the capabilities of the node. + + + +To change the period of SYNC, +In pre-operational mode, send the SDO message cobid | .... (all in hexa): +0x603 | 23 06 10 00 40 42 0F 00 +to have a SYNC generated every 1 second. The change is instantaneous. +(Assume that the nodeId is 3). @@ -57,3 +64,4 @@ +