VSTAT ICSNet vs RS-422
RicardoSiqueira
Posts: 373
in AMX Hardware
I have a big job that will require 40 VSTAT thermostats and I am wondering which is the best approach: ICSNet or RS-422? I taked to tech support and they recommended the ICSNet. Any ideas which one is better? Here is what I have gathered so far:
ICSNet:
- Faster communications via CAT-5 (10Mbits)
- No need to address, all VSTs stay on ID 1, what is different is the DEVICE number under Netlinx.
- More expensive to implement
RS-422:
- Slower Communications
- Requires multiple dist-boards
- Cheaper to implement
I am going to have probably 30 Modero panels accesing the HVAC info and receiving feedback all the time on this project.
Any ideas and suggestions?
Thanks,
Ricardo
ICSNet:
- Faster communications via CAT-5 (10Mbits)
- No need to address, all VSTs stay on ID 1, what is different is the DEVICE number under Netlinx.
- More expensive to implement
RS-422:
- Slower Communications
- Requires multiple dist-boards
- Cheaper to implement
I am going to have probably 30 Modero panels accesing the HVAC info and receiving feedback all the time on this project.
Any ideas and suggestions?
Thanks,
Ricardo
0
Comments
In a 40 thermostat installation with 30 touch panels use the ICSNET version. The latency of 40 thermostats waiting to communicate on the 422 buss will make the system feedback very sluggish.
One correction, ICSNET is 625 kilobits per second.
Good luck,
Rex
The Neuron handles the network arbitration etc. With RS-422 the MCU and software handles network arbitration etc. You're better off using the ICSNet version, it presents less load to the MCU, and provides higher bandwidth.
The ISCNet minivertor installed on the themostats does not have a passthrough connection. You must use ICSNet hubs.
Rex
We suspect that the HVAC guy zaps the system when he comes a callin'. When one of the Miniverters gets zappped the ICSNet gets flooded with error messages. You'll not see those messages with your normal stuff like NetLinx Diagnostics. The Tech support folks can see it thier ND-Pro or whatever it is they have. The master gets bogged down handling the errors and eventually hangs. The only solution is pull the miniverter out. Bear in mind that all this time I get not one error or Offline event or anything to indicate that someting is wrong. My first indication is that the client says the whole system is acting sluggish.
I'm actually considering going to an all RS-XXX situation because I can at least see and handle the errors myself. I'm not at the mercy of ICSNet errors that I cannot see or deal with.
However, in your situation, 40-some thermostats is a bit much to handle with 40-some RS-XXX ports.
Hope that helps.
ejm
How does this system handle collisions between devices if they are on the same buss? Do the thermostats practice 'good manners' and not attempt to communicate if another device is sending/recieving? I assume it is done somehow since it seems to be a working solution.
Just curious because, like I said earlier, the ISCNet thing is just not working for me due to the fact that the communication errors do not get reported to me. You can't even see them in NetLinx Diagnostic. AMX's reason for not reporting these errors is that it would give us too much info about under the hood. (This from one of the Tech Support guys who's name shant be mentioned here...)
What you're decsribing is somewhat exciting to me as this has been a thorn in my side for some time and I've really been kluge-ing together things to get a grip on it.