Herunterladen Inhalt Inhalt Diese Seite drucken

Variablen Beschreibung - Siemens simatic S7-300 Handbuch

Vorschau ausblenden Andere Handbücher für simatic S7-300:
Inhaltsverzeichnis

Werbung

Anhang
A.1 Quellcode des Anwenderprogramms

Variablen Beschreibung

Variable
DB1.DBW 0
DB1.DBW 2
DB1.DBW 4
DB1.DBW 6
DB1.DBW 8
DB1.DBW 10
DB1.DBW 12
DB1.DBW 14
DB2.DBD 0
DB2.DBD 4
DB2.DBD 8
DB2.DBD 12
M200.0
MW 100
AWL-Quellecode
DATA_BLOCK DB 1
TITLE =
VERSION : 0.1
STRUCT
CH_0 : INT ;
CH_1 : INT ;
CH_2 : INT ;
CH_3 : INT ;
CH_4 : INT ;
CH_5 : INT ;
CH_6 : INT ;
CH_7 : INT ;
END_STRUCT ;
BEGIN
CH_0 := 0;
CH_1 := 0;
CH_2 := 0;
CH_3 := 0;
CH_4 := 0;
CH_5 := 0;
CH_6 := 0;
CH_7 := 0;
END_DATA_BLOCK
A-2
Beschreibung
Kanal 0 Analogwertdarstellung
Kanal 1 Analogwertdarstellung
Kanal 2 Analogwertdarstellung
Kanal 3 Analogwertdarstellung
Kanal 4 Analogwertdarstellung
Kanal 5 Analogwertdarstellung
Kanal 6 Analogwertdarstellung
Kanal 7 Analogwertdarstellung
Thermoelement (°C)
Thermoelement (°C)
Thermoelement (°C)
Thermoelement (°C)
Prozessalarm quittieren
Prozessalarm Status
//Channel 0
//Channel 1
//Channel 2
//Channel 3
//Channel 4
//Channel 5
//Channel 6
//Channel 7
SM331; AI 8 x 12 Bit Getting Started Teil 3: Thermoelemente
Getting Started, 11/2006, A5E00264192-02

Werbung

Inhaltsverzeichnis
loading

Inhaltsverzeichnis