Fast Inputs with Pipe Network Motion

Registration Operation Related FB (Trigger FB) Homing operation related FB (Axis FB)

MLTrigSetEdge

MLTrigIsTrigged

MLTrigReadPos

MLAxisRstFastIn

MLAxisIsTrigged

MLAxisCfgFastIn

When the input is triggered, the timestamp is latched. With EtherCATClosed Ethernet ofr Control Automation Technology. EtherCAT® is an open, high-performance Ethernet-based fieldbus system. The development goal of EtherCAT is to apply Ethernet to automation applications which require short data update times (also called cycle times) with low communication jitter (for synchronization purposes) and low hardware costs., the timestamp sent to the KAS-IDEClosed Kollmorgen Automation Suite - Integrated Development Environment via the MLAxisTimeStamp or MLTrigReadTime function blocksClosed A function block groups an algorithm and a set of private data. It has inputs and outputs. is based on the distributed clockClosed Clock signal. that manages the reference clock (for more details on this concept, see "Distributed Clock (Synchronization)"). The KASClosed Kollmorgen Automation Suite-IDEClosed Integrated Development Environment - An type of computer software that assists computer programmers in developing software. IDEs normally consist of a source code editor, a compiler and/or interpreter, build-automation tools, and a debugger. converts this timestamp into a relative offset inside the cycle.

It is also possible to configure a Fast Input to latch the motorClosed An actuator focused to a movement, converting electrical energy in a force or torque. positionClosed Position means a point in space which is described by different coordinates. Depending on the used system and transformation it can consist of a maximum of six dimensions (coordinates).This means three Cartesian coordinates in space and coordinates for the orientation. In ACS there can be even more than six coordinates. If the same position is described in different coordinate systems the values of the coordinates are different. instead of latching the time (see "AKD Drive Configuration"). However, when working with KAS, time latching is more useful, because the positions of all the drives in the application can then be interpolated by means of the Trigger block with the MLTrigReadPos functionClosed A function calculates a result according to the current value of its inputs. A function has no internal data and is not linked to declared instances. block.