5/4/2022 10:53 AM | |
Joined: 11/4/2011 Last visit: 3/21/2025 Posts: 263 Rating:
|
@qwazee: There you go: https://support.industry.siemens.com/cs/gb/en/view/30119663/25336958731 And yes, I'm with you regarding S7-1200 command table, with this you should get at least something very similiar, though I think there are little differences (very little). But with S7-1500, there is no such option. When you trigger a new MC_MoveAbsolute, the currently active one will be aborted as soon as the new command is triggered. But this is no blending. Just think of a MoveAbsolute from position 0 to 1000, second MoveAbsolute with target 500. With blending you would ensure that the first MoveAbsolute would finish and position to 1000, then blends over to the second one and moves back to 500. Regards, |
5/4/2022 2:03 PM | |
Joined: 3/30/2020 Last visit: 3/19/2025 Posts: 5051 Rating:
|
Hello.
That is super helpful. That note pointed to a migration guide seen here: The document within has something to say. An extract attached.
I further assume that the S7-31xT processors are not available in Step7 V1x. So that is the answer: Whatever blending is required will have to be coded into the user program when using Step7 V1x. ~ Attachmentmigration-guide.pdf (396 Downloads) |
Last edited by: qwazee at: 05/04/2022 16:54:54tweak format Activities of this user is voluntary. There is no obligation or liability placed on this user. Though optional, your 'please' and 'thank you' is highly valued. |
|
This contribution was helpful to
2 thankful Users |
5/4/2022 4:46 PM | |
Joined: 11/4/2011 Last visit: 3/21/2025 Posts: 263 Rating:
|
I don't really see a chance with S7-1500 motion control. This does not have the TO CommandTable mentioned by qwazee, so this is no option. Also most commands just abort the currently running one. Which new commands abot which running ones is shown here: https://support.industry.siemens.com/cs/de/en/view/109781849/130685436171 You might try with gearing, perhaps a TO Cam to get the motion sequence by using camming and having the provile you want implemented in that cam, but that would also require another leading axis (but this could be a virtual axis). S7-1500 T PLCs have the MotionIn commands, where you generate the whole setpoint curve yourself, so with this you're extremely free when it comes to defining the motion. But on the other hand this requires more efforts on your side. For information on the MoitonIn commands see here: https://support.industry.siemens.com/cs/de/en/view/109781849/138120296971 If you don't need this to work very accurately, you could try to just execute the second command a the right time, but I don't think this is really a good solution, for me this is just too timing-based, which I would avoid. But honestly, if you find a suitable solution, share it with us, I'd really be glad to be proven wrong Regards, |
Follow us on