User`s manual
XP8500
Software Reference s 35
Table 4-1. Dynamic C Libraries Required by Z-World Controllers
Library Controller
VDRIVER.LIB All controllers
EZIOCMMN.LIB All controllers
EZIOPBDV.LIB All controllers
EZIOTGPL.LIB BL1000
EZIOLGPL.LIB BL1100
EZIOMGPL.LIB BL1400, BL1500
EZIOPLC.LIB BL1200, BL1600, PK2100, PK2200, ZB4100
EZIOPLC2.LIB BL1700
PLC_EXP.LIB BL1200, BL1600, PK2100, PK2200
XP8500 Software
This section describes a set of simple software functions to use when
controlling the XP8100 Series expansion board inputs/outputs.
Dynamic C Libraries
Several Dynamic C function libraries need to be used with the routines
defined in this chapter. There are specific libraries designed for certain
controllers and there are three common libraries used by all Z-World
controllers. Table 4-1 identifies which libraries must be used with particu-
lar Z-World controllers.
The Dynamic C library EZIOPLC.LIB replaces
PLC
_
EXP.LIB, and is planned to support most Z-World
controllers introduced in the future.
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
!