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