[r2]: / szl4p3-prj,szl4p3,CDS / ABB_AC800_PEC / Plc Logic / APP / 00 System / 01 Global Variables / Interface / TS_RxBSW_Vehicle_OpToAPP / svnobj  Maximize  Restore  History

Download this file

23 lines (22 with data), 7.7 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
(*
This file is auto-generated by the CODESYS IDE extension package.
Do not edit manually.
*)
TYPE TS_RxBSW_Vehicle_OpToAPP:
STRUCT
    MVB_Status            :  INT;       // -1 MVB not working
                                        // 0 Data ok
    SYS_CountryCode_Sel   :  UINT;      // not used / country selected (will be deleted as soon as parametrisation from APP is possible):
    SYS_ModeSelected      :  UINT;      // not used / mode selected (will be deleted in the first  release):
                                        // 0 = no mode selected (system change)
                                        // 1 = DE mode Master
                                        // 2 = DE mode Slave
                                        // 5 = 3Ph AC
                                        // 6 = negativ supply
                                        // 9 = Special supply
                                        // 10 = ESC mode
                                        // 1501 = Hybrid Mode 1500V DC + DE mode Master
                                        // More combination according this convention possible
    SYS_Mtrain_est        :  LREAL;     // estimated train mass
END_STRUCT
END_TYPE