man8/pciSCtask

Table of Contents

Name

pciSCtask - PCI Status Control service

Synopsis

pciSCtask <argument list>

Description

Status Control I/O service for PCI buss cards.

This program presently only supports Industrial computer source PCI-DOI32 cards.

Arguments

Argument processing is done using Unix long argument syntax.

All of the arguments here are printed to stderr when the program starts, regardless of whether or not they were supplied.

--dbman_host <hn>
The host where dbman is running. If this argument is not supplied the default is "localhost" or the DBMAN_HOST environment variable.
--drv <arg>
A valid Driver Key. Valid driver keys are PCI_1 thru PCI_6. If this argument is not supplied the default is "PCI_1".
--cmin <n>
The minimum board number. Only one board is supported by the device driver so 0 is the default.
--cmax <n>
The maximum board number. Only one board is supported by the device driver so 0 is the default.

Examples

# an example would look something like this
# say we want PCI_3 instead of the default.

pciSCtask --drv PCI_3

See Also

pci_dio32drv(4)

Manual page revision

$Id: pciSCtask.8,v 1.1 2007/07/19 19:24:17 mcnamer Exp $


Table of Contents