(Page 1 of 1 in this chapter)
- If you are installing from a package downloaded from the NMS web site, "unzip" the package into a directory. Navigate to the directory, and start setup.exe.
The setup program starts.
- A directory to install the software into.
- A program folder to install the software icons into.
- System environment variable setting options.
You can let the setup program modify settings, or save the changes to a batch file, or not make any changes at all.
In addition, you will need to supply the following information for each AG Connect board in your system:
- A board number.
Each of your AG Connect boards should be given a unique board number. When you create your AG Connect application, you will use these numbers to refer to your boards in software. Boards should be numbered from 0 upward.
- The base I/O address of the AG Connect board.
For more information on setting the I/O addresses, see Chapter 2.
- The encoding scheme the board will use in your application.
mount -f CD-ROMfs -r /dev/CD-ROM/devicename /mountpoint...where devicename is the device name of the CD-ROM, and mountpoint is the mount point directory. For example, for UnixWare 2.1.x, you might enter:
mount -f CD-ROMfs -r /dev/CD-ROM/c1b0t3l0 /CD-ROM_1For UnixWare 7, you might enter:
mount -f CD-ROMfs -r /dev/CD-ROM/CD-ROM1 /CD-ROM_1
pkgadd -d mountpointpkgadd starts up, and displays a list of software packages available for installation.
As you select addresses, make a note of the order in which you select them. The installation script assigns device numbers to your boards based on the order in which they are selected. When you create your AG Connect application, you will use these numbers to refer to your boards in software.
For example, if you select address 0x0640 first and then address 0x2140, the board at address 0x0640 is assigned device number 0. The board at address 0x2140 is assigned device number 1.
For more information on setting the I/O addresses, see Chapter 2.
- The encoding scheme the boards will use in your application.
Installation of AG Connect for UnixWare 2.1 (agcx) was successful.
sh /opt/nms/agcx/drv/confdrvrconfdrvr starts up. It displays this message:
Warning! A version of the Natural MicroSystems agcx device driver
is already installed.
Do you want to continue? (y/n)
You will now provide the base addresses of the agcx
Boards you are installing in your system. When you are prompted for
a base address, a list of possible choices will be given.
If installing more than one board into your system,
the choices already selected during this installation will be
marked, and the device node name that will be used to access the
agcx board is listed.
Enter c to continue or enter q to quit:
su -
NONABI_SCRIPTS to TRUE.
pkgadd -d mountpoint...where mountpoint is the mount point of the CD-ROM from which you are installing. For example:
pkgadd -d /dev/CD-ROM_1pkgadd starts up, and displays a list of software packages available for installation.
As you select addresses, make a note of the order in which you select them. The installation script assigns device numbers to your boards based on the order in which they are selected. When you create your AG Connect application, you will use these numbers to refer to your boards in software.
For example, if you select address 0x0640 first and then address 0x2140, the board at address 0x0640 is assigned device number 0. The board at address 0x2140 is assigned device number 1.
For more information on setting the I/O addresses, see Chapter 2.
- The encoding scheme the boards will use in your application.
Do you want to install the drivers now? (y/n)exit
su -
NONABI_SCRIPTS to TRUE.
sh /opt/nms/agcx/drv/confdrvrconfdrvr starts up. The following message appears:
You will now provide the base addresses of the agcx
Boards you are installing in your system. When you are prompted for
a base address, a list of possible choices will be given.
If installing more than one board into your system,
the choices already selected during this installation will be
marked, and the device node name that will be used to access the
agcx board is listed.
Enter c to continue or enter q to quit:
(Page 1 of 1 in this chapter)