OpenMarine
NMEA0183 Generator fail to start - 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: NMEA0183 Generator fail to start (/showthread.php?tid=242)

Pages: 1 2 3


RE: NMEA0183 Generator fail to start - kste - 2016-12-18

I made another new installation.
Also this time the NMEA0183 output was interrupted after:
- Added an output profile in NMEA0183 tab
- Clicked on "Apply changes"


RE: NMEA0183 Generator fail to start - e-sailing - 2016-12-18

The problem is in .kplex.conf.
It's a bug!
Go to tab NMEA0183
Click advanced (Editor will be opened with .kplex.conf)
delete line 10 address=localhost
save
start openplotter
Go to tab NMEA0183
Click restart


RE: NMEA0183 Generator fail to start - kste - 2016-12-18

Good! It works!
Thank you!
Smile)


RE: NMEA0183 Generator fail to start - holgerw - 2016-12-28

(2016-12-18, 06:48 PM)kste Wrote: Good! It works!
Thank you!
Smile)


Hello, there must be something wrong with the ~.kplex.conf Settings.
before 0.9 and working well there are this defaults:
###defaults

[udp]
name=system_input
direction=in
optional=yes
address=127.0.0.1
port=10110


Now my 0.9 defaults, after adding my serials manually, 2 new udp inputs are integrated:
###defaults

[udp]
name=system_a
direction=in
address=localhost
port=10110

[udp]
name=system_b
direction=in
port=10110


As you see there are 2 names for the same Port, only diff is the Address: localhost (aka 127.0.0.1).
So please check why i get these defaults here. I suffer with long timeouts after every change esp. SK.


regards - Holger