0
Answered

Error division by zero in system log

Laura 6 years ago in IQANdesign updated 6 years ago 3

What is the easiest way to program the software to prevent the error division by zero in the system log?


+1

You can use Qcode and program:

If xxx = 0 then result:= yy else result:= formula

I hope this helps you

+1

Thanks, this also works.