Blame | Last modification | View Log | Download
** Copyright 1998 DeltaLink bv. All Rights Reserved** SAPI_7.KEY - Supported PLC Region List key file* CODE NUMBERDB | 1 | DB * Data BlockFB | 2 | FB * Flag byteIB | 3 | IB * Input ByteOB | 4 | OB * Output bytePB | 5 | PB * peripheral byteCW | 6 | CW * counter wordTW | 7 | TW * timer wordSW | 8 | SW * sytem data wordDX | 10 | DX * expanded data blockDE | 16 | DE * Data Block in external memoryEB | 17 | EB * expanded peripheral byte** Following types describes the boundary and data direction.* These keys must be used in case of Read/Write=NO devices which* do not implement any kind of addressing.*BYTEH | 20 | BYTEH * byte boundary with high to low directionBYTEL | 21 | BYTEL * byte boundary with low to high directionWORDH | 22 | WORDH * word boundary with high to low directionWORDL | 23 | WORDL * word boundary with low to high directionLONGH | 24 | LONGH * long boundary with high to low directionLONGL | 25 | LONGL * long boundary with low to high direction