PanelMate 1100 String Editing?

pittpanther

Member
Join Date
Nov 2010
Location
Havre de Grace, MD
Posts
9
Hello all - I am looking to modify some existing PanelMate 1100 applications for a downtime collection project. I just opened the applications in the PanelMate Configuration Editor for the first time, and I can't figure out how to display/edit string variables from the PLC. I need to allow the supervisors to edit a group of PLC string tags that represent the reasons for being down.

I was also hoping to automatically display a downtime selection page based on a PLC trigger, but I don't see how to do this either.

Are these just limitations of this platform? Thanks!
 
If the PLC logic writes "Shutdown due to E-Stop" to a string variable monitored by the Panel Mate, there's nothing the Panel Mate can do to alter that. It's no different than if the PLC logic writes a constant to an integer variable.
 
Thanks for the reply Steve. I was hoping to have a PanelMate page that would display 20 possible downtime reasons that could be edited (through the PanelMate), so that a Supervisor could actually specify the names of the downtime reasons (i.e.: "Shutdown Due to E-Stop", etc.)
 
Steve, I think what he is looking for is the syntax to reference String files in the PLC and whether or not he can edit those with the PanelMate. I never did text entry on a PanelMate and haven't touched one in 7 years.. Is there a text keypad/text entry object?

I know with the Panelview standard, to get the actual characters in a SLC (or PLC-5) ST type file, you must address the string with a .1 delimiter like this: "ST30:1.1".

"ST30:1.0" would be the LENgth of the string.
 
Its been several years since my last Panel Mate project and I've never done one with the 1100.

The PLC variable to trigger a page change is called the "Page Change Register". In the old Panel Mate configuration software that I have, its located in the "Remote" tab under System Parameters in the project navigator.

In the older Power Series I don't remember there being a keyboard object for text entry. In the HMIs I've worked with more recently, if they support text entry, there will be a pop-up keyboard object. Either that or they might have a USB port where you can attach a keyboard.
 
Thinking about it a little more, you could roll your own keyboard for the Panel Mate. When you touch the object labeled "A" it could write the ASCII code for the "A" to a PLC memory location. I'm not sure what good that would do if the Panel Mate isn't capable of interpreting the data in PLC memory as anything other than a numeric value. I'm not whether there are any Panel Mate models with that capability.

In the older ones that I'm familiar with when you want to display a text message, the PLC needs to write a number into a memory location. The Panel Mate looks at that number and displays the corresponding message number. You need the Panel Mate software to edit the message text. I know of no way to provide that capability to an operator from the Panel Mate.
 
Thinking about this some more, and creating my own keyboard seems feasible. Each key could just be a bit down to the PLC, where I could perform the string concatenation(s). Only trouble is, I would still need to display the string that is being built, and I don't even that is possible :(.
 

Similar Topics

I am in the process of replacing a panelmate 2000 with a 1100 series. I can get the config to load, but when I try to connect to the PLC (TI435)...
Replies
0
Views
1,624
I have a PanelMate 1100 that works. When I attempt to download a new configuration I receive an error "Station is not a 4 button unit". I was told...
Replies
7
Views
3,088
Good morning, i have a problem with panelmate 5000 pp. unfortunately I pressed the 3rd and 5th keys while booting the Panel. Now , the alternate...
Replies
0
Views
531
Does anyone know how I can view the configuration file of a Cutler Hammer *.pps file without the software? I need to see what IO is controlled by...
Replies
4
Views
1,278
I recently converted a lm90 program to proficy by using the import feature on proficy. The program seems to have converted correctly and can...
Replies
3
Views
1,159
Back
Top Bottom