PME 9.5 QP+ Numeric Display problem

Aaron222

Member
Join Date
Apr 2022
Location
NH
Posts
13
I am working to upgrade old QuickPanel screens to modern QuickPanel+ screens in machines.

In Proficy Machine Edition 9.5 SIM 28 I converted a QuickPanel project into a QuickPanel+ project and downloaded to the new QP+. Some of the NDD boxes don't display numbers and instead display hashes (##). I found that in the QP project, they have defined an NDD as 2 digits and assigned it to a variable in the PLC containing a 4 digit INT. The QP displays the last two digits (i.e. of a number 1234 it displays 34). The QP+ just displays ##. How can I modify the NDD in the QP+ project to display digits 34 instead of ##?

I am not able to change the PLC code to do math on the value first and make it only 2 digits.

Thanks
 
The NDD objects are considered holdovers from the old Quick Panel and their use is not encouraged. You can get better functionality by using the animation options for a text string. The only thing you'll lose is the look of the old NDD object. If that's important to you, it isn't too difficult to recreate it with a static bitmap image.
 
Under "Dynamic Tools" the only text object I see is Text Data Display or TDD. When I create a new object as a TDD and assign it my variable I get an error for Invalid Variable Used, which makes sense to me since I assigned a DINT to a Text object. I tried changing the Variable Data Type to String (from DINT) but the error persists.

How can I use a string to display my variable?

Thanks
 
Just put some text on the screen and double click on it to bring up the animation properties screen. Under the "Value" tab, click the check box to enable value animation.

When I do this and set the number to 4 digits, I can't resize the text object such that only two of the digits show (it always resizes so all 4 will show). If I set it to 2 digits, they remain hashes (##) I assume because the variable is 4 digits long.

I'm starting to think the goal of this effort is unreachable, i.e. a simple upgrade from QP to QP+ screen without overhauling the code on either the QP+, PLC, or both.
 

Similar Topics

Hi I am wondering if the RXI-042 PLC model (below PN) is programable via Proficy Machine Endition, if so, what is the firmware version needed for...
Replies
2
Views
86
Hello guys i have a HBM PME MP55 and i want to connect with a pc, what type of cable does it need because on its manual it say on a terminal 2...
Replies
0
Views
316
I don't have much experience in programming. I can do simple configuration. it is like this. i want to add something to the existing ladder...
Replies
39
Views
6,148
hey i am new to PME proficy-machine-edition-9-70-emerson, can anyone please help me in knowing how to install a crack version. usually i used to...
Replies
4
Views
1,367
Converting a 90-70 LM90 to PME 9.5 and need some help with the migration errors and conflicts in the feed back zone. I have parameterized blocks...
Replies
1
Views
815
Back
Top Bottom