
adccommunitymod (AutomationDirect) asked a question.
C-More Micro changing screens by bit from PLC
Created Date: September 11,2010
Created By: MARSHEL
**** This post has been imported from our legacy forum. Information in this post may be outdated and links contained in the post may no longer work.****
Using C-More Micro Is it possible to change screens by a bit from a Click PLC? How do I do it?
Created Date: September 11,2010
Created by: BAK96
To change screens from the PLC you have to set up the the PLC-Panel function. There you specify a any unused DS registers (DS100)for the screen changing. In the PLC you can set up specific bits to enable a copy statement that will copy the desired screen # value into the DS register. This will make the screen # change to the current value in the DS register. Hope this makes sense. If you need more info I am sure someone here or myself can post some sample program.
The set up in the C-more micro is the navigation panel to the left, there select function then PLC to Panel. This is where you will set up the words for screen change and other usefull conditions that you may want for your application.
Good luck!
Created Date: September 11,2010
Created by: BAK96
Here is a sample program for the Click and the C-more.
Keep in mind this is just the basic Idea of switching the screen # from the PLC. This should give you the idea and you can expand upon this.
Created Date: September 11,2010
Created by: BAK96
The 1st file is corrupt. You should be able to open this file.
Created Date: September 11,2010
Created by: BAK96
I am attempting to upload the file again. I tried opening the 1st one but said was corrupted when downloading from the website. I can unzip the original files on my hard drive with no problems. Not sure what is going on here, but will try again.
Created Date: September 12,2010
Created by: BAK96
I am attempting to upload the file again. I tried opening the 1st one but said was corrupted when downloading from the website. I can unzip the original files on my hard drive with no problems. Not sure what is going on here, but will try again.
Created Date: September 11,2010
Created by: MARSHEL
Using C-More Micro Is it possible to change screens by a bit from a Click PLC? How do I do it?