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

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