You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
383 B
20 lines
383 B
$BEGIN_IT_HEADER
|
|
GLOBALDEFINITIONS = 1
|
|
$END_IT_HEADER
|
|
PROGRAM OPCDA1
|
|
VAR_GLOBAL
|
|
|
|
BS_Schedule_Str_W :STRING;
|
|
BS_Schedule_Str_R :ARRAY[0..60] OF BYTE;
|
|
LEAFB2B01_TSTR :STRING;
|
|
LEAFB2B02_TSTR :STRING;
|
|
LEAFB2B03_TSTR :STRING;
|
|
LEAFB2B04_TSTR :STRING;
|
|
|
|
LEAFB2A01_TSTR :STRING;
|
|
LEAFB2A02_TSTR :STRING;
|
|
|
|
END_VAR
|
|
|
|
|
|
END_PROGRAM
|