Serhat Polat 0 Posted June 19, 2017 Report Share Posted June 19, 2017 Hello everybody, I have a project: A sensor detects the broken bottles and after 3 bottles later a piston rejects the broken bottles. I have done it with siemens plc you can see as attachment, but I couldn't do it on Visilogic. How can I do it with visilogic? I don't know which operands will I use. I0.0 is broken bottle sensor and I0.1 is bottle counter sensor. Q4.0 is reject piston. Quote Link to post Share on other sites
Joel 1 Posted June 19, 2017 Report Share Posted June 19, 2017 Serhat, Since Siemens addressing is a bit different -- pun intended -- than VisiLogic addressing, you need to do things a bit differently to emulate the bit-level access. Here is a first-try draft that should be pretty close to a literal translation of your S7 code. This may need tweaking but should give you a start: 1 Quote Link to post Share on other sites
Serhat Polat 0 Posted June 20, 2017 Author Report Share Posted June 20, 2017 Hello Joel, Thank you for your reply. I made a simulation in my workshop today and your answer is working. Thank you very much. Quote Link to post Share on other sites
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.