Home |
Search |
Today's Posts |
#1
|
|||
|
|||
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/ |
#2
|
|||
|
|||
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 |
#3
|
|||
|
|||
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 |
#4
|
|||
|
|||
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 |
#5
|
|||
|
|||
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 |
#6
|
|||
|
|||
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 |
#8
|
|||
|
|||
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/ |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Forum | |||
Wireless 802.11 NMEA server | Electronics | |||
Notes on short SSB antennas, for Larry | Cruising | |||
SSB Ground systems | Electronics | |||
NMEA mutiplexer | Electronics |