7/26/2013 5:00 PM | |
Joined: 10/27/2009 Last visit: 3/15/2024 Posts: 455 Rating: (77) |
please refer to the documentation, function Manual for SYNACTs: http://support.automation.siemens.com/WW/view/en/74607173 basically: ID=x ==> user defined number of synact, 1..255, if more than one SYNACT are active: Operation is orderedin ascend numbers EVERY ==> execution always, when condition deliveres an FALSE=>TRUE-slope $A_IMx > value==> condition check (in the sample: every 2mm) DO ==> separates condition and instruction $R[0] = $R[0] + 1 ==>instruction(s) for execution the previously shown SYNACT should read the Z-axis Position every 2mm of X-axis movement into the R-parametrer-area. As I know there is no command to reset a single Encoder. But You can preset an axis by command PRESETON in SYNACT: EVERY condition DO PRESETON[X,0) ; fullfilled condition sets X-axis to "0" |
hope that helps |
|
This contribution was helpful to1 thankful Users |
7/26/2013 5:34 PM | |
Posts: 17 Rating: (0) |
For the secondary encoder, it would beDO PRESETON[X2,0)? Thank you so much for the help, you've been amazing! Regards, aex
|
Follow us on