Hello,
I'm new to DataTaker programming and need some help with the AND operator:
The next line gives me an error and I can not figure out why:
IF((599CV==93)and(600CV==0)){600CV=1;XB}
Just testing to expressions and if result of both is "1": set 600CV to 1 and execute XB.
Thanks in advance.
Hello,
I'm new to DataTaker programming and need some help with the AND operator:
The next line gives me an error and I can not figure out why:
IF((599CV==93)and(600CV==0)){600CV=1;XB}
Just testing to expressions and if result of both is "1": set 600CV to 1 and execute XB.
Thanks in advance.