8/2/2016 3:17 AM | |
Joined: 3/9/2015 Last visit: 10/5/2023 Posts: 5 Rating: (0) |
Hello Adam24, I am with this problem. I am using a sinamics S120 with S7-315 (Simatic Manager). I dont know how configuring the parameters P2507 = 2 and P971=1 by profibus networking. How did you do this? By Starter in expert list... works well. Regards, Fermeida ------------------------------------------------------------------------------------------ |
Last edited by: Min_Moderator at: 8/3/2016 2:59:37 AMNew subject after splitting |
|
8/2/2016 9:29 AM | |
Posts: 13 Rating: (2) |
Hello Fermeida, for the Profibus communication and Telegramm111/110 handling there is a sample program: LINK If you use this, you should write the parametere number in the DB71/72/73.DBW16, and the parameter data in the *DBD.20, and then set the 'WRITE' bit *.DBX14.1 You have to do this cycle every time you write a parameter, and then you want to check it. Use this in the following steps: These are the steps to make the current position the reference point ('0'): 1) Set p2507:Absolute encoder adjustment status =[2] 'You have to check p2507 == 3 in the program (it means the current pos. value is 0 and the adjustment is finished), then do the next step'
'You have to check p971 == 0 in the program (it means the saving is done).' After these 2 simple steps you will see the current position in 0, and it is saved in the ROM, so it won't disappear after a power loss / restart. Regards, Adam |
8/2/2016 7:18 PM | |
Joined: 3/9/2015 Last visit: 10/5/2023 Posts: 5 Rating: (0) |
Adam, Following other attachment |
8/2/2016 7:19 PM | |
Joined: 3/9/2015 Last visit: 10/5/2023 Posts: 5 Rating: (0) |
Following other attachment |
8/3/2016 8:33 AM | |
Posts: 153 Rating: (7) |
It will work with VAT if you are not using the DB72.DBW16 / DBD20 / DBX14.0 / DBX14.1 inside the program. |
Follow us on