Glossary

E

EtherNet/IP

(Ethernet industrial protocol) An open communications protocol for manufacturing automation solutions in industrial systems. EtherNet/IP is in a family of networks that implement the common industrial protocol at its upper layers. The supporting organization (ODVA) specifies EtherNet/IP to accomplish global adaptability and media independence.

F

function block

A programming unit that has 1 or more inputs and returns 1 or more outputs. FBs are called through an instance (function block copy with dedicated name and variables) and each instance has a persistent state (outputs and internal variables) from 1 call to the other.

Examples: timers, counters

M

MAST

A processor task that is run through its programming software. The MAST task has 2 sections:

oIN: Inputs are copied to the IN section before execution of the MAST task.

oOUT: Outputs are copied to the OUT section after execution of the MAST task.

P

PLCopen

For more information, refer to http://www.plcopen.org/.

T

task

A group of sections and subroutines, executed cyclically or periodically for the MAST task or periodically for the FAST task.

A task possesses a level of priority and is linked to inputs and outputs of the controller. These I/O are refreshed in relation to the task.

A controller can have several tasks.