Problem with address tags for PView PLus

fpaezp

Member
Join Date
Apr 2011
Location
mexico
Posts
24
Hi,

I have a PLC (Micrologix 1500) working with the machine.

In my office i have a PanelView Plus 600, I've programmed with the application, but I have the following doubt:

How I can create TAGS without connected the PLC? , At the moment of creating TAGS ask me for ADDRESS like this:

data.png


I want the PLC to recognize the directions of PANEL...

I think it should create a node for the PLC and the PView..I'm not sure :confused:

Sorry for my english..

Thanks in advance...
 
[SIMPA02_1] is called a "Shortcut", which is defined in the RSLinx Enterprise Communication Configuration.

When you are defining HMI Tags, you can address them as seen above, with the double colon, the shortcut, and the data element address.

The same syntax can be used with Direct Reference connections, surrounded by curly brackets

{::[SIMPA02_1]B3:3/13}

You can do this addressing manually (which I prefer) or you can Import a tag database from RSLogix 500.

With PLC/SLC/MicroLogix programs, you cannot "browse" the offline program file like you can with ControlLogix. You can only do manual addressing or Import a tag database.
 
[SIMPA02_1] is called a "Shortcut", which is defined in the RSLinx Enterprise Communication Configuration.

When you are defining HMI Tags, you can address them as seen above, with the double colon, the shortcut, and the data element address.

The same syntax can be used with Direct Reference connections, surrounded by curly brackets

{::[SIMPA02_1]B3:3/13}

You can do this addressing manually (which I prefer) or you can Import a tag database from RSLogix 500.

With PLC/SLC/MicroLogix programs, you cannot "browse" the offline program file like you can with ControlLogix. You can only do manual addressing or Import a tag database.

I would agree with Ken about addressing manually when using other than Controllogix. While importing tags from an offline file in SLC will save you lots of time creating the tags, the tag names will always be something like "B3_06_08" to represent the SLC address. If you want to change the names of all the tags you just imported to something meaningful, then you have to duplicate each tag that you want to change, rename it, then delete the original tag. Seems to usually cost me time in the long run.

Just my two cents

Cheers,
Dustin

🍻
 

Similar Topics

Hi I have a Mitsubishi FX3GE and I am trying to change the IP address to one that will sit on our network. I am using GX Works 2 version 1.586...
Replies
4
Views
1,874
Hi I use from Delta PLC and I use from EN01 module for communication I assign an IP address to it statically. But I have problem.this IP after a...
Replies
2
Views
2,511
Hi everybody, following the tip of Ken Roach, i'm opening a new thread to my problem. I have a redundant PLC system, each chassis have two...
Replies
5
Views
7,921
Greetings, We are having a DeviceNet problem here at the plant. The problem occurred after 5 years of operation and a node on the DeviceNet...
Replies
4
Views
4,710
Hi all, I declare an array variable as CHAR like this: VAR_INPUT ASCII : ARRAY[0..6] OF CHAR; END_VAR I create an array variable as CHAR in...
Replies
2
Views
1,551
Back
Top Bottom