SimulIDE-R1436_Win32
I reduced its function to:
vo=(vi0<0.5)*0+(vi0>0.5)*1
I got:
script line: 10 1 INFO Compiling void voltChanged()
script line: 19 20 ERROR No conversion from 'bool' to math type available.
script line: 19 34 ERROR No conversion from 'bool' to math type available.
ScriptModule::compileScript: Build() failed
Before I noticed this error warning, a crash happened when I tried to run the debugger.
I reduced its function to:
vo=(vi0<0.5)*0+(vi0>0.5)*1
I got:
script line: 10 1 INFO Compiling void voltChanged()
script line: 19 20 ERROR No conversion from 'bool' to math type available.
script line: 19 34 ERROR No conversion from 'bool' to math type available.
ScriptModule::compileScript: Build() failed
Before I noticed this error warning, a crash happened when I tried to run the debugger.