Sign in to follow this  
Followers 0
aassbeer

CX-Designer List Selection Help!

3 posts in this topic

Hi. I have problems creating a list in my list selection. My goal is to have the lines in the list to close a contact in the plc-program when pushed upon. I have never created a list before and the help function does not tell me much. Anybody that can help? Thanks

Share this post


Link to post
Share on other sites
On the properties page for the list selection, go to the selection tab. Tick the 'store the selected line no. in specified address' box and enter a plc word address. You will then have to write some code comparing this value to the required value to turn on your bits (if they are not in the same word) or use the SETB instruction if the bits to turn are consecutive (or just make the bits consecutive and use SETB, much easier!)

Share this post


Link to post
Share on other sites
Chainsaw's got it for the touchpanel. I use a CJ1M-CPU22-ETN, and what I do for the ladder is: I use the = command in the ladder as a latch Ex: List item location to be put in D350 PLC Ladder: | = |------------------------O--- | #1 | |D350| I hope that helps with the PLC side. Tig

Share this post


Link to post
Share on other sites

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
Sign in to follow this  
Followers 0