Cytec PCB/16K (8-006-*) and PCB/2(8x1) (Cytec 8-009-*) ISA card installation instructions.

These cards are not Plug and Play.

Install software driver first.

Open Control Panel and select Add New Hardware.
Click Next until you get to <<Select Hardware From List>>.
Choose <<Add A New Device>> and click Next.
Choose << Other Devices>> and click Next.
Click Have Disk and choose Copy Files From A:\.

The default address for Cytec PCB ISA cards is 380 Hex (DIP Switches 6, 7, 8 OFF).
You may choose any address from 100-3FF Hex.
You will be asked to shut down the computer and install the card.

You must repeat this process for each ISA card to be installed.  After the driver has been installed
once, you may select <<Cytec Switch Cards>> -> <<Cytec Corp>> -> <<Cytec Switch ISA Card>> from the hardware list.
Make sure each card is set to a unique address.  You will need to change the driver address to match each card
as you install it.



Sample address settings:

		Jumper A1		DIP Setting

380 Hex		Upper position		1-5 ON, 6,7,8 OFF
382 Hex		Lower position		1-5 ON, 6,7,8 OFF
384 Hex		Upper position		2-5 ON, 6,7,8 OFF
300 Hex		Upper position		1-6 ON, 7,8 OFF
302 Hex		Lower position		1-6 ON, 7,8 OFF


You may verify the installation of each card by opening

<<Control Panel>> <<System>>  <<Hardware Tab>> <<Device Manager>>

Expand "Cytec Switch Cards".
Right click on each installed card to view its properties.
The address is shown under the <<Resources>> tab.

If you have a driver address the does not match the physical address of an installed card,
you may change the driver address at this location.


You may run the program CyPcb2K_Example.exe in the VC++60 folder.  This program will identify
the number of properly installed cards and allow you to step through each switch point of each card.
The source code for this program is included.

The standard syntax for operating the switch modules is shown here.

	CYPCB2K_WRITE(BoardNumber, RelayBitPosition);

	RelayBitPositionStatus = CYPCB2K_READ(BoardNumber);

	NumberOfCards =  CYPCB2K_NUMBRD(void);


 
