panelveiw plus ascii help

mrm37

Member
Join Date
Oct 2004
Posts
23
I NEED HELP ON ADRESSING AN STRING INPUT ENABLE SO I CAN ENTER LETTERS AND NUMBERS BUT WHEN I ADRESS THE VALUE ON THE BUTTON AS ST12:10 IT SHOWS UP AS \ST12_10 H9 (H9 BEING MY SHORTCUT) BUT WHEN I TRY TO ENTER A NAME AND NUMBER IN ENTRY NOTHING HAPPENS IN LOGIC OR PANELVEIW ,I THINK MAYBE IM MISSING SOMETHING. THANKS FOR ANY INFO. THAT MIGHT HELP ME
 
You can use Direct Addresses in RSView ME, or you can use RSView ME Tags (these are in the Tag Database) that are then associated with a SLC Address.

Direct Address:

If "H9" is your shortcut name in RSLinx Enterprise, then in the Connection tab for a String Display object in RSView ME you should have your String data element addressed as:

{::[H9]ST12:10}


RSView ME Tags:

If you are using RSView ME tags, you should have a Tag in the Tag Database called "ST12_10" (this is convenient, but you could name it anything) which is defined as a Device Tag with address:

::[H9]ST12:10

In the Connection tab for the String Display object in RSView ME you should enter:

{ST12_10}


If you are doing a String Entry, you use the same syntax in the Value Connection.
 

Similar Topics

The options for selecting a key are F1 - F20 and K1 - K20 F1 - F10 are obvious, can anyone tell me how the others map to the remaining keys on the...
Replies
1
Views
1,517
I am using a PV+ hmi to controllogix via ethernet and if comms to the plc is lost the operator wants an alarm to be displayed. I know that when...
Replies
2
Views
2,147
Good Morning, I've been working on an HMI using the Panel View 5000 series. I admittedly was not very good at Factory Talk View Studio, but I...
Replies
7
Views
986
Iam removing a Panelview600 as it is no longer supported and replacing it with a Red Lion G306A panel the PLC is a SLC500, after much research I...
Replies
4
Views
2,461
Iam adding recipes to a existing program, and when I go to down olad the updated program I get an error saying " Invalid Length, Bit array cannot...
Replies
2
Views
1,426
Back
Top Bottom