User`s guide
2-10 Installing the PCC-10 Card
Within each section the following entries should exist:
ImagePath=filepath
where filepath is the full file pathname for the Neuron Chip Binary Image
(NBI), or system image, to be loaded for this device. Since this driver does
not support the LonManager Protocol Analyzer this filepath would point to
either a Layer7 MIP system image or an NSI MIP system image, like
“PCC10L7.NBI” or “NSIPCC.NBI”.
OutputBuffers=n
where n describes the number of downlink output buffers that the device
driver should use for this device. This value should be between 2 and 99.
InputBuffers=n
where n describes the number of uplink input buffers that the device driver
should use for this device. This value should be between 2 and 99.
FlushCancel=n
where n describes whether the device driver will automatically force the
network interface (for the selected PCC-10 card) to leave the post-reset flush
state whenever it is reset. The post-reset flush state prevents any inbound or
outbound network traffic following a reset. This value should be ‘1’ to
automatically leave the flush state, or ‘0’ to leave it up to the client
application to manage this state.
Example:
[LON1]
ImagePath=C:\lonworks\images\pcc10\pcc10l7.nbi
OutputBuffers=6
InputBuffers=6
FlushCancel=1
There is no utility to modify or maintain the INI file. Since it is a simple text file it
can be modified with any text editor.