Proficy ME only supporting 32-bit DINT when communicating with Micrologix

sanger

Member
Join Date
Nov 2005
Location
Toronto
Posts
172
We have a Proficy ME 6.0 application running on a GE QuickPanel View HMI. The panel is communicating with a Micrologix 1200 via a 1761-NET-ENI Ethernet Interface.

The Proficy application only allows creating integer variables of type DINT (32-bit). INT (16-bit) does not show up in the list of available variable types. If I create a variable to access N7:0 writing to that register writes to N7:0 and N7:1. Is there any way to define a 16-bit INT in Proficy ME or at lease have it limit the writing of the register to 16-bits.

Thanks.
 
I can not vouch for this with that old version of the Driver and the ML12 with Ethernet as I have not used it, However. In all of the GEIP drivers that we use even though we must select DINT as the data type in the QuickPanel View if the Variable is setup as type INT in the PLC then the QPV uses 16 bits instead of 32 bits. If you have tested this and you know it is accurate I would do one or all of these if it were mine.
1. Make sure that I have the latest update for PME 6.00, download SIM25.
2. Change the PLC to use DINT instead of INT.
3. Check with GEIP tech support for a work around or fix.
 
We have a Proficy ME 6.0 application running on a GE QuickPanel View HMI. The panel is communicating with a Micrologix 1200 via a 1761-NET-ENI Ethernet Interface.

The Proficy application only allows creating integer variables of type DINT (32-bit). INT (16-bit) does not show up in the list of available variable types. If I create a variable to access N7:0 writing to that register writes to N7:0 and N7:1. Is there any way to define a 16-bit INT in Proficy ME or at lease have it limit the writing of the register to 16-bits.

Thanks.

Create a file of Longs (32 bit integers) in your Micrologix and use those to interface to the HMI.
 
Im not quite sure if this is the answer or not. I dont remeber who or where I was told to do this but when I created a Variable to write to INT Create like %R00185[INT]. All I can say it worked and hasnt created any conflicts. this was with a Fanuc Plc. Try it and let us know your results.
 

Similar Topics

I have a project where i have two rx3i plc systems seperated by fiber with fiber\ethernet media converters. Both processors are IC695CPE305. My...
Replies
2
Views
1,142
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
98
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
74
Back
Top Bottom