GX or IEC Devolper

exiled

Member
Join Date
Jun 2002
Location
England
Posts
131
Hi gurus,
Question for you mitsi guys,
The company i work for has about 180 programmers written in GX Developer and 7 in IEC Developer.

Now because of a "GROUP” decision we have to specify that all mitsi programmes be written in IEC

As i have no experience of IEC whats the difference / benifits??????

thx
 
IEC is a standard that's supposed to be transportable between plc's
the idea is you can save the logic as a script file, the other language can then convert this into it's own system.
The GX IEC Dev is a good product but due to the existing plc language there is a problem, to make IEC work they have had to create functions (like siemens) however the mitsubishi plcs do not have locally generated memory areas so they use the only areas availlable, the project reserves areas like M bits (1024 & above) & D Memories above 1024 these are configurable but it uses them as temporary memories so uses them over & over again.
You have to maintain the source code as you cannot upload it to iec developer & get it back into iec.
example is in iec it can be a ladder or iec block but when in the plc it will totally different, what may be a complex ladder with lots of branches in iec (or functions) will turn into a set of rungs that contain loads of temps in it
a good example is:
in gxiecDEv:
|X0|----|x1|----[EQ D2 K1]-------(t0)
this in the plc will be
|X0|-----------------------(M1023)
|m1023|----|X1|------------(m1024)
[EQ D2 K1]----|M0123|--|m0124|------(T0)
so although it is good, make sure you maintain the source files & keep them upto date, if someone else changes some code in the plc & doesn't give you the source you can't get it back into GXiec.
 

Similar Topics

Is it posible to convert a project in GX iec developer to gx developer for mitshubishi? Thanx
Replies
1
Views
1,509
I am trying to deal with fragmented data, and have been getting stuck. So far I am able to command the Fuchs VE Software version correctly and I...
Replies
0
Views
163
Hi all, I am getting back to using IEC for schematics and was wondering about the 81346-2:2019 codes. What does everyone use for a diffuse...
Replies
3
Views
558
I just took a skim through 81346-2:2019 and was wondering which codes you all used for Safety devices like Safety Controllers, EStops, and guard...
Replies
0
Views
556
I know this is a PLC forum but there are many people from around the world that might be able to help me. I have an aspect question (IEC). I am...
Replies
20
Views
1,970
Back
Top Bottom