Valmir Posted January 23, 2014 Report Share Posted January 23, 2014 Hello In FB Go to Step how do i define in which step to go, I know that it's got to do with FB drum config. Can I use a go to step for every step in my FB drum Config. It's confusing the way to determine how to go to a particular step, example from the 1 st step (time is set to 0:0) than use fb go to 5 th step than go to 2nd step etc... Thanks in advance. Quote Link to comment Share on other sites More sharing options...
AlexUT Posted January 23, 2014 Report Share Posted January 23, 2014 What model of PLC do you use? 1 Quote Link to comment Share on other sites More sharing options...
Valmir Posted January 23, 2014 Author Report Share Posted January 23, 2014 What model of PLC do you use? What model of PLC do you use?PLC that im using for my project is V350 -35-TRA 22 Quote Link to comment Share on other sites More sharing options...
Valmir Posted January 24, 2014 Author Report Share Posted January 24, 2014 Does anyone have any idea Quote Link to comment Share on other sites More sharing options...
Alexander Posted January 24, 2014 Report Share Posted January 24, 2014 There is a function block, Next Step, that when triggered will progress to the next step. This can be used when a step has a 0 timer and will not automatically go to the next step. You can also use the function block, Go To Step (Index) which will reference an MI value for a selected drum configuration. The value within that MI is the step you will go to. So for example if you are referencing MI 0 in the Go To Step FB and the value stored in that operand is 5, then when triggered the drum will immediately jump to step 5. This information can also be found in the VisiLogic help files in the contents section under Ladder\ FBs Library\ Drum. Quote Link to comment Share on other sites More sharing options...
Valmir Posted January 25, 2014 Author Report Share Posted January 25, 2014 There is a function block, Next Step, that when triggered will progress to the next step. This can be used when a step has a 0 timer and will not automatically go to the next step. You can also use the function block, Go To Step (Index) which will reference an MI value for a selected drum configuration. The value within that MI is the step you will go to. So for example if you are referencing MI 0 in the Go To Step FB and the value stored in that operand is 5, then when triggered the drum will immediately jump to step 5. This information can also be found in the VisiLogic help files in the contents section under Ladder\ FBs Library\ Drum. I got it right thanks Alexander. the think was that i did not assign operand in FB Drum Config. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.