Panelview PDS Upgrade RIO Tag Questions

Scooby1

Member
Join Date
Jun 2011
Location
MN
Posts
21
I need to upgrade an old Panelview that went out. The old Panelview uses the PDS software for programming and communicates over RIO to a PLC 5/25. I will be replacing it with a Panelview Plus 6 that will have a DH+ connection on it to talk with the Panelview. I'm in the process of converting the HMI to FTView and am wondering what some of the tags are actually pointing to in the PLC. Now that I have it converted to a FTView ME project, there is an old tag called BO1_9_0-9_15_Int. How do i know what that is pointing to in the PLC? It says it's an analog value, but how do I know what tag it is?
 
It looks like (take with grain of salt) they used references to PLC addresses as the basis for some of the tags.

I would look in the PLC-5 file for B190:915 as a first guess.

Often, RIO communications to old panelviews used block transfers to allow for data outside the assigned I/O data block to be used. Search the PLC-5 for BTW and BTR instructions that match the rack and group of the Panelview.

If the old Panelview is shutdown, you will likely find errors on those block transfers when monitoring online. I don't believe that the newer Panelviews support RIO. The last one I had to work on almost ten years ago was an older Panelview plus with RIO adapter and it was sort of a pain. If you are not using anything tricky like ASCII tags and a handful of other things that don't translate easily, then it should not be too painful to get it all working.

I think you are saying that you intend to connect a DH+ channel from the PLC-5 to the Panelview. This should make things much easier. The block transfers can go away, and you won't be restricted to the same addresses the old HMI used. Those restrictions can be a blessing in the fact that they force you to be organized and communication efficiency is mandated by the design, but I digress.

Back on point: Search the PLC-5 file for BTR and BTW instructions with the same rack/group/slot assignments as the old HMI. That should lead you to the tags that are not part of the I/O block. it is entirely possible that there are no block transfers being used, but only the "I" and "O" addresses assigned to the old HMI. Some small applications don't need more than a rack or fraction of one.

Another side note: I once worked on an application with hundreds of tags on the screens, but only 14 of them in the tag list. The genius (and this guy really was good) that designed it used the screen number as a pointer and had the PLC code "multiplex" all the tag data depending on which page was displayed on the PV550. This was great for him and for the old SLC that didn't support BTR and BTW instructions, but a pain for me to figure out how to set limits on a data entry point for just one item.

In the new DH+ unit, any tags that are in that I/O block will probably have to be moved to new addresses and the corresponding PLC logic may need to change accordingly. I could be wrong on this last point. The PV+ may let you write to those addresses, but I am not sure if the PLC-5 will put up with it. My PLC-5 and RIO experiences are old, dusty and rusty.
 
Last edited:
oh, RIO how I loathe thee.
If you plan on replacing more of those PanelViews on RIO, then I would use the Prosoft RIO to Ethernet module.
Those PVP6 and RIO modules won't be available forever; likely not very long since they released PVP7.


Here is one tip when migration an RIO project
http://theautomationblog.com/remote...-plus-communications-configuration-migration/

And a link to the Rockwell migration guide. It's light on information, but gives a general overview.
http://literature.rockwellautomation.com/idc/groups/literature/documents/ap/2711p-ap001_-en-p.pdf
 

Similar Topics

Goodday, I need explaination on how you succeeded in uploading/downloading the old program from panelview 1200, through DOS version of PDS.
Replies
3
Views
5,201
I have been working on this for a while now and I can't seem to get it. I was finally able to view the 1500 on the PanelView under the serial...
Replies
1
Views
85
Hi Everyone, Currently we have three plants running with Controllogix PLCs (L72, L73, L74). In each of these plants we have 2 FTView SE...
Replies
0
Views
56
Hey all, i have a panelview screen (image attached), with 4 items on it. Program 1, Program 2, ...3, ...4. The PLC i am using is a compactlogix...
Replies
5
Views
180
Hello All! Ok, we got a Work cell from a Integrator that is sending saved scanning data from the PLC to HMI (Panel View Plus) when I look at this...
Replies
3
Views
86
Back
Top Bottom