Jump to content

Recommended Posts

Posted
Does anyone has experience with Mitsubishi STL programming? I have a problem which I exemplify with the following example: 0 |-|m8002|-------------------[sET S0]-| 3 |-STL S0|----|^X0|--------[sET S20]-| 7 |-STL S20|---|^X1|-------[sET S21]-| 12 |-STL S21|---|^X1|-------[sET S22]-| 27 |-STL S22|-T-|^X2|-------------(S0]-| 32 | |--------------------[RET]-| 33 |---------------------------------[END]-| where |^X0| is a LDP (LoaDPulse) instruction. Turning the RUN/STOP switch to RUN, pressing button X0, program goes to state S20. Pressing X1 once, program goes directly to state S22. Pressing X2, program returns to state S0. Pressing X1, program goes to S20, pressing X1 once, program goes to S21, pressing X1 again, program goes to S22, and so on. In other words, in the first pass through the LD diagram, the first rising pulse of X1 activates both LDP succesive instructions (lines 7 and 12) - program goes directly to line 27, while on second and following passes, LDP succesive instructions are activated separately. The same goes if not only two, but many lines similar to line 7 and 12 are added. Does anybody knows how to eliminate this different operation of the same diagram? C.G.Haba cghaba@hotmail.com

Posted
I don't think is the button because this happens only on the first pass through the stl diagram (after powering the PLC or STOP-RUN operation) and not on the second, third or other succesive passes. cghaba
Guest Fanakapan
Posted
Mitsi STL programming takes a lot of studying and getting used to. It has some great points and some bad. The afore mentioned states still being active after power cycle. You have to learn to program interlocks between states (as standard practice) If you have the same input through 2 states you can get the dominoe effect (run through) but with an interlock, this is stopped. Try programming an interlock between the states (m relay) so that it is closed in the active state and open in the next state.

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...