PV600 String Display

Bob O

Member
Join Date
May 2003
Location
Posts
1,873
I have a 5/03 hooked to a PV600 touch and I would like to display a string on the PV screen and I am not seeing an easy way to do this. I have 90 products listed in the PLC and would like to display the current selected product on the main screen for the operator. Will I have to type this into a message display and display the message when a certain bit is true?

Thanks,
Bob O.
 
If I understand correctly, you want to display a ST datatype on a PV600.

I would create a text object and use an embedded variable. This can be done by creating the text object and double clicking it. In your tag set-up you should select "character array" as the data type and give it the ST address in the PLC.

See attached screenshot:

pbstring.gif
 
Also, if you are using Panelbuiler version 3.6 or earlier, the string will be "swapped" when it is displayed.

In order for the string to display correctly, you will need to use the SWP command in the PLC logic.

Of course, if you are using a newer version of Panelbuilder, disregard this advice.
 

Similar Topics

I need help trying to send a 8 chars strings from the PLC to the Panel View. I created the string tag in the PLC and then I Logic mapped the tag...
Replies
7
Views
4,413
I am reading from a barcode reader using the PLC CH1 a 8 chars number string. But I need to display this on the PanelView 600. I need to trigger...
Replies
11
Views
3,701
What I am triying to do is to transfer and display on the PV600 values stored in strings on the PLC, and viceversa being abble to doing text input...
Replies
0
Views
3,789
I'm a beginner to PLC and Hmi programming. any one please help how to connect HMI to pc. HMI has a printer **** enabled by default, It does not...
Replies
5
Views
421
Hello, I've recently tried to upgrade my PLC controller from a L72 to L84ES and everything seemed to work, all buttons and screens as far...
Replies
9
Views
2,618
Back
Top Bottom