Not sure if this is the right spot on this forum, but
I like to connect lots of (pharmaceutical) machines/terminals/regulator PLC's/measure devices onto 1 or 2 networks. To get an overview of the factory, remote access/control, stuff like that. There are about 60 nodes right now, and that probably will grow further. Not all of them will send data continously though. It's on demand, or when something bad happens (error message).
Unfortunately, each machine is different. Some only have RS-232 interface options, others may support Ethernet or CAN, and they certainly do not share the same protocol. So, I was thinking about making a custom "converter" module for each machine. This piece of hardware will:
1- Take input from the machine, whatever is available (RS232, ISP, ...)
2- Convert the data to our own uniform protocol
3- Put it on the bus line
Now I have 2 questions:
- What kind of network would suit us? I have some exerpience with CANbus, but there is also CAN open, Omnibus, Ethernet...
- Does someone know "ready-to-use" programmable boards with either CAN/Ethernet output (depends on the first question) and a second port such as RS-232 or ISP? I like Arduino, but they don't come with CAN as far as I know. Maybe something like this:
http://www.ecrater.com/product.php?pid=6765416
Or even better, protected boxes, as they operate in dusty environments. Programming these modules is not a problem, but we don't want to solder all the chips and boxes together ourselves.
Regards,
Rick
I like to connect lots of (pharmaceutical) machines/terminals/regulator PLC's/measure devices onto 1 or 2 networks. To get an overview of the factory, remote access/control, stuff like that. There are about 60 nodes right now, and that probably will grow further. Not all of them will send data continously though. It's on demand, or when something bad happens (error message).
Unfortunately, each machine is different. Some only have RS-232 interface options, others may support Ethernet or CAN, and they certainly do not share the same protocol. So, I was thinking about making a custom "converter" module for each machine. This piece of hardware will:
1- Take input from the machine, whatever is available (RS232, ISP, ...)
2- Convert the data to our own uniform protocol
3- Put it on the bus line
Now I have 2 questions:
- What kind of network would suit us? I have some exerpience with CANbus, but there is also CAN open, Omnibus, Ethernet...
- Does someone know "ready-to-use" programmable boards with either CAN/Ethernet output (depends on the first question) and a second port such as RS-232 or ISP? I like Arduino, but they don't come with CAN as far as I know. Maybe something like this:
http://www.ecrater.com/product.php?pid=6765416
Or even better, protected boxes, as they operate in dusty environments. Programming these modules is not a problem, but we don't want to solder all the chips and boxes together ourselves.
Regards,
Rick