Proficy 9.0 UDT HMI Read Question

stn99nts

Member
Join Date
Feb 2017
Location
Toronto
Posts
10
Hi All,

I'm fairly new to Proficy and perhaps the problem is that I'm trying to get it to do some of the same things I'm used to doing with RSLogix5000, but...

I am having trouble getting a Quickpanel+ HMI to read and write from the boolean values of the UDTs I created. I am using Proficy 9.0 and the processor is an RX3i CPE305.

Basically, whenever I press a button on the HMI that is linked to one of the boolean values of a UDT-assigned variable , nothing happens. When I change the target write bit to something with an actual address such as %M00577 for example, the bit changes as I toggle the pushbutton.

Does Proficy allow the HMI to read UDT bits? If so, are there any special considerations beyond just creating the UDT and pointing to it in the pushbutton properties?
 
I am assuming your HMI and PLC are in the same project.

There is a property of the PLC variable called Publish. Change this property to "External Read/Write" to allow the HMI to communicate both ways with the variable.

If you only want to display the variable, you can use "External Read-Only".

I don't think you can do this change directly on the UDT. You will have to change every usage of the required variable.
 
Thanks.

Changed the bits to "External Read/Write" and the HMI buttons work now. I also had to change the UDT memory type to 'discrete' in order for it to publish. This memory type change also made my UDT timers unusable. Pretty good lessons for next time.
 

Similar Topics

Hello all, I am trying to open a program from a client that was done on ge proficy machine edition 9.5 but everytime i try it I get the missing...
Replies
9
Views
3,353
Has anyone migrated Proficy Historian data to a new server? I followed the guide to move all the data over, but when I run the utility, it stops...
Replies
0
Views
50
I'm getting frustrated creating arrays of variables in Machine edition. I need to make 2 variable arrays that are 102x2 in size, with varying...
Replies
3
Views
105
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
96
Greetings, I am working on a project and I would like to scale %AI to -10.0 to 10.0 VDC. The module Input data is stored as a 16 bit Integer and...
Replies
4
Views
71
Back
Top Bottom