targets/plc_main_head.c
changeset 1460 b7e610672eed
parent 1457 ff7cfce737ca
child 1463 de311ffe3961
equal deleted inserted replaced
1455:4ba27ed51e48 1460:b7e610672eed
    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__;