User`s manual

XP8900 Software Reference s 55
XP8900 Series Software
This section describes a set of simple software functions to use when
controlling the XP8900 Series expansion boards.
Dynamic C Libraries
Several Dynamic C function libraries need to be used with the routines
defined in this section. The chart in Table 8-1 identifies which libraries
must be used with particular Z-World controllers.
Before using one of these libraries in an application, first include the
library name in a #use command. For example, to use functions in the
library EZIOPLC.LIB, be sure there is a line at the beginning of the
program in the following format.
#use ezioplc.lib
The #use eziopbdv.lib already included in other library
calls for the XP8900 Series expansion boards, and does not
have to be repeated.
Table 8-1. Dynamic C Libraries Required by Z-World Controllers
for XP8900 Series Expansion Boards
Library Needed Controller
EZIOCMMN.LIB All controllers
EZIOPBDV.LIB All controllers
EZIOTGPL.LIB BL1000
EZIOLGPL.LIB BL1100
EZIOMGPL.LIB BL1400, BL1500
EZIOPLC.LIB BL1200, BL1600, PK2100, PK2200
EZIOPLC2.LIB BL1700
EZIOBL17.LIB BL1700
!