Jump to content

Recommended Posts

Posted
Can anybody help me, just learning plc then I read about shift register, so I tried making a ladder on medoc this is the only thing that I made and I don't know what's next X11 --l l----------[sFTL X0 M0 K14 K4] So anybody can help me and explain further or give some examples?
Posted
There is a good explanation in the articles section. http://www.mrplc.com/kb/index.php?page=ind...x_v2&id=71&c=12 Also see the FX manual, I think you can download it in the downloads section.
Posted (edited)
sergei, actually I am just making an experiment to see how the shift register works and I just saw that pattern of the ladder on the mitsu manual from this site. Base from what I have read shift register theoretically they have a signal for data and clock pulse. So I am asking with the circuit I had wrote before which of those represents the data and clock, is it X11 or X0? and what does the other part of the circuit represents because I am confused? Thanks REgards, johnny Edited by bigjoe
Posted
X11 --l l----------[sFTL X0 M0 K14 K4] Hi Bigjoe, Ladder above implies: X11 is the clock, Please refer to the table below: The cycle will repeat until the K14 is satisfied...
Guest Guest_billy
Posted
Hi! I am just learning plc also and I am using medoc version 2.4, FXo plc. I just saw this thread about SFTL. I am trying to write also ladder to see how it works, but instead of SFTL, I want to try SFTLP however I could not find that function on Medoc. Does have medoc have that function with FXo? IF it does how? Please site some examples?
Posted
Try to use PLS instruction with an auxiliary M and use it as shift clock input. Max
Posted (edited)
X11 is not a "clock" actually. It is the instruction execution condition, which execution will be permanent (in every PLC scan) as long as the condition is true. For single execution use pulse as a condition or the instruction pulse format. Edited by Sergei Troizky

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...