GE Proficy bit addressing

tmechanic

Lifetime Supporting Member
Join Date
Aug 2005
Location
New Richmond, WI
Posts
40
Here's my problem, I'm a field service tech who's suddenly been tossed into a programming job. The problem I'm having is I keep getting faults on my bit and timer asddresses, for example.

%T00107 is accepted as a good addressbut
%T00108 or %T00109 are not accepted I keep getting a
"error 4380 Invalid address " message but the %T00110 and %T00111 will work fine.

Any ideas?
 
Timers take three consecutive words. If you assign a timer to %T107 it automatically addresses the following two addresses to it. The next available address will be %T110.

I usually assign timers word addresses like %R107, I've never tried using temp variables. I'll have to check that out. %T variables are temp variables.
 
Last edited:
That wasn't the problem, I figured out the timer, it needs a %R address.
No the problem I'm having is setting a bit say a Q out from a LE_INT block some of them work fine %T00110 and %T00111 but others %T00108 and %T00109 will give me an invalid address error.
 
Does your logic look like this?
t109.gif


Try using the format "%T" when addressing the coil.
This will take the next available 'legal' address.
Do you have allow multiple coils enabled?
BTW... all addressing is decimal.
 

Similar Topics

Hi I want to press a button on the HMI screen and write to a bit within an Integer within a control logix PLC. The iFix version is 5.5 and using...
Replies
3
Views
2,395
I'll keep this as brief as possible, but it is a long story. I've been programming 90-30's since the late 90's. Haven't used them much lately but...
Replies
2
Views
4,779
I am using GE Proficy Machine Edition8.6 for GE quickpanel. (right now I am just using my desktop PC to simulate the quickpanel) the controller is...
Replies
0
Views
1,194
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...
Replies
3
Views
2,927
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
46
Back
Top Bottom