What is the maximum number of nodes Z

Other Parts Discussed in Thread: Z-STACK, CC2530

Hi All,

I am new to Z-Stack and TI forum.

What is the largest number of nodes in network with 1 router (and more that 1 routers) that can be practically realized using Z-Stack 2.3.0 and SoC CC2530?

Is it limitation  number of routers in one network?

Best Regards,

Genzi

jspaarg

What is the maximum number of nodes Z

Super Member

What is the maximum number of nodes Z

  • Total Posts : 2926
  • Reward points : 0
  • Joined: 2005/05/25 16:47:08
  • Location: PA, now MN via NJ,AZ,OR,CA
  • Status: offline

What is the maximum number of nodes Z

I believe that the maximum number of nodes is about 200 (I'm not sure why).

  Does anyone know of a way to get about 600 nodes ontol a single connection, or do I need to make three different connections each with 200 nodes?

  THanks

PM personal questions and observations only. Keep technical questions to the forums where everyone can benefit.
When it comes to binary, there are 10 kinds of people: those who understand, and those who don't.

Artic

What is the maximum number of nodes Z

Super Member

What is the maximum number of nodes Z

  • Total Posts : 2288
  • Reward points : 0
  • Joined: 2004/06/17 06:21:59
  • Location: Wales now in Sofia,BG
  • Status: offline

What is the maximum number of nodes Z

RE: Maximum Nodes 2006/04/26 14:24:19 (permalink)

Hi,
Usually the max number of nodes on any CAN network is about 100 to 150.

  So you'll have to make a number of gateways,etc to get all your 600 nodes on a network.

  I would suggest that you think about zoning the nodes/network to make your life simple. (Based on Frame ID's)

  Hope it helps

  Artic

jspaarg

What is the maximum number of nodes Z

Super Member

What is the maximum number of nodes Z

  • Total Posts : 2926
  • Reward points : 0
  • Joined: 2005/05/25 16:47:08
  • Location: PA, now MN via NJ,AZ,OR,CA
  • Status: offline

What is the maximum number of nodes Z

RE: Maximum Nodes 2006/04/26 14:40:00 (permalink)

Thanks Artic,

  By "gateway" do you mean something like CAN to Ethernet; or is it something else?

  I am using extended packets and IDs on this are the serial number of the device being accessed, so zoning them in that regard doesn't help.

  However, I was thinking that I might have to use a number of CAN cards in a PC (I was thinking threee, perhaps I should be thinking six); and each card would connect to its own node of 100 or so devices.

  Thanks.

  Don't forget the gateway question.

PM personal questions and observations only. Keep technical questions to the forums where everyone can benefit.
When it comes to binary, there are 10 kinds of people: those who understand, and those who don't.

Artic

What is the maximum number of nodes Z

Super Member

What is the maximum number of nodes Z

  • Total Posts : 2288
  • Reward points : 0
  • Joined: 2004/06/17 06:21:59
  • Location: Wales now in Sofia,BG
  • Status: offline

What is the maximum number of nodes Z

RE: Maximum Nodes 2006/04/27 02:14:17 (permalink)

Hi jspaarg,

  Sorry about the "gateway" term. Gateway in this case would be a CAN-to-CAN link.

  I would avoid the use of a PC as the main interface unless you have no other choice. The PC is good, but rubbish at fast real-time applications (esp running with ZX80 Windows).

  Even tho you have 600+ nodes on the system , I expect most of these nodes would be "simple" in terms of CAN bus control systems (eg no network management needed, no node sleep,etc,etc)

  I would use a fast dsPIC and multiple MCP2515 engines to act as the Network Hub, or (dare i say it) use another embedded controller with multiple CAN interfaces (Philips, or whatever they are call now, have a nice range)

  Cheers

  Artic

jspaarg

What is the maximum number of nodes Z

Super Member

What is the maximum number of nodes Z

  • Total Posts : 2926
  • Reward points : 0
  • Joined: 2005/05/25 16:47:08
  • Location: PA, now MN via NJ,AZ,OR,CA
  • Status: offline

What is the maximum number of nodes Z

RE: Maximum Nodes 2006/04/27 04:51:21 (permalink)

Correct, no management, about 100 of the nodes are sophisticated controllers which will receive commands from a controlling system (most likely a PC).

  The other 400-500 are sensors.

  The controllers are running at 20K, the sensors probably will also.

  Ultimately, the sensor data has to get to the PC and the PC is responsible for generating commands to the controllers.  There is minimal realtime requirements, so the PC is fine.

  Does the hub operate by monitoring multiple nodes and then collating the info into a single transmission to the PC?  Can't I accomplish the same thing by having multiple CAN cards in a PC?

  I am looking for fast (calendar fast, not processing fast) solutions.
If I can buy a card for less than $2500 that does what I want, it is far superior to spending $20 in hardware and development time.

  This is for a one-of project that has to be done in less than four months and the CAN is only a small part of the overall system.  The fact that we have to design sensor interfaces is about all we can afford engineering time for on the CAN part of the system.

PM personal questions and observations only. Keep technical questions to the forums where everyone can benefit.
When it comes to binary, there are 10 kinds of people: those who understand, and those who don't.

Guest

What is the maximum number of nodes Z

Super Member

What is the maximum number of nodes Z

  • Total Posts : 80508
  • Reward points : 0
  • Joined: 2003/01/01 00:00:00
  • Location: 0
  • Status: online

What is the maximum number of nodes Z

RE: Maximum Nodes 2006/04/27 05:28:38 (permalink)

if you are not afraid by soldering the following chip could extend your net, it is made for do their say...
 
AMIS-42700 Dual High-Speed CAN Transceiver

From : http://www.amis.com/products/transceivers/amis_42700.html

I have more or less the same probleme, see my post : Apr. 10, 2006 9:46:31 AM

  I have just read that you do not want to develop even for a 20$ hardware , but it's only one chip, no software...

post edited by jeantet - 2006/04/27 05:49:39

jspaarg

What is the maximum number of nodes Z

Super Member

What is the maximum number of nodes Z

  • Total Posts : 2926
  • Reward points : 0
  • Joined: 2005/05/25 16:47:08
  • Location: PA, now MN via NJ,AZ,OR,CA
  • Status: offline

What is the maximum number of nodes Z

RE: Maximum Nodes 2006/04/27 06:24:47 (permalink)

Thanks for info jeantet.  No I am not afraid of soldering, but this chip looks like just a standard transceiver except that it can read from and drive two different CAN buses.  That doesn't increase the number of nodes that I can have on one bus.  It does allow for one controller to monitor two nodes.  I could use three of these to monitor six nodes, but then I have to write that software and create a board and packaging, etc.

  I'm not kidding when I say I will be happy to spend $2500 to buy a complete solution even if I could make a board for $50.

PM personal questions and observations only. Keep technical questions to the forums where everyone can benefit.
When it comes to binary, there are 10 kinds of people: those who understand, and those who don't.

Guest

What is the maximum number of nodes Z

Super Member

What is the maximum number of nodes Z

  • Total Posts : 80508
  • Reward points : 0
  • Joined: 2003/01/01 00:00:00
  • Location: 0
  • Status: online

What is the maximum number of nodes Z

RE: Maximum Nodes 2006/04/27 06:43:53 (permalink)

See

Figure 2: Application Diagram CAN-Bus Repeater

from the the application schematics 6.2 page 3 of the datasheet

  http://www.amis.com/pdf/amis_42700_ds.pdf

  If you believe it , you could have the can bus "1" from your computer,

  and on this can bus "1" you can link , solder, up to 100 "amis-42700" ,
and each of them will drive a secondary can bus "2"  with again 100 nodes...

  100*100 = 10000

  So you need only 6 of these Amis-42700 (probably for free) to have 600 end nodes.

  Is not it ?

  Sorry for my english...

Artic

What is the maximum number of nodes Z

Super Member

What is the maximum number of nodes Z

  • Total Posts : 2288
  • Reward points : 0
  • Joined: 2004/06/17 06:21:59
  • Location: Wales now in Sofia,BG
  • Status: offline

What is the maximum number of nodes Z

RE: Maximum Nodes 2006/04/27 06:48:12 (permalink)

Hi,
The AMIS parts are very nice (I forgot about these guys!).

  The HUB would do as you suggested - Run the CAN network, collate the data and send a packet of data back to the PC when requested. It would also operate in reverse and distribute the processed commands the across CAN network to the nodes.

  As to which is a better solution? (Hub/PC Card) It really depends on how much time you have available for the project. (not much by the sound of it).

  Either solution will include a PC (pure speed) - but with a hub solution the PC would comm using USB,etc and would prob run on any kind of PC platform.

  A PC Card solution is also valid, but really requires a specific PC/Driver/Hardware solution.

  Cheers

  Artic

jspaarg

What is the maximum number of nodes Z

Super Member

What is the maximum number of nodes Z

  • Total Posts : 2926
  • Reward points : 0
  • Joined: 2005/05/25 16:47:08
  • Location: PA, now MN via NJ,AZ,OR,CA
  • Status: offline

What is the maximum number of nodes Z

RE: Maximum Nodes 2006/04/27 09:07:43 (permalink)

Your English is fine.

  I am not sure that I see how these solve my problem.  Each transceiver accesses two CAN nodes.
To take data from one CAN node onto another, software would have to be written to monitor the one bus and then retransmit it.  Writing software takes time (design, code, test, repeat); again something that I don't have.

  I doubt that I can tie the receive and transmit lines to each other as there are bound to be collisions.

  Again, "free" is not an issue.

PM personal questions and observations only. Keep technical questions to the forums where everyone can benefit.
When it comes to binary, there are 10 kinds of people: those who understand, and those who don't.

castlerock

What is the maximum number of nodes Z

Starting Member

What is the maximum number of nodes Z

  • Total Posts : 58
  • Reward points : 0
  • Joined: 2006/01/17 12:26:15
  • Location: Germany
  • Status: offline

What is the maximum number of nodes Z

RE: Maximum Nodes 2006/04/27 11:31:00 (permalink)

Wow, those AMIS parts are something I have been looking for!

From browsing the Datasheet it looks like JEANTET was right,  you should be able to use the IC as a CAN repeater.

From what I understand reading the datasheet, every message present on CAN1 will be sent on CAN2, and vice versa.  So essentially you would only need one CAN interface at the PC side (internal or external) and a CAN repeater (AMIS IC) between every 100 nodes or so.  The CAN repeater is nothing more than the IC (wired as in the application schematics 6.2 page 3 of the datasheet) and a voltage regulator >> NO software or anything! The AMIS chip apears to handle the rest itself!

This sounds like just what you are looking for.  Sounds like something worth trying?  I wish I had a pressing assignment using so many CAN nodes to experiment with myself, but my project list is not getting any smaller these days (and none is using CAN at the moment).

As I said before, I have never used these parts, the above information was pulled only from the datasheet, so I could be wrong (somebody verify please).

Has anybody here ever used these chips?

"Make it idiot-proof and someone will make a better idiot."

Guest

What is the maximum number of nodes Z

Super Member

What is the maximum number of nodes Z

  • Total Posts : 80508
  • Reward points : 0
  • Joined: 2003/01/01 00:00:00
  • Location: 0
  • Status: online

What is the maximum number of nodes Z

RE: Maximum Nodes 2006/04/27 12:16:05 (permalink)


How do you anderstand "repeater" ?
forget the word transceiver...

  the way I andrestand it is :
It is much more than a dual trans..
Amis added what they call a Logic block including
- repeater function and the
- feedback suppression

  and this way a such chip between two canbus double the capacity, the number of node...
look closely to the following figure copied from
http://www.amis.com/pdf/amis_42700_fs.pdf ,
in the text they clearly write :
"...Note that no controller nor microprocessor is needed in this configuration..."
and of coarse no software...

  It seems to me that THIS mode of operation, you have 3 modes, is the one that you need, is not it ?

  May be I missed something... explain me... I know that my english is bad...
It is not easy for me to well anderstand all these data sheet...

  y.j.

jspaarg

What is the maximum number of nodes Z

Super Member

What is the maximum number of nodes Z

  • Total Posts : 2926
  • Reward points : 0
  • Joined: 2005/05/25 16:47:08
  • Location: PA, now MN via NJ,AZ,OR,CA
  • Status: offline

What is the maximum number of nodes Z

RE: Maximum Nodes 2006/04/27 13:29:14 (permalink)

You are correct, I must have scrolled past figure 2 in section 6.1.

  It looks like exactly what I want.

    The datasheet is labelled "preliminary"
I wonder how many of these exist.

PM personal questions and observations only. Keep technical questions to the forums where everyone can benefit.
When it comes to binary, there are 10 kinds of people: those who understand, and those who don't.

hqsystems

What is the maximum number of nodes Z

Super Member

What is the maximum number of nodes Z

  • Total Posts : 246
  • Reward points : 0
  • Joined: 2004/12/26 04:48:25
  • Location: Friesland
  • Status: offline

What is the maximum number of nodes Z

RE: Maximum Nodes 2006/04/29 11:19:06 (permalink)

Jspaarg, don't overlook the maximum dominant time of the Amis.
I have samples and they do not work with my low baudrate.
new parts would be available this mounth but I haven't seen them comming yet. 

What is the maximum number of nodes Z

A Z-Wave network can consist of up to 232 devices, or up to 4,000 nodes on a single smart-home network with Z-Wave LR. Both allow the option of bridging networks if more devices are required. A device must be "included" to the Z-Wave network before it can be controlled via Z-Wave.

How do you find the maximum number of nodes?

A tree has maximum nodes if all levels have maximum nodes. So maximum number of nodes in a binary tree of height h is 1 + 2 + 4 + .. + 2h-1. This is a simple geometric series with h terms and sum of this series is 2h– 1.

What are Z

The Z-Wave network layer controls how data is exchanged between different devices (nodes) on the network, it consists of three sub-layers. Media Access Layer (MAC): Controls the basic usage of the wireless hardware - these functions are invisible to the end user.

How many devices does Z

When a Z-Wave hub receives a command from a smart home application on a user's smartphone, tablet or computer, it routes the command to its destination device across networks of up to 232 devices -- including the hub.