fork download
  1. integer a;
  2. get(a ,[RTDigital.CHOM THIAN SUBSTATION._.1VB-01 CLOSED/OPEN STATUS.Sample,2,16276,0] );
  3. if (a=1)
  4. out=1;
  5. else
  6. out:=0;
  7. endif
  8. return out ;
Success #stdin #stdout 0.03s 25104KB
stdin
Standard input is empty
stdout
integer a;
get(a ,[RTDigital.CHOM THIAN SUBSTATION._.1VB-01 CLOSED/OPEN STATUS.Sample,2,16276,0] );
if (a=1) 
out=1;
 else 
out:=0;
endif
return out ;