Hello,
I am working on a cell without much documentation. It is a DX200 controller, and I've been looking through the EIOALLOC.DAT and CIOPRG.LST files to get a grasp of what is connected and how.
I'm setting up an excel page with the relevant IO I'll need, so it looks like this format:
Byte | IG#() | IGH#() | Ext. Input | Int. Mem | Description, Universal Input | Int. Contact | Contact |
1 | Sys | 20010 | 75000 | EXTERNAL START | 70010 | CN308-B1 | |
20011 | 75001 | EXTERNAL SERVO ON (LOW AIR PRESSURE) | 40045 | CN308-A1 | |||
20012 | 75002 | CALL MASTER JOB | 40070 | CN308-B2 | |||
20013 | 75003 | ALARM RESET | 40014 | CN308-A2 | |||
20014 | 75004 | REDUCED SPEED | 40016 | CN308-B3 | |||
20015 | 75005 | Edit Lock | 40064 | CN308-A3 | |||
20016 | 75006 | CN308-B4 | |||||
20017 | 75007 | CN308-A4 |
This is just the standard YIU IO board inputs.
So right now, I'm looking at an ABS-PRT profinet card and how it's mapped, and I was wondering what is the Int. Mem? The 7xxxx indicates an Auxiliary Relay, but I don't see this in the CIOPRG.LST? Here it just maps directly from 20010 to 70010.
Best regards.