Hello,
I have a problem, when I launch a script in python, sometimes I receive this message:
Traceback (most recent call last):
File "test-Regu-V1.py", line 186, in <module>
regu_difference = regu_value - round(float(spectro_tabWatt))
ValueError: could not convert string to float: !OVF
Can you help me ?
Kevin