OpenMarine
openplotter 1.2.0 SPI tab - Printable Version

+- OpenMarine (https://forum.openmarine.net)
+-- Forum: OpenPlotter (https://forum.openmarine.net/forumdisplay.php?fid=1)
+--- Forum: Bug Reports (https://forum.openmarine.net/forumdisplay.php?fid=4)
+--- Thread: openplotter 1.2.0 SPI tab (/showthread.php?tid=1775)



openplotter 1.2.0 SPI tab - sapers - 2019-04-21

after upgrading to last version in SPI tab the "value settings" doesn't works.
Also I can't to edit convertation table.
How to recover this one?
Thank you.


RE: openplotter 1.2.0 SPI tab - jim321 - 2019-04-21

http://forum.openmarine.net/showthread.php?tid=1100&highlight=SPI+tab
search the forum Smile


RE: openplotter 1.2.0 SPI tab - sapers - 2019-04-22

(2019-04-21, 09:17 PM)jim321 Wrote: http://forum.openmarine.net/showthread.php?tid=1100&highlight=SPI+tab
search the forum Smile

I can't ti find how to solve this problem. Now I have to return to previouse version 1.0.0 . This one works correctly.


RE: openplotter 1.2.0 SPI tab - jim321 - 2019-04-22

sudo nano /home/pi/.config/openplotter/read_sensors_d.py

change "spi.open(0,1)" to "spi.open(0,0)". (line 437)

ctrl x y


RE: openplotter 1.2.0 SPI tab - sapers - 2019-04-25

(2019-04-22, 02:32 PM)jim321 Wrote: sudo nano /home/pi/.config/openplotter/read_sensors_d.py

change "spi.open(0,1)" to "spi.open(0,0)". (line 437)

ctrl x y

no affects. I can to see values from ADC. But I can't to make convertation to real values. "value edit" button doesn't works. In version 1.0.0 it works normally, I can to see the convertation graph also. But version 1.2.0 doesn't works.


RE: openplotter 1.2.0 SPI tab - e-sailing - 2019-05-12

Fixed
http://forum.openmarine.net/showthread.php?tid=1496