Proficy Machine Edition

Manoj M

Member
Join Date
Feb 2014
Location
London
Posts
59
Hello Experts
It may sound simple for you experts. I have to add negative transition contact in the ladder logic and for some reason this instruction is not happening. I am new to GE programming but I had done in Siemens few times by simply drag and drop in the ladder circuit. I can do PLC programming but never done in GE fanuc. Just wondering am I missing something obvious before executing the negative transition contact instruction.
Any help will be really appreciated.

Regards
Manoj
 
Some GE-IP PLCs do not allow transition contacts. If you are programming a 90-30 or Versamax, you can not use a transition contact.

You will have to program a transition coil and then use a normal contact from that coil. Both will have the same address.
 
Thanks for Quick response and your Idea is working perfect.
Now the second question is if I have to define a memory bit to that Transition contact, then how would I know which memory space/area is available. Comparing with Siemens, you can look into the Assignment list and use the memory bit which is not been used. But like I said being new to GE, I Don't know where all these instructions (may be with different name) are sitting in PME.

Regards
Manoj
 
Internal memory bits are %M bits. Bits are listed in Variable List. If you aren't sure, you can search for the bit you want to use.
By default, the software will report "duplicate coil" when you create an output if the address was already used.

One issue with Proficy - If you forget the percent symbol, it will create a name, then demand an address for it. Annoying.
Let's say you choose a coil, and want to name it %M0. A shortcut is to type the number first. "0M" will automatically add the percent symbol, and create "%M00001".
 
If you don't know (or care)which %M bit to enter, when prompted for the address, type %M ans hit enter; Proficy will insert the next available address (at the upper end of the used addresses; it will not fill in holes). It will do this for other memory types as well (ex. %R).
 
If you go to the Navigator Window, "Options | Controller | Hardware Configuration" and change the parameter "New Reference Assignment" to 'First Available' this can be somewhat controlled.
If set to Next Available (default), new reference assignments are made from the next highest available reference memory location.
If set to First Available, the editor attempts to assign reference memory from the first unassigned fragment that can accommodate the required new assignment length.


On a VersaMax Nano, the Next Available option is always used even if you select First Available.
 

Similar Topics

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
89
Hi, I am still a beginner with PLCs and I have never worked with GE PLCs before so looking for some help. I am using GE Proficy Machine Edition...
Replies
11
Views
1,351
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,362
I am trying to download version 9.8 of G.E.'s proficy machine edition, does anyone have a link to a download site?
Replies
9
Views
4,959
Need to learn a few more tricks in Proficy Machine Edition. I don't use it often, but one of the first things I usually do when getting into a new...
Replies
3
Views
999
Back
Top Bottom