Weird PanelView 32 Slc Tags somehow now in a Control Logix

JeremyAdair87

Member
Join Date
Jun 2014
Location
By International Airports
Posts
64
So I've been getting around something that is confusing me.
Attached are my notes.

I have a tag that I can change in an Panelview32. I found it on the other end inside my logix 5000 program, but I can't connect the dots.

The machine used to be connected to a logix 500 SLC and was updated.

The HMI is still referencing logix 500 tags, but is somehow ending up in the logix 5000 in some way.

I can get by on this project But I would really like to know what is going on.
How does someone make tags set up for a SLC end up in logix 5000??

In testing I have changed the Current_Part_number_selected tag in the HMI and see the value in From_pnlvu Change.

Cheers. 🍻
 
I also found this in a "read me routine" that had nothing but rung comments

"Mapping" of data between the Logix5550 and the Panelview.
1. Panelview TAG ADDRESS MUST be in a PLC5 style such as N7:0/0 ,N7:0/1, N7:0/3, etc.. The Panelview cannot recognize Logix5000 formats directly.
2. Therefore, a "map" is created using the "Map PLC Messages" function under the "Logic" menu of the RSLogix 5000 software. Here is the map layout for this project:

Panelview Tag Address Logix 5000 Map Reference Logix 5000 Logic Reference Function

N7:0/0-15 From_Pnlvu From_Pnlvu[0].0-15 Pushbutton ON/OFF bit status from Panelview
N7:1/0-15 From_Pnlvu From_Pnlvu[1].0-15 Pushbutton ON/OFF bit status from Panelview

N11:1 THRU N11:10 SCW SCW[1] THRU SCW[10] Value of Sequence Control Words to Panelview for stations 1 thru 10

N10:1/0 THRU N10:1/15 To_Pnlvu To_Pnlvu[1].0 thru To_Pnlvu[1].15 PLC Input status bits to panelview 10100 thru 10115
N10:2/0 THRU N10:2/15 To_Pnlvu To_Pnlvu[2].0 thru To_Pnlvu[2].15 PLC Input status bits to panelview 10200 thru 10215
 
Yep, the "read me" had everything you need to know :D

2. Therefore, a "map" is created using the "Map PLC Messages" function under the "Logic" menu of the RSLogix 5000 software. Here is the map layout for this project...
 

Similar Topics

Hey Guys, I have even contacted rockwell tech support about this, and they seem just as stumped as I am. I have upgraded the panelview on an old...
Replies
8
Views
3,671
I have created a project in TIA Portal v16 Upd6 with S7-1200 (6ES7214-1AG40-0XB0) and WinCC Unified (PC station). The communication between the...
Replies
4
Views
131
I currently have a weird issue involving Ethernet IP communication between a ABB CI873 (EthernetIP Module) and a 1756-L83ES. The Layout is as...
Replies
8
Views
745
Good morning. I'm doing a rehab and I need to recycle some part of the old code that won't change and that I need. This is a calculation that...
Replies
22
Views
1,351
I'm trying to figure out a weird behavior I'm seeing in my CCW program. It's for controlling a gas polarizer (for medical imaging). I'm using an...
Replies
6
Views
459
Back
Top Bottom