CODESYS Development System
Object: C Implemented Library Symbol: You add the object to a library project in the POUs view. A C Implemented Library can contain multiple precompiled modules, each of which is assigned to a specifi
CODESYS Development System
Object: Device, and Generic Device Editor Symbol: A device object represents a specific hardware component (examples: controller, fieldbus node, bus coupler, drive, I/O module, or monitor). You map th
CODESYS Development System
Generic Device Editor The generic device editor contains tabs for the configuration of a PLC device in CODESYS . Additionally there are device-specific tabs, so that the configuration editor consists
CODESYS Development System
Tab: Parameters Tip This dialog is intended for test purposes. Its values should be changed only by experts. The device-specific parameters are displayed in a table on this tab of the generic device e
CODESYS Development System
Tab: Applications On this tab of the generic device editor you can see which applications exist on the device. Depending on the system you can delete the applications from the device or retrieve detai
CODESYS Development System
Object: GVL – Global Variable List Symbol: A global variable list is used for the declaration, editing, and display of global variables . You click Project → Add Object → Global Variable List to add a
CODESYS Development System
Object: Network Variable List (Sender) Symbol: A Network Variable List (Sender) is used to declare and list global variables that should be sent to a Network Variable List (Receiver) of another device
CODESYS Development System
Object: Network Variable List (Receiver) Symbol: The object is used to list the received network variables and display the information: network and transmit information and sender. To add the object t
CODESYS Development System
Object: Persistent Variable List Symbol: The object contains the declaration of global persistent variables in the declaration section VAR_GLOBAL PERSISTENT RETAIN .. END_VAR . The variables are store
CODESYS Development System
Object: POU Symbol: An object of type POU is a "programming organization unit" in a CODESYS project. Source code for your controller program is written in POUs. There are following POU types: Program