Completely Lost...Communications with Panelview Plus

rwy34ils

Member
Join Date
Mar 2009
Location
Edmonton, Alberta
Posts
73
Here is my latest (mis)adventure...

I am trying to set up simple serial communications between a PanelView 600 Plus and a FlexLogix PLC.

I have no problem using the FactoryTalk View Machine Edition to build the application and download it to the PanelView. That part is ok.

I can't get the PanelView to communicate with the PLC and I'm not sure if it is a problem with the communication setup or the sytax I am using for the tags.

I am using serial communications and DF-1 between the PanelView and PLC. I would be happy to simply get even one simple on/off bit to show up on the PanelView.

Can anyone share some tips with me? I have read all the Rockwell documentation and serched this forum. A simple example would help immensely. (Wouldn't it be nice if RS put a few examples in their User's Guides)
 
Have you tried the Display Test or the Test Run feature work on your development PC ? That would rule out syntax.

PCs have DTE type serial ports, while PanelView Plus terminals have DCE type serial ports. Try adding a null-modem adapter to the cable between the PV+ terminal and the FlexLogix.
 
What should a tag address look like in the PanelView? Suppose I have a tag called "Testjunk". Is it as simple as just addressing as such or do I need to add brackets, slashes, colons or anything else? the RS User Manual is not clear on this at all.
 
Panelview Plus Syntax

I don't use HMI tags in the panelview plus. I use direct tags because it is faster. The syntax for a direct tag would be: {::[shortcut]Testjunk}. The "shortcut" is whatever name you chose under communication setup. If you use HMI tags the syntax would be ::[shortcut]Testjunk.
 
Did you set-up your communications in RSLinx Enterprise? In FactoryTalkView Studio you will find it at the bottom of the tree on the left hand side.

I use direct tags like Phrog30 mentioned. It saves having a tag database in the PanelView.
 

Similar Topics

i need help i just dont understand any of this stuff..... i have a hand scanner attached to a PC via usb. i have a SQL database i have RSView as...
Replies
6
Views
2,274
Hello friends. I tried to uninstall TC3, but I can't. The problem is with: Tcesb.sys Tcusb.sys TE9000 Twinsafe Editor I have tried all known...
Replies
6
Views
1,354
I have a Allen Bradley PowerFlex 525 Drive w/480V. It's connected to a 1/3 HP motor that turns an auger for a feeder. I can drive the motor...
Replies
18
Views
5,172
I'm using RSLogix5000 V20.04. When I configure a CIP Genetric Message, this is how my configuration tab displays (right side cut off). Can't...
Replies
12
Views
2,412
Dear all, In RS Logix 5000 i m using the CPS instruction to copy an UDT with 8 strings & 1 DINT tag in it. While the rung is executed sometimes...
Replies
2
Views
1,250
Back
Top Bottom