Kozure Okami

MrPLC Member
  • Content count

    4
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Kozure Okami

  • Rank
    Hi, I am New!

Profile Information

  • Country Mexico
  1. That did it, Thank You! I tried that before in the output rungs instead without the latch but 2nd output control cancelled first one without waiting for its completion. I was thinking some other instruction type might be needed. I am not very experienced as I mentioned but I am trying to learn at least the basic to do this kind of logic. I have not fully explored the forum, is there any specific section that you might suggest to look at? some links with examples of basic commands? I really appreciate your help, thanks for all your time.
  2. Your understanding is correct. I followed your advice, the independent control part works when I:0/5 switch is off but the bit B3:0/2 doesn't manage to latch and stays blinking when the I:0/5 switch is on for the dependent control part. the parallel XIC B3:0/2 is the only part of the rung left to set the coil and overrides with the coil bit. see the attached logic showing what I did, I hope that's what you meant. Thanks MICRO02 11-01-2015.pdf
  3. I am sorry, my fault. dismiss the instructions inside the box on rung 4. that's the part i am trying to fix and that's just some of the logic i tried. attached find the whole logic removing the instructions in the box: Basically the logic goes like this: Rung 0 I:0/0 button latches bit B3:0/0 (power On) Rung 1 I:0/2 button toggles bit B3:0/1 Rung 2 latches output O:0/0 (power clamp 01) Rung 3 power clamp closes activating reeds I:0/4 latching bit B3:0/2 (Inj01) Rung 4 bit B3:0/2 when active splits into: Mode 1 (switch) latches output O:0/1 (shut Off Ball valve Inj01) which is dependent on O:0/3 (shut off ball valve 02) to complete it's cycle and vice verse (flip flop). Mode 2 (switch) by pass the " flip flop" logic parallel to it (blank line) and makes the 2 controlled outputs O:0/1&O:0/3 independent to operate of each other. Rung 5-8 completes the logic of the second identical control to "flip flop"Notes: I:0/3 and I:0/7 are pressure transducers that unlatch each of the controlled outputs O:0/0-O:0/1 and output O:0/2-O:0/3 when a given set point is reached for every leg of the control. the shown logic does everything i need but the part where i need the switch open (Mode 1) to make independent each of the legs (blank line parallel to switch closed in Mode 2 in rungs 04 and 08). Described as process: start push button 01 to inject mold 01. mold 01 clamps activating reed switches 01 Reed switches 01 in clamp enable ball valve 01 to start Injection 01 while injection 01 happens, mold 02 cycle starts by pressing button 02 mold 02 clamps activating reed switches 02 ball valve 02 waits for injection cycle 01 to complete when mold 01 reaches a pressure set point, it unlatches ball valve 01 stoping Injection and clamp 01. Ball valve 02 opens starting Injection 02 same sequence keeps repeating between Injection 01 and 02i hopes it makes better sense now, thanks for taking the time to look at it. MICRO02 10-17-2015.pdf
  4. Hi guys, newbie programmer needs help with your expertise. From the attached logic,I have 2 identical outputs to control (image shows 1) with a switch it changes modes where one mode outputs are independent and the other dependent of each other. in the dependent mode, the outputs control are independent up until B3:0/2 and B3:0/4 (Inj01 and Inj02 bits) are toggled. What i need next is a sort of flip flop where the first output O:0/1 goes first until a 1st transducer reaches a given set point disabling bit B3:0/2. before B3:0/2 gets disabled by 1st transducer , bit B3:0/4 becomes active waiting to enable 2nd output O:0/3 and vice verse when 2nd output gets disable by a 2nd transducer. i really would appreciate if somebody point me in the right direction. I couldn't come up with a simple solution. I hope i explained myself Thanks in advance