Page 12 of 12

Re: malcom2073's EMStudio development thread. (Comments welc

Posted: Wed Dec 18, 2013 12:48 am
by Fred
This goes for binary status flags too. IE, I don't want to see "synced" when there is no connection. Nor do I want to see "not synced". Rather than red or green, I want grey.

3) EMStudio is currently our only dash, as such, presenting the list of tunables EVERY time is not ideal. For many/default, OK, for me, no, I want gauges and numeric in a usable pattern right up front, because I already know the meta data and I don't want to tune it.

4) Thinking more, the "tunables" window is necessarily huge for the expert view, but there should really be a tree or list view that's compact and could co-exist with the gauges/numeric/flags.

^ These sort of usability things, along with any of Jeff's bugs, would be a huge help in the near future/right now.

Re: malcom2073's EMStudio development thread. (Comments welc

Posted: Sat Feb 28, 2015 9:33 am
by flat4power
Hi all

I m working on project base on Arduino
My goal is to read information from différent sensor like oil pressure température rpm etc
I would use emstune for graphical résult
Did You have a documentation about your input format so I can send them to my serial port

Thanks for your help

Re: malcom2073's EMStudio development thread. (Comments welc

Posted: Sat Feb 28, 2015 12:33 pm
by Fred
Emstudio has a plugin architecture so you can reuse one of the existing ones, or write your own to suit.

Re: malcom2073's EMStudio development thread. (Comments welc

Posted: Sat Feb 28, 2015 2:28 pm
by flat4power
ok
I go work on this
but no documentation for dialog use between freeems firmware and emstudio.
I would use the same output and format for data than freeems

Re: malcom2073's EMStudio development thread. (Comments welc

Posted: Sat Feb 28, 2015 8:03 pm
by Fred
I will send you something later if I remember.

Re: malcom2073's EMStudio development thread. (Comments welc

Posted: Sun Mar 01, 2015 7:47 pm
by flat4power
thanks ;)

Re: malcom2073's EMStudio development thread. (Comments welc

Posted: Sun Mar 01, 2015 10:06 pm
by malcom2073
flat4power Check out the docs Fred sent to you related to the comms protocol, it'l give you a base idea how to implement it. If you wish to use the FreeEMS plugin for communications, there are certain message EMS Tune expects to receive responses to, I'll see if I can get a quick list of them together for you.

Re: malcom2073's EMStudio development thread. (Comments welc

Posted: Mon Mar 02, 2015 10:37 am
by flat4power
thanks for your help