Isolated real-time control loop
Motion runs as a hard real-time task that keeps its period whatever the interface, the network and the file system are doing. Setpoints reach the drives on the same cycle boundary every time.
NEV AUTOMATION · 5-AXIS CNC CONTROL
Motion, PLC logic and the operator's screens are built as one project, in one environment. Whether you are building a new machine or retrofitting an existing one, all of it runs in simulation on your own PC before any hardware arrives.
ISO 6983 · IEC 61131-3 · PLCopen
// HOW IT WORKS
Define axes, kinematics and the fieldbus in the IDE project tree.
Machine logic in Structured Text, part programs in G-code.
Watch the path and the machine move in the 3D view. No hardware required.
Connect the runtime to real hardware and monitor live in the operator HMI.
// WHAT THE CONTROL DOES
Motion runs as a hard real-time task that keeps its period whatever the interface, the network and the file system are doing. Setpoints reach the drives on the same cycle boundary every time.
The tip holds the programmed path while the head and the table move. A tilted surface is cut as it was drawn, without the marks left where rotary axes are asked to catch up.
The machine is corrected as a solid: axis error maps, squareness, and where each rotary centre actually sits. Accuracy does not fall away at the far corner of the table.
State the tolerance a corner may be rounded by, or move the whole speed-against-precision balance with one word. Roughing runs fast and the finish pass runs tight, in the same program.
A broken tool mid-cut does not cost the part. Jog clear, inspect it, press RETURN TO PATH, and the program carries on. Cycle start is refused until the machine is back on the path.
EtherCAT to the drives, OPC UA and Modbus to the plant, and a documented WebSocket API. Machine data reaches your MES, and a client of your own reaches motion, offsets and programs.
// DEVELOPMENT SYSTEM
Stay connected to the running target and watch real values move next to the code that sets them. You diagnose the machine in the environment you wrote the logic in, and before any hardware exists the same project runs in simulation.
// OPERATOR HMI
The screens are designed in the same project as the machine's logic and bound to the machine's own variables. What the operator reads is the value the control is acting on.
// TECHNICAL SPECIFICATIONS
Once it is installed you can simulate a five-axis machine end to end, without buying any hardware. If you would rather start from the machine you have in mind, tell us its kinematics and drives.