Page 1 of 1

Best way to configure an Isabellenhütte IVT-S?

Posted: Mon May 11, 2020 7:33 am
by clanger9
So, I've got my IVT-S talking over CAN bus to an Arduino shield. All good so far.

How do people usually configure these things? There are loads of settings!

I could just manually send it the necessary config messages over CAN, but I was wondering if there's a more elegant way? Like a config file or something that can be parsed and uploaded quickly?

If there's nothing available, I can have a go at writing a configurator script to make the process a bit easier...

Re: Best way to configure an Isabellenhütte IVT-S?

Posted: Tue May 12, 2020 11:48 am
by Jack Bauer
If you use the evtv code the menu has a configuration option that sets it up nicely. The ISA default config is weird. Big endian data and bytes flipped etc.

Re: Best way to configure an Isabellenhütte IVT-S?

Posted: Tue May 12, 2020 12:05 pm
by clanger9
Ah, thanks Damien!
Currently bogged down in flipping endian bits, so I must be doing something right. ;)

Will give the EVTV code a try...