OT a little-serial number sensor

stooperbike

Member
Join Date
Oct 2004
Location
New Hampshire
Posts
78
Hello All Again!
Building a machine that is going to ship in modules and when it gets on site it will be put back together again into one unit. One module will have a pump, another will have a filter another will have some instrumentation and so on. Now the cool part is if one of these modules fails then the customer can call up and get another, in other words you can mix and match from different units. With that being they would like to have a way to electronically keep a serial number for each module and the PLC can log it, when a module is change the PLC will recognize the difference and log the new serial number. SO what is my question :) ? Is there a magical device that runs on a bus network (maybe modus TCP?) that will give me a serial number, or some type of unique number? So when this unit is put together it will automatically read the serial numbers of each module?





Just to be clear I am not looking for programming and data logging help, just looking for a magical device:rolleyes:
 
You could use an RFID tag on each module and write a serial number on it before it goes out but that "magic" device (RFID Read Head) is a little expensive to use just to ID something 1 time.

If there are a limited number of possible modules, you could just burn a few I/O points and set jumper wires or switches on the module to ID the type of module. I have seen that with plastic injection molds where the mold has a small junction box that just contains a terminal strip with certain wires jumped. When the mold is put into the machine, a cable is connected to the box which basically connects it to an input card and depending on which wires are jumped, the PLC knows which mold is in the machine. Using 8 inputs give you the ability to track 256 molds.
 
THanks again for the help, I like the idea of RFID. We plan on making 300-500 of these units, where each unit had 7-8 modules each requiring their own serial number.

thanks,
Stooperbike
 
It's a little vendor-specific, but all Rockwell Automation devices that use a CIP network (EtherNet/IP, ControlNet, DeviceNet) have a serial number embedded in each device.

If you had a POINT I/O adapter on EtherNet/IP, for example, as the I/O connection for your modular component, you could just have the main controller read the Serial number from the device with a MSG instruction, over the network.
 

Similar Topics

Hello, I am trying to replicate a piece of logic on the PLC5 onto an SEL RTAC. I am using ladder on SEL and FBD. I am having issue on the ladder...
Replies
9
Views
93
Hi, Need a little bit guiding using SISTEMA software. As I understand a subsystem consist of components and are the same category. I'm confused...
Replies
11
Views
2,641
Good morning everyone, I've got 2 servo driven axes that each use a Heidenhain glass slide to the motion controller for position and velocity...
Replies
4
Views
1,402
RSLogix 500, what is the little image next to the ladder in the project tree? it looks like a little blue bug with a red dot on its back. just...
Replies
5
Views
2,045
Hi everyone, trying to get data out of a digital encoder that is little endian into my Siemens S7-1200 controller that is big endian...it's an...
Replies
7
Views
3,381
Back
Top Bottom