Jump to content

ejecute 2 times cutter


Recommended Posts

V350 i have a small project but i have a problem when ejectute a cutter to catter a tube i need ejecute two time to make sure cutter true tube one time is not enough, but i dont know how tu run two time thta, some body have some thing like that or idea pls.

 

 

Link to comment
Share on other sites

  • MVP 2023

For starters you don't have an IO module defined in the hardware configuration that matches your Input and Output addresses.  I added an IO-DI8-RO8 module to the expansion chain that seems to cover the inputs and outputs you've defined.

 

I gather from your logic that I37 is the cutter retracted switch and I36 is the cutter extended.  O34 looks like the cutter output.

 

It's a good idea to use network comments to describe what you're trying to do.

 

The main problem is you are trying to define a sequence using only bits.  This is a common beginner's mistake and it can drive you mad, as the bits have a habit it turning themselves on and off at unexpected times.  I always use a pointer-based state machine to program sequences.  See my attached program.

 

Joe T.

transfer2tm_JT.vlp

Link to comment
Share on other sites

Thanks Joe i will study your code and understand better, yes is true when you burn a IO in midle or begingn of the program, I understand after hard time with some problems after i put all outputs at en of program all became better, thanks if i have some dudes i will ask for your help again....thanks a lote....

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

This site uses cookies. By clicking I accept, you agree to their use.