FSIO Fubared?
Posted: Wed Aug 01, 2018 3:27 am
I was trying to implement simple AC-compressor switching in FSIO. No such luck. Even the simplest of expressions don't seem to do anything. Latest Firmware (20180729 1812).
I tried the following:
set_fsio_output_pin 3 pe5
set_fsio_output_frequency 3 0
set_fsio_expression 3 "rpm > 3000"
I get positive feedback in the console log, the expression gets translated to RPN and everything. If I don't set an expression, I get a recurring error. It's clearly trying to work.
I also tried lots of other variations, I tried different pins- no result. Even checking the pins on the brainboard directly- nothing.
VVT control also doesn't seem to want to change any actual PWM setting. I can see in the console and debug fields that it's trying to do something, but there's no output to hardware.
Any idea what I'm doing wrong?
I tried the following:
set_fsio_output_pin 3 pe5
set_fsio_output_frequency 3 0
set_fsio_expression 3 "rpm > 3000"
I get positive feedback in the console log, the expression gets translated to RPN and everything. If I don't set an expression, I get a recurring error. It's clearly trying to work.
I also tried lots of other variations, I tried different pins- no result. Even checking the pins on the brainboard directly- nothing.
VVT control also doesn't seem to want to change any actual PWM setting. I can see in the console and debug fields that it's trying to do something, but there's no output to hardware.
Any idea what I'm doing wrong?