Sign in to follow this  
Followers 0
RobertL

C-More tags

4 posts in this topic

Hello everybody, I'm trying to set a C-More HMI with a MicroLogix 1000 but I'm having lot of problems creating the tags; In the first Rung of my code I have a pushbutton to turn on a pump with a holding contact or latch, then i have the output to the pump. My problems start when I try to asign the address from the MicroLogix to the C_More HMI. Here's what I'm trying to do, Tag Name= Pump Start Device name= DEV001 Tag Data Type= Discrete PLC Address ( MicroLogix 1000 ) Memory Type= B Address= B3:0/0 Bit=0 When I click ADD I get this error "Error GUI-024 : Invalid Address. According to this my problem is the addressing between the MicroLogix and the C_More HMI. Any help will be greatly appreciated. Edited by RobertL

Share this post


Link to post
Share on other sites
PLC Address ( MicroLogix 1000 ) Memory Type= B Address= B3:0/0 <- Remove the "/0" - this part is just for the word. The next part selects the bit. Bit=0 Edited by b_carlton

Share this post


Link to post
Share on other sites
Robert, I've used C-Mores with several ML1100. Checking a recent project, I find the following for tagging: Tag Information: Device Name: ML1100 ( I changed mine from default of DEV001) Tag Name: PB_SYS_START Rest of Tag Info is greyed out, but does indicate Tag Data Type as Discrete PLC Address: Memory Type: B Address: 3:4 Bit: 0 Edited by pcmccartney1

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