Herunterladen Inhalt Inhalt Diese Seite drucken

IFM Electronic ecomot100 CR2511 Gerätehandbuch Seite 46

Ausgangs-modul
Inhaltsverzeichnis

Werbung

Verfügbare Sprachen

Verfügbare Sprachen

CR2511
OUTPUT MODULE
Data structure:
CR2511 InOutStruct
Purpose:
The current I/O data of the module
are read or written.
The data structure is assigned to the
function input "IO_DATA" via the ADR
operator.
Structure components
Name
Data type
BinOut1
BOOL
BinOut2
BOOL
BinOut3
BOOL
BinOut4
BOOL
BinOut5
BOOL
BinOut6
BOOL
BinOut7
BOOL
BinOut8
BOOL
AnaOut1_2
INT
AnaOut3_4
INT
AnaOut5_6
INT
AnaOut7_8
INT
Note:
AnaIn1_2
WORD
AnaIn3_4
WORD
AnaIn5_6
WORD
AnaIn7_8
WORD
Note:
46
PAGE
All manuals and user guides at all-guides.com
Description
output status
channel 1
output status
channel 2
output status
channel 3
output status
channel 4
output status
channel 5
output status
channel 6
output status
channel 7
output status
channel 8
analog output value
channel 1 or 2
analog output value
channel 3 or 4
analog output value
channel 5 or 6
analog output value
channel 7 or 8
The odd-numbered channels 1, 3, 5, 7 are active if the variable
contains a positive value.
The even-numbered channels 2, 4, 6, 8 are active if the variable
contains a negative value.
actual current value [mA], channel 1 or 2
actual current value [mA], channel 3 or 4
actual current value [mA], channel 5 or 6
actual current value [mA], channel 7 or 8
The actual current value can only be read if connection is made via
the outputs with current monitoring (see also page 30, wiring).
TYPE CR2511 InOutStruct
STRUCT
BinOut1: BOOL;
BinOut2: BOOL;
BinOut8: BOOL;
AnaOut1_2: INT;
AnaOut3_4: INT;
AnaOut5_6: INT;
AnaOut7_8: INT;
AnaIn1_2: WORD;
AnaIn3_4: WORD;
AnaIn5_6: WORD;
AnaIn7_8: WORD;
END_STRUCT
END_TYPE
(if Ch1 configuration = 2)
(if Ch2 configuration = 2)
(if Ch3 configuration = 2)
(if Ch4 configuration = 2)
(if Ch5 configuration = 2)
(if Ch6 configuration = 2)
(if Ch7 configuration = 2)
(if Ch8 configuration = 2)
(if Ch1_2 config. = 4 or 5)
(if Ch3_4 config. = 4 or 5)
(if Ch5_6 config. = 4 or 5)
(if Ch7_8 config. = 4 or 5)

Werbung

Kapitel

Inhaltsverzeichnis
loading

Inhaltsverzeichnis