TIA Igus d1 s7-1200

mrBenito13

Level-1
Beiträge
1
Reaktionspunkte
0
Zuviel Werbung?
-> Hier kostenlos registrieren
ich möchte eine igus d1 dryve von tia portal aus steuern und mit ihr kommunizieren.
Ich würde gerne eine Verbindung über Modbus herstellen
Hat jemand den SPS-Code?
mit der Kommunikation bereits verbunden, bereit, nur die Positionen von der SPS zu ändern.
Ich komme aus Mexiko
 
Zuviel Werbung?
-> Hier kostenlos registrieren
Your position you want the job to be executed to needs to have all three of the needed values (Position, Velocity and AccDcc)
Screenshot 2023-10-18 100603.png

InPosition and Interlock are added from me seperatly

You need to determine the mode you want to use, for positioning it's OperationMode = 1, the axis needs to be referenced to be able to accept and fulfill the job
Screenshot 2023-10-18 100257.png

You need to make sure, that when you start your job that the TRCV_STATUS is 16#7001, which is the value for "ready". Only when the drive is ready, then it can accept and fulfill the job, otherwise the axis won't move
Screenshot 2023-10-18 100403.png

The value needs to be send to the drive in µm, so you have to scale it
Screenshot 2023-10-18 102314.png
Screenshot 2023-10-18 102358.png
 
Zuletzt bearbeitet:
Zurück
Oben