targets/plc_main_head.c
changeset 1467 68ba08b3a152
parent 1463 de311ffe3961
child 1981 d0718654d9b0
equal deleted inserted replaced
1466:805826ba48c5 1467:68ba08b3a152
    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__;