Subversion Repositories factorylink.sapi

Rev

Blame | Last modification | View Log | Download

*
* Copyright 1998 DeltaLink bv. All Rights Reserved
*
* SAPI_7.KEY - Supported PLC Region List key file
* CODE    NUMBER

EN   DB    | 1 | DB   * Data Block
FR   DB    | 1 | DB   * Data Block
DE   DB    | 1 | DB   * Data Block
EN   FB    | 2 | FB   * Flag byte
FR   FB    | 2 | FB   * Flag byte
DE   FB    | 2 | FB   * Flag byte
EN   IB    | 3 | IB   * Input Byte
FR   IB    | 3 | IB   * Input Byte
DE   IB    | 3 | IB   * Input Byte
EN   OB    | 4 | OB   * Output byte
FR   OB    | 4 | OB   * Output byte
DE   OB    | 4 | OB   * Output byte
EN   PB    | 5 | PB   * peripheral byte
FR   PB    | 5 | PB   * peripheral byte
DE   PB    | 5 | PB   * peripheral byte
EN   CW    | 6 | CW   * counter word
FR   CW    | 6 | CW   * counter word
DE   CW    | 6 | CW   * counter word
EN   TW    | 7 | TW   * timer word
FR   TW    | 7 | TW   * timer word
DE   TW    | 7 | TW   * timer word
EN   SW    | 8 | SW   * sytem data word
FR   SW    | 8 | SW   * sytem data word
DE   SW    | 8 | SW   * sytem data word
EN   DX    | 10 | DX  * expanded data block
FR   DX    | 10 | DX  * expanded data block
DE   DX    | 10 | DX  * expanded data block
EN   DE    | 16 | DE  * Data Block in external memory
FR   DE    | 16 | DE  * Data Block in external memory
DE   DE    | 16 | DE  * Data Block in external memory
EN   EB    | 17 | EB  * expanded peripheral byte
FR   EB    | 17 | EB  * expanded peripheral byte
DE   EB    | 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.
*
EN   BYTEH | 20 | BYTEH  * byte boundary with high to low direction
FR   BYTEH | 20 | BYTEH  * byte boundary with high to low direction
DE   BYTEH | 20 | BYTEH  * byte boundary with high to low direction
EN   BYTEL | 21 | BYTEL  * byte boundary with low to high direction
FR   BYTEL | 21 | BYTEL  * byte boundary with low to high direction
DE   BYTEL | 21 | BYTEL  * byte boundary with low to high direction
EN   WORDH | 22 | WORDH  * word boundary with high to low direction
FR   WORDH | 22 | WORDH  * word boundary with high to low direction
DE   WORDH | 22 | WORDH  * word boundary with high to low direction
EN   WORDL | 23 | WORDL  * word boundary with low to high direction
FR   WORDL | 23 | WORDL  * word boundary with low to high direction
DE   WORDL | 23 | WORDL  * word boundary with low to high direction
EN   LONGH | 24 | LONGH  * long boundary with high to low direction
FR   LONGH | 24 | LONGH  * long boundary with high to low direction
DE   LONGH | 24 | LONGH  * long boundary with high to low direction
EN   LONGL | 25 | LONGL  * long boundary with low to high direction
FR   LONGL | 25 | LONGL  * long boundary with low to high direction
DE   LONGL | 25 | LONGL  * long boundary with low to high direction