FSIO Custom Table Variables

It's all about the code!
Post Reply
NBytevenom
Posts: 110
Joined: Mon Jul 24, 2017 8:23 pm

FSIO Custom Table Variables

Post by NBytevenom »

Is there a method (In TS/Console) currently to change the table variables?
User avatar
AndreyB
Site Admin
Posts: 14332
Joined: Wed Aug 28, 2013 1:28 am
Location: Jersey City
Github Username: rusefillc
Slack: Andrey B

Re: FSIO Custom Table Variables

Post by AndreyB »

In TS you can set a lot of FSIO things including the tables

Image

That's under the "board" group, maybe not the best top-level button name.
Very limited telepathic abilities - please post logs & tunes where appropriate - http://rusefi.com/s/questions

Always looking for C/C++/Java/PHP developers! Please help us see https://rusefi.com/s/howtocontribute
stefanst
contributor
contributor
Posts: 703
Joined: Wed Feb 17, 2016 12:24 am
Location: USA 08530

Re: FSIO Custom Table Variables

Post by stefanst »

I believe he's asking if you can change the lookup values for x- and y-axis. for example make x-axis coolant temp.
User avatar
AndreyB
Site Admin
Posts: 14332
Joined: Wed Aug 28, 2013 1:28 am
Location: Jersey City
Github Username: rusefillc
Slack: Andrey B

Re: FSIO Custom Table Variables

Post by AndreyB »

stefanst wrote:I believe he's asking if you can change the lookup values for x- and y-axis. for example make x-axis coolant temp.
I am wondering if we have some misunderstanding here. What "lookup values"? There are the labels in TS - but these are nothing but TS labels. What is your lookup value is controlled by you.

See http://rusefi.com/wiki/index.php?title=Manual:Flexible_Logic#Case_study_.234:_boost_controller where it says "magic expression, that's RPN for "fsio_table (3, rpm, map) / 100"."
Very limited telepathic abilities - please post logs & tunes where appropriate - http://rusefi.com/s/questions

Always looking for C/C++/Java/PHP developers! Please help us see https://rusefi.com/s/howtocontribute
NBytevenom
Posts: 110
Joined: Mon Jul 24, 2017 8:23 pm

Re: FSIO Custom Table Variables

Post by NBytevenom »

russian wrote:
stefanst wrote:I believe he's asking if you can change the lookup values for x- and y-axis. for example make x-axis coolant temp.
I am wondering if we have some misunderstanding here. What "lookup values"? There are the labels in TS - but these are nothing but TS labels. What is your lookup value is controlled by you.

See http://rusefi.com/wiki/index.php?title=Manual:Flexible_Logic#Case_study_.234:_boost_controller where it says "magic expression, that's RPN for "fsio_table (3, rpm, map) / 100"."
Ah okay. That is what I was looking for.

Also, I seem to be having an issue with writing my FSIO condition to the board. If I use something like "rpm > 600", the board locks up and the write fails.

I've tried using a console command and writing through TS.
User avatar
AndreyB
Site Admin
Posts: 14332
Joined: Wed Aug 28, 2013 1:28 am
Location: Jersey City
Github Username: rusefillc
Slack: Andrey B

Re: FSIO Custom Table Variables

Post by AndreyB »

NBytevenom wrote:I seem to be having an issue with writing my FSIO condition to the board. If I use something like "rpm > 600", the board locks up and the write fails.

I've tried using a console command and writing through TS.
Limited telepathic abilities, I need more data :) Maybe record a video so that I can reproduce? Maybe post your tune or logs?
Very limited telepathic abilities - please post logs & tunes where appropriate - http://rusefi.com/s/questions

Always looking for C/C++/Java/PHP developers! Please help us see https://rusefi.com/s/howtocontribute
NBytevenom
Posts: 110
Joined: Mon Jul 24, 2017 8:23 pm

Re: FSIO Custom Table Variables

Post by NBytevenom »

russian wrote:
NBytevenom wrote:I seem to be having an issue with writing my FSIO condition to the board. If I use something like "rpm > 600", the board locks up and the write fails.

I've tried using a console command and writing through TS.
Limited telepathic abilities, I need more data :) Maybe record a video so that I can reproduce? Maybe post your tune or logs?
Fair enough! Will post tonight.
NBytevenom
Posts: 110
Joined: Mon Jul 24, 2017 8:23 pm

Re: FSIO Custom Table Variables

Post by NBytevenom »

russian wrote:
NBytevenom wrote:I seem to be having an issue with writing my FSIO condition to the board. If I use something like "rpm > 600", the board locks up and the write fails.

I've tried using a console command and writing through TS.
Limited telepathic abilities, I need more data :) Maybe record a video so that I can reproduce? Maybe post your tune or logs?
Fair enough! Will post tonight.
I figured that perhaps it might've been a well known issue for some. Worth a try at your telepathic abilities.
Post Reply