[r42]: / branches / SBSI / Vision_Game_PLC / Plc Logic / Application / Types / Command / svnobj  Maximize  Restore  History

Download this file

11 lines (10 with data), 1.2 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
TYPE Command :
STRUCT
	Active : BOOL;
	Origin : STRING;
    Target : STRING;
    Timestamp : TIME;
    CommandType : INT;
    Value : STRING;		
END_STRUCT
END_TYPE