targets/plc_main_head.c
changeset 1463 de311ffe3961
parent 1457 ff7cfce737ca
child 1981 d0718654d9b0
equal deleted inserted replaced
1462:9ee3a2dea7e8 1463:de311ffe3961
    23  *  Variables used by generated C softPLC and plugins
    23  *  Variables used by generated C softPLC and plugins
    24  **/
    24  **/
    25 IEC_TIME __CURRENT_TIME;
    25 IEC_TIME __CURRENT_TIME;
    26 IEC_BOOL __DEBUG = 0;
    26 IEC_BOOL __DEBUG = 0;
    27 unsigned long __tick = 0;
    27 unsigned long __tick = 0;
    28 char *PLCID = NULL;
    28 char *PLC_ID = NULL;
    29 
    29 
    30 /*
    30 /*
    31  *  Variable generated by C softPLC and plugins
    31  *  Variable generated by C softPLC and plugins
    32  **/
    32  **/
    33 extern unsigned long greatest_tick_count__;
    33 extern unsigned long greatest_tick_count__;