Data Tagging from Micrologix 1400 to Red Lion HMI

calamwill

Member
Join Date
Jan 2016
Location
Manchester
Posts
21
Hi guys, it's the noob again.
So i'm currently in the middle of communicating between a Micrologix 1400 PLC (programmed via rslogix 500) with a Red Lion G304K200 HMI (programmed via Crimson 3), and it was thanks to you guys that i got this far, thank you for that.

But what i want to know now is:
Is it even possible for me to use the data tags from rslogix 500 in the RL HMI to use the buttons on the screen that i have laid out, in Crimson 3? The buttons would equate to B:3/.. bits in the rslogix 500 software and i can't seem to get them to come through no matter what i do.
 
Last edited:
First you'll need to configure your communications to something like this...if over Ethernet.
attachment.php


Then select the tag you want to link to the B3, select the source as the PLC you configured above then select your data address.
attachment.php


communications.png tag.png
 
First you'll need to configure your communications to something like this...if over Ethernet.
attachment.php


Then select the tag you want to link to the B3, select the source as the PLC you configured above then select your data address.
attachment.php

is that individually for every tag?

and thank you
 
Create a new flag tag

Source -> your plc (you must have configured the communications already) B003:0000 for B3:0

Extent -> One Item

Treat As -> Bit Array - Little Endian

Bit Number -> 0-15 (0 = b3:0/0 and 15 = b3:0/15)

edit: someone beat me to it with fancy pictures.
 
I'm not sure if we're all saying the same thing, but here's some more pretty pictures of the way I do it. First, yes, you need to set up your PLC in the communications page. I call mine PLC1; then in my tags area right click>Insert New>Variable>Flag. Point the mapping to your PLC and then set it up as below.

Screen Shot 2016-01-14 at 8.24.08 am.png Screen Shot 2016-01-14 at 8.24.22 am.png
 
I'm not sure if we're all saying the same thing, but here's some more pretty pictures of the way I do it. First, yes, you need to set up your PLC in the communications page. I call mine PLC1; then in my tags area right click>Insert New>Variable>Flag. Point the mapping to your PLC and then set it up as below.

that way isn't available on mine for some reason.
 
I just realised that my example was from Crimson 2, not Crimson 3...can't see why that would have changed, but no matter. Did you get it working at least?
 
I just realised that my example was from Crimson 2, not Crimson 3...can't see why that would have changed, but no matter. Did you get it working at least?

nope, it's not working yet. i am not sure whether i have done something wrong or not either because i have no idea what i'm doing haha
 

Similar Topics

Has anyone migrated Proficy Historian data to a new server? I followed the guide to move all the data over, but when I run the utility, it stops...
Replies
0
Views
23
I cannot add SLC500 analog input tag (I: 8.3) to EZSeries Touch Panel Editor (V 5.3). I used all the listed tag datatype but it all says "Invalid...
Replies
3
Views
69
Hi, Wy we log data in PLC using DLG instruction, when we have option to log data in HMI
Replies
1
Views
63
Hi, I cannot find the DLCA1764.EXE utilty software for data retrieving. Can someone share the link to download this software. Thanks!
Replies
4
Views
58
I have an expression in a structured text routine of a Logix controller that looks more or less like the following: ResultInteger := Integer1 *...
Replies
13
Views
364
Back
Top Bottom