I need to build a 100 records database inside an AB model 1200.

piscis

Member
Join Date
May 2003
Posts
241
I need to build a 100 records database inside an AB model 1200.



Does anyone knows how to do this or has a small sample project that will allow this PLC to grab the 4 digits Part ID number from a device and from another device it will grab the Tare Weight data and create this database like this:



ID Weight

0001 2.34



I’m not concerned about the communication protocols for the devices but instead I need to know the correct ladder logic instructions to build this database. Any help will be appreciated.



(PS: This database will be used later on as a look up table)





Thanks
 
Well, if it's a Series C processor, you create two data tables... "ID" (Integer) and "Weight", (Float) and assign room for 100 elements.

If the ID's are sequential (0-99), then you just need to create the "Weight" table.

Use indexed and/or indirect addressing to access the individual elements.
 

Similar Topics

I want connect MODBUS RTU device with AB ML1100 PLC to read the holding registers of MODBUS device. In RSLogix 500 I have already configured the...
Replies
13
Views
8,522
I am interested in automating my small (2,000 SqFt) greenhouse. A PLC seems like a good way to do it. i need advice on how to get started. I have...
Replies
3
Views
3,153
I have an old Sentry Palletizer (S/O Number 3007 / Serial Number 1172) that has lost its program as the backup battery died years ago. I can...
Replies
0
Views
108
So i've been at this for a long while, i have Citect Scada 2018, i have full access to everything but i can't seem to find any option or...
Replies
0
Views
70
I've got this 3-phase 575V motor that we're controlling with a VFD (Variable Frequency Drive), which has been quite the learning curve in itself...
Replies
10
Views
319
Back
Top Bottom