BoatBanter.com

BoatBanter.com (https://www.boatbanter.com/)
-   Electronics (https://www.boatbanter.com/electronics/)
-   -   NMEA 2000 standard is gaining ground? (https://www.boatbanter.com/electronics/11093-nmea-2000-standard-gaining-ground.html)

Yme Bosma February 29th 04 12:06 PM

NMEA 2000 standard is gaining ground?
 
Hi there,

It's been discussed in this forum before, but over at Ocean Navigator
they have published an article that states the NMEA 2000 standard is
'picking up steam'. Subscription is required, so here some quotes from
the article:

http://www.panbo.com/yae/archives/we...22.html#000356

I'm curious to know what you all think of this standard and wether
it's really gaining any traction. Or do you already see any rival
(non-proprietary) 'standards'/alternatives emerging?

Tnx,
Yme
http://www.panbo.com/yae/

Meindert Sprang February 29th 04 08:38 PM

NMEA 2000 standard is gaining ground?
 
"Yme Bosma" wrote in message
om...
Hi there,

It's been discussed in this forum before, but over at Ocean Navigator
they have published an article that states the NMEA 2000 standard is
'picking up steam'. Subscription is required, so here some quotes from
the article:

http://www.panbo.com/yae/archives/we...22.html#000356

I'm curious to know what you all think of this standard and wether
it's really gaining any traction. Or do you already see any rival
(non-proprietary) 'standards'/alternatives emerging?


Based on CAN, it is a robust standard, but requires quite some protocol
overhead since CAN can only transmit small datapackets.

My biggest problem is the cost involved. To get your first product on the
market, you have to buy the standard documents and test suites and apply for
a vendor- and product ID. This will cost $10,500 total, quite a hurdle for
small manufacturers.

My 'all time favourite' would be a marriage between NMEA-0813 and SeaTalk
and some other features. Use a CAN bus driver, (passive '1' level/active '0'
level), use the same text-based NMEA type sentences (easy to debug), use the
collision detect feature of SeaTalk and increase the speed to a few hundred
kbit/second. And when need be, switch to a binary variant of NMEA.

Meindert



Joe Wood February 29th 04 10:53 PM

NMEA 2000 standard is gaining ground?
 


Meindert Sprang wrote:

"Yme Bosma" wrote in message
om...

Hi there,

It's been discussed in this forum before, but over at Ocean Navigator
they have published an article that states the NMEA 2000 standard is
'picking up steam'. Subscription is required, so here some quotes from
the article:

http://www.panbo.com/yae/archives/we...22.html#000356

I'm curious to know what you all think of this standard and wether
it's really gaining any traction. Or do you already see any rival
(non-proprietary) 'standards'/alternatives emerging?



Based on CAN, it is a robust standard, but requires quite some protocol
overhead since CAN can only transmit small datapackets.

My biggest problem is the cost involved. To get your first product on the
market, you have to buy the standard documents and test suites and apply for
a vendor- and product ID. This will cost $10,500 total, quite a hurdle for
small manufacturers.

My 'all time favourite' would be a marriage between NMEA-0813 and SeaTalk
and some other features. Use a CAN bus driver, (passive '1' level/active '0'
level), use the same text-based NMEA type sentences (easy to debug), use the
collision detect feature of SeaTalk and increase the speed to a few hundred
kbit/second. And when need be, switch to a binary variant of NMEA.

Meindert



I can't agree. Hardware is cheap to develop relative to software. A
handful of hardware engineers can keep armies of software developers
busy indefinately. This is epecially true for low run items like boat
and ship electronics.

Therefore, my favorite solution is NMEA 0183 sentences, text readable
ASCII and all, over IP multicast Class E addresses with some entity
keeping track of an IP address registry. At 100BaseTX rates each device
can put out whatever sentences it wants at whatever rate it wants and
the consuming devices can simply subscribe to those multicast IPs it is
interested in. Streaming video and all. The silicon is there; the
software is there, too. Someone else is designing the tablet PCs. So
what if it isn't totally waterproof to that 10 minute fire hose blast
standard. With COTS HW/SW the cost will be 1/3 or less of the purpose
built equipment. Buy 2; stow one in a waterproof bag with dessicant,
and pocket the differential.

This has got to be the fastest way to market with a the lowest
development cost to be spread over the installed base.

I worked in the development arm of a world reknowned R&D lab for nearly
30 years. Been there; done that.

Joe Wood


Doug Dotson February 29th 04 11:05 PM

NMEA 2000 standard is gaining ground?
 
It is a shame that the big guys go out or their way to squash
the entrepeneurs (sp?) like us. At least Linux is some inspration.

Doug
s/v Callista

"Meindert Sprang" wrote in message
...
"Yme Bosma" wrote in message
om...
Hi there,

It's been discussed in this forum before, but over at Ocean Navigator
they have published an article that states the NMEA 2000 standard is
'picking up steam'. Subscription is required, so here some quotes from
the article:

http://www.panbo.com/yae/archives/we...22.html#000356

I'm curious to know what you all think of this standard and wether
it's really gaining any traction. Or do you already see any rival
(non-proprietary) 'standards'/alternatives emerging?


Based on CAN, it is a robust standard, but requires quite some protocol
overhead since CAN can only transmit small datapackets.

My biggest problem is the cost involved. To get your first product on the
market, you have to buy the standard documents and test suites and apply

for
a vendor- and product ID. This will cost $10,500 total, quite a hurdle for
small manufacturers.

My 'all time favourite' would be a marriage between NMEA-0813 and SeaTalk
and some other features. Use a CAN bus driver, (passive '1' level/active

'0'
level), use the same text-based NMEA type sentences (easy to debug), use

the
collision detect feature of SeaTalk and increase the speed to a few

hundred
kbit/second. And when need be, switch to a binary variant of NMEA.

Meindert





Meindert Sprang March 1st 04 06:26 AM

NMEA 2000 standard is gaining ground?
 
"Joe Wood" wrote in message
...


Meindert Sprang wrote:
My 'all time favourite' would be a marriage between NMEA-0813 and

SeaTalk
and some other features. Use a CAN bus driver, (passive '1' level/active

'0'
level), use the same text-based NMEA type sentences (easy to debug), use

the
collision detect feature of SeaTalk and increase the speed to a few

hundred
kbit/second. And when need be, switch to a binary variant of NMEA.

Meindert



I can't agree. Hardware is cheap to develop relative to software. A
handful of hardware engineers can keep armies of software developers
busy indefinately. This is epecially true for low run items like boat
and ship electronics.


Especially with low run items, I think any other interface than plain old
RS-485 or CAN is bad.
A 100baseT interface is indeed easy to design, but costs quite a lot in
components on low runs and needs much more processor power than RS-485 and a
'modified' NMEA. I mean, take a log sensor: a paddle wheel, a hall sensor,
an op-amp a very small micro and a RS-485 driver and you're done. Cheap. Now
do the same with ethernet. You need magnetics, a big connector, a larger
micro and a large enternet chip. (And I mean large in comparison with a few
SO-8 packages).

Meindert



Dave Baker March 1st 04 01:45 PM

NMEA 2000 standard is gaining ground?
 
On Sun, 29 Feb 2004 17:53:42 -0500, Joe Wood wrote:

My biggest problem is the cost involved. To get your first product on the
market, you have to buy the standard documents and test suites and apply for
a vendor- and product ID. This will cost $10,500 total, quite a hurdle for
small manufacturers.


I can't agree. Hardware is cheap to develop relative to software. A
handful of hardware engineers can keep armies of software developers
busy indefinately. This is epecially true for low run items like boat
and ship electronics.


Hmm, we are just about to get IEC 60945 certification for some hardware we
designed for boats - 25,000 UK pounds to perform the tests!

And then we have to get it approved by DNV, Lloyds, ABS, etc., at another
US$25k!

Dave

Larry W4CSC March 1st 04 02:39 PM

NMEA 2000 standard is gaining ground?
 
Oh, boy, another 1970's dumb serial port technology with a few more
statements to clog up the slow boat to China data bus.

Meindert's got the right idea. Screw wires......BLUETOOTH or some
802.11b wireless using TCP/IP protocols like you internet uses.
Everybody gets to talk to everyone else without the multiplexers and
RF noises in the SSB nonsense.



On 29 Feb 2004 04:06:46 -0800, (Yme Bosma) wrote:

Hi there,

It's been discussed in this forum before, but over at Ocean Navigator
they have published an article that states the NMEA 2000 standard is
'picking up steam'. Subscription is required, so here some quotes from
the article:

http://www.panbo.com/yae/archives/we...22.html#000356

I'm curious to know what you all think of this standard and wether
it's really gaining any traction. Or do you already see any rival
(non-proprietary) 'standards'/alternatives emerging?

Tnx,
Yme
http://www.panbo.com/yae/



Larry W4CSC

No, no, Scotty! I said, "Beam me a wrench.", not a WENCH!
Kirk Out.....

Doug March 1st 04 07:50 PM

NMEA 2000 standard is gaining ground?
 
Raymarine has the new SeaTalk 2 out now. It is CAN based and 20 times faster
than old SeaTalk 1. It uses a 5 wire plug instead of the SeaTalk 1 plug.
I just attended Raymarine product update seminar last week.
Doug K7ABX
"Yme Bosma" wrote in message
om...
Hi there,

It's been discussed in this forum before, but over at Ocean Navigator
they have published an article that states the NMEA 2000 standard is
'picking up steam'. Subscription is required, so here some quotes from
the article:

http://www.panbo.com/yae/archives/we...22.html#000356

I'm curious to know what you all think of this standard and wether
it's really gaining any traction. Or do you already see any rival
(non-proprietary) 'standards'/alternatives emerging?

Tnx,
Yme
http://www.panbo.com/yae/





All times are GMT +1. The time now is 05:14 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004 - 2014 BoatBanter.com