Some hotkeys for Proficy Machine Edition (GE-PLC IDE)
Program runs transparently (without frame/console).
- pynput from here: https://github.com/moses-palmer/pynput
Proficy Machine Edition Laddes Edit works like spreadsheet. There are no hotkeys inbuild, but keywords making content inside every cell with logical sense.
Unfortunately GE Ide is working slow (interprets content into ladder signs? or what?), so if Your PG is not fast enouth hotkeys will not speed up you inplementing work.
[1] On Windows there is a problem with buildin system hotkeys which signals python app to abort (ctrl+z, etc).
When Proficy Machine Edition Ladder is open, start hotkeys.exe and You could try to use hotkeys:
- [CTRL L] + [F2] => Normally Opened Contact (NOCON)
- [CTRL_L] + [F3] => Normally Closed Contact (NCCON)
- [CTRL_L] + [ALT_L] => Coil (COIL)
- [CTRL_L] + [SHIFT_L] => Horisontal Wire (H_WIRE)
- [CTRL_L] + [F9] => Vertical Wire (V_WIRE)