targets/plc_main_head.c
changeset 1457 ff7cfce737ca
parent 1428 e14003eb4d42
child 1463 de311ffe3961
equal deleted inserted replaced
1456:e723c1dd6faa 1457:ff7cfce737ca
    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 
    29 
    29 /*
    30 /*
    30  *  Variable generated by C softPLC and plugins
    31  *  Variable generated by C softPLC and plugins
    31  **/
    32  **/
    32 extern unsigned long greatest_tick_count__;
    33 extern unsigned long greatest_tick_count__;