This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
functional_specification [2021/01/16 09:57] christian [Components] |
functional_specification [2021/01/17 17:29] christian [What is a CAN Bus?] |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Functional | + | ====== Functional |
- | ===== Overview | + | ===== Introduction |
LeisureCAN is a CAN-Bus system designed for the leisure vehicle industry - campervans, boats, caravans, ... | LeisureCAN is a CAN-Bus system designed for the leisure vehicle industry - campervans, boats, caravans, ... | ||
- | It allows manufacturers to control all electrical and electronical | + | It allows manufacturers |
===== What is a CAN Bus? ===== | ===== What is a CAN Bus? ===== | ||
- | CAN (Control | + | CAN (Controller |
===== LeisureCAN functionality ===== | ===== LeisureCAN functionality ===== | ||
Line 50: | Line 50: | ||
The huge advantage of a LeisureCAN system is that it's freely configurable, | The huge advantage of a LeisureCAN system is that it's freely configurable, | ||
- | Once the bus cable and a pair of power cables are fitted throughout the vehicle, new components can be added with a minimal amount of wiring required. Just hook up the new component to the power cable, and connect it to a relay output of the nearest LeisureCAN unit, and you are ready to go. | + | Once the bus cable and a pair of power cables are fitted throughout the vehicle, new components can be added with a minimal amount of wiring required. Just hook up the new component to the power cable (don't forget the fuse!), and connect it to a relay output of the nearest LeisureCAN unit, and you are ready to go. |
+ | |||
+ | When you first think about a CAN bus, you might worry that this is a more complex system than a traditionally wired electrical installation. | ||
+ | |||
+ | If you have ever seen your average boat or campervan installation and tried to find a problem, you will have noticed that there are lots and lots of cables, relays and other components, and that it takes a long time even for an electrician to figure out what does what. | ||
+ | |||
+ | If you have a clean LeisureCAN installation, | ||
+ | |||
+ | If you have a bit of computer knowledge, you can fix the system yourself with a bag of parts worth £50, a soldering iron and a multimeter. | ||
+ | |||
+ | The little OLED display on the master control unit also shows all events on the bus, so a faulty switch can be diagnosed within seconds. You flick the switch, and there is no message on the bus -> you have a faulty switch. Diagnosed without opening anything, without measuring anything, without following cables through small spaces, ... | ||
===== Disadvantages ===== | ===== Disadvantages ===== | ||
You could argue that a traditional copper cable wiring to each component is more reliable, but you have to take into account that you have a lot more connectors, cables, etc. running through your vehicle. All those provide additional points of failure. | You could argue that a traditional copper cable wiring to each component is more reliable, but you have to take into account that you have a lot more connectors, cables, etc. running through your vehicle. All those provide additional points of failure. | ||
Line 58: | Line 68: | ||
Since the introduction of CAN bus systems in cars, the problems have shifted to individual components, which are now far more abundant. There are hundreds of sensors in a modern car, and huge amounts of actuators, valves, etc. that control the engine, brakes, steering, heating, air conditioning, | Since the introduction of CAN bus systems in cars, the problems have shifted to individual components, which are now far more abundant. There are hundreds of sensors in a modern car, and huge amounts of actuators, valves, etc. that control the engine, brakes, steering, heating, air conditioning, | ||
- | In my book, a complex electrical system with a CAN Bus is more reliable than a complex electrical system with traditional wiring. The most reliable system is of course a minimal system with minimal wiring and minimal functionality, | + | In my book, a complex electrical system with a CAN Bus is more reliable than a complex electrical system with traditional wiring. The most reliable system is of course a minimal system with minimal wiring and minimal functionality, |