Skip to content
Contact Get Started

Access Levels

Everything the control can be asked to do sits behind a level. Reading is free; running the machine, changing the numbers a job depends on, and changing the machine itself each need a level above the last.

A machine leaves the factory reachable by anyone, on purpose. Closing that is a commissioning step, and it is the one most easily forgotten.

LevelMay
RUNread anything: positions, programs, offsets, parameters, alarms
OPERATORrun the machine: change mode, jog, home, MDI, load a program, single block, block search
SETTERchange what the job uses: tool and work offsets, part zero, applying a probe result, saving and deleting programs, dry run, machine lock, the parts counter
MAINTENANCEchange the machine’s parameters, and reach the PLC’s own signals
OEMthe machine builder’s own level, above maintenance
NEVopened by a signed challenge rather than a password

Each level includes everything below it. An operation nobody has classified is treated as maintenance work rather than as an operator button. The control errs upward.

The keyswitch grants a level without typing anything, and the highest it can reach is SETTER. Maintenance and OEM always cost a password, key or no key.

This is worth knowing before someone concludes the key is faulty: turning it further does not open the parameter screen, and it is not meant to.

OPERATOR, SETTER, MAINTENANCE and OEM all ship with the same factory password:

0000

They exist so a new machine is reachable at all, and they are meant to be replaced. A machine that goes to a shop floor with them unchanged lets anyone edit machine parameters.

The control does not let that pass quietly: every level still on its factory password is named in the log each time the machine boots.

A password can only be changed from a session already at that level or above, so change them from the top down and do not lock yourself out of OEM by changing it first from a session that has no way back.

After several wrong attempts a level locks for a short time. The lockout is per level, so it does not shut the whole machine out while someone guesses at one password.

  • They are not machine safety. Guards, interlocks and the emergency stop are the PLC and the hardwired circuit. See Diagnostics for what happens when the PLC is not running. A level decides who may change a number, not what the machine will do when a door opens.
  • They do not protect a running program. A level gates the action, not the outcome: an operator who may load a program may load the wrong one.