9/3/2019 10:04 AM | |
Posts: 17 Rating:
|
Hello Guys, I have one querry regarding the Technology Object parameters writing. I have configured one technology object "Move Absolute Position" that is moving by certain amount by variable #input_frwd_position. Meanwhile, I am comparing two values during this motion and my goal is to stop the technology object if both values are true, then do some calculation and start again technology object where it was stopped. I have created fb for stopping technology object and calculation part. but, problem is that I am not able to stop and start from the same point where it stops. The code is shown in attachment . In network 2 I am making the execute coomand false and in network 7 true again. Any lead to solve the problem will be helpfull. ------------------------------------------------------------------------------------------ AttachmentTechnology_Object.pdf (221 Downloads) |
Last edited by: Jen_Moderator at: 09/03/2019 10:44:12New subject after splitting |
|
9/4/2019 8:30 AM | |
Joined: 4/28/2015 Last visit: 10/25/2024 Posts: 398 Rating:
|
Hello, did you notice the following application example? Technology Objects of the SIMATIC S7-1500(T) Maybe it is helpful for you to learn how to use the technology objects and motion control functions of the S7-1500(T)... |
This contribution was helpful to
1 thankful Users |
9/5/2019 10:55 AM | |
Joined: 9/23/2005 Last visit: 2/14/2025 Posts: 4914 Rating:
|
The .execute input must be 0/low at the block call. Then the .done output can be withdrawn. Here you can find comprehensive manual in which you can find quite detailed description of motion commands including their timing charts. |
Regards, |
|
This contribution was helpful to
1 thankful Users |
9/5/2019 11:08 AM | |
Posts: 17 Rating:
|
Hallo Jacek d, I have made changes, Will this work?. at the block call .execute is false and when block call completed .execute become true again. |
Follow us on