Serhat Polat 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. Link to comment Share on other sites More sharing options...
Joel 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 Link to comment Share on other sites More sharing options...
Serhat Polat 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. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now