Quick Start
•
11
The first program
WAGO-I/O-SYSTEM 750
ETHERNET StarterKit 1
The example shows the controller 750-842 with one digital input module and
one digital output module.
The local process image will then look like the following (byte declaration):
Input_Byte
AT
%IB0:
BYTE;
Output_Byte
AT
%QB0:
BYTE;
Fig. 5: WAGO-I/O-PRO 32, Declaration and assignment in the PLC-PRG
A simple assignment could be:
Output_Byte := Input_Byte;
The inputs are thus assigned to the outputs (Fig. 5).
If the test program can be compiled without any problems it can be loaded.
The compilation is started via
!
Project
!
Rebuild all.