› PLCGurus.NET Live & Interactive Forum › PLC Questions and Answers › Rockwell, Allen-Bradley, Stratix › @devicepath gives different info on panel view than on workstation
Tagged: EDS RSLINX PanelView Upload
- This topic has 3 replies, 2 voices, and was last updated 1 year, 3 months ago by
Ken S.
- AuthorPosts
- February 21, 2022 at 7:38 pm #20600
rwcanary
ParticipantKarma: 25Rank: PadawanI got a CompacLogix 5480 and a Panelview Plus premium 2711 (12″)
After upgrading the PV firmware to 11 it final talks to the 5480.
However, the application still compiles with the warning that the shortcut references a unknown device. I have went threw the RA Knowledge base and apparently this is not a big issue as it is only a warning. The test application works.
However, I’m using a text field that pulls in the @devicepath, on the workstation it works as expected it shows the full PLC processor name and the IP path.
When I load the application to the panel view, it shows something like CIP={insert some crazy numbers here} on 10.240.5.10
Is it because the Panel does not recognize the 5480, per the short cut warning?
Is their an EDS file of sorts I need to install on the Panel View?
Thanks in advance
February 21, 2022 at 8:44 pm #20601Ken S
ParticipantKarma: 172Rank: JediNothing is needed really, as for the EDS file – you can right click in RsLinx and upload eds to your computer.
In the panel view program – you should have the mer file (you will need to re-source it back to an apa) load it in your FactoryTalk ME software , in the project tree at the bottom – you will see the communications tab, click that , in the upper right of the screen you will see the network browser much like Rslinx Network version .. Click on your shortcut in the left hand side of the tree , then in the right tree of device links select the PLC device the shortcut points to. Click Apply on the bottom right ..
Save your project and load it into the PanelView.. done..What application – the logix application or the View Application ? I assume you meant view application and all you need is the network connectivity of the communications tab to point to the device .
However if EDS is an issue – right click the unknown devices in Rslinx and upload the EDS to your computer .. done..March 6, 2022 at 1:10 pm #20613rwcanary
ParticipantKarma: 25Rank: PadawanSorry I guess I explained wrong.
I already built a test app and downloaded. The design links and runtime links are configured correctly already.
Its when I run the app on the panel view it does not show the PLC nomenclature, only a bunch of meaningless numbers. It shows the full nomenclature if a test it on the computer.
March 8, 2022 at 12:28 am #20615Ken S
ParticipantKarma: 172Rank: JediOk so not looking at a picture of what you have, but in the shortcuts of the communication path – you have assigned the shortcut .
In your text field on the screen you are attempting to read the @devicepath system reserved word.
My understanding is that you are just having an issue with the text field reading / displaying the correct value .On the workstation you loaded it runs fine.
When you click test ME runtime application in FT View it runs fine?
When you run the application on panel view it does not ?The EDS is not the issue , again you can test that by right click and upload eds into your system via rslinx.
I know I have had a similar warning message and error previously – you know when the issue is simple you forget about the fix.
I think if you look at your text field you need to add a parameter or special symbol, the
If you created an HMI tag to point to the @devicepath would that HMI tag have the right value ?
[You can let your PLC read this HMI tag]
This is to determine if you are reading the correct value or simply not displaying the correct value.I think it is a matter of a simple character representation
[PLC].@devicepath
[PLC]#1.@devicepathShow a screenshot of your configuration for the text field.
- AuthorPosts
- You must be logged in to reply to this topic.