background image

Page 5-3

Manual 00650-529-1

SETUP.EXE

This program is supplied in the root or base directory as a tool for you to use in configuring
jumpers on the card.  It is menu-driven and provides pictures of the card on the computer monitor.
You make simple keystrokes to select functions.  The picture on the monitor then changes to show
how the jumper should be placed to effect your choices.

The setup program is a stand-alone program that can be run at any time.  It does not require that
the card be plugged into the computer for any part of the setup.  The program is self-explanatory
with operation instructions and on-line help.

To run this program, at the DOS prompt, enter SETUP.EXE followed by 

K

.

VisualBASIC Utility Driver

Extensions to the VisualBASIC 3.0 language are also included on the diskette provided with your
card.  (For later versions of VisualBASIC, use the ACCES32 driver and samples.) The extensions
are in a directory named VBACCES.  These extensions are in the form of a .DLL, a .GBL, and a
VisualBASIC sample.  Together these files allow you to access the port and main memory space in
a fashion similar to BASIC, QuickBASIC, Pascal, C/C++, Assembly, and most other standard
languages.

To use these files in a VisualBASIC program, you must create a .MAK file (File l New Project)
similar to the sample provided (or else, modify your existing project file) and include the .GBL file
(File | Add File).  Once this has been done, VisualBASIC will be enhanced with the addition of the
following functions.

InPortb

Function:

Reads a byte from a hardware port.  Due to limitations of VisualBASIC, the
number is returned in an integer.

Declaration:

function InPortb(byval address as integer) as integer

InPort

Function:

Reads an integer from a hardware port.  This function returns the 16-bit value
obtained from reading the low byte from address and the high byte from
1.

Declaration:

function InPort(byval address as integer) as integer

OutPortb

Function:

Writes the lower eight bits of value to the hardware port at address.  This function
returns the value output.

Declaration:

function OutPortb(byval address as integer, byval
value as integer) as integer

Summary of Contents for PCI-DIO48 Series

Page 1: ...PCI DIO48 S Series Product Manual MANUAL NUMBER 00650 529 1B...

Page 2: ...ual in our online Support Library Thank you The information in this document is provided for reference only ICS Advent does not assume any liability arising from the application or use of the informat...

Page 3: ...ts which are not in an as new and re saleable condition are not eligible for credit return and will be returned to the customer Limited Warranty Effective April 1 1998 all products carry a 2 year limi...

Page 4: ...made by various manufacturers in performing warranty repairs and building replacement products If ICS Advent repairs or replaces a product its warranty term is not extended ICSAdvent will normally ret...

Page 5: ...Cautions and Warnings are accented with triangular symbols The exclamation symbol is used in all cautions and warnings to help alert you to the important instructions The lightning flash symbol is us...

Page 6: ...1 1 List of Figures Figure 1 1 PCI DIO48 S and PCI DIO48 S S Block Diagram 1 4 Figure 3 1 PPCI DIO48 S and PCI DIO48 S S Option Selection Map 3 2 List of Tables Table 6 1 Address Assignment Table 6 1...

Page 7: ...Page viii This page intentionally left blank...

Page 8: ...e programmed to accept inputs or to provide outputs on two groups of three 8 bit ports Further in each group one of the ports can be further divided into two four bit nibbles The feature that distingu...

Page 9: ...aced on the card the tristate buffers may be enabled disabled under program control See the Option Selection section to follow I O wiring connections are via 50 pin headers on the board Two flat I O c...

Page 10: ...d Lo 200 uA Digital Outputs Logic High 2 5 VDC min source 15 mA Logic Low 0 5 VDC max sink 24 mA 64 mA optional Power Output 5 VDC from computer bus ext 1A fast blow fuse recommended Power Required 5...

Page 11: ...PCI DIO48 S S Manual Page 1 4 Manual 00650 529 1 Figure 1 1 PCI DIO48 S and PCI DIO48 S S Block Diagram...

Page 12: ...mpts to install the software for this card WIN95 98 NT 1 Place the CD into your CD ROM drive 2 The CD should automatically run the install program after 30 seconds If the install program does not run...

Page 13: ...AME that contains C samples Win32 language Subdirectories containing samples for Win95 98 and NT WinRisc exe A Windows dumb terminal type communication program designed for RS422 485 operation Used pr...

Page 14: ...ograms in DOS PCIFind exe A utility for DOS and Windows to determine what base addresses and IRQs are allocated to installed PCI cards This program runs two versions depending on the operating system...

Page 15: ...rements Finally our SETUP EXE program will lead you through the process of setting the options on the PCI DIO48 S S The setup program does not set the options These must be set manually by jumpers on...

Page 16: ...IFind EXE may or may not work under your specific installation of Windows95 If you are not using Windows95 or if your installation of Windows95 does not detect the new hardware you installed run PCIFi...

Page 17: ...BEN Buffer Enable position the I O buffers are always enabled When the jumper is in the TST Tristate position enabled disabled state is controlled by a control register See the programming section of...

Page 18: ...PCI DIO48 S S Manual Page 3 2 Manual 00650 529 1 Figure 3 1 PCI DIO48 S and PCI DIO48 S S Option Selection Map...

Page 19: ...n on each of the cards and the respective IRQs allotted Alternatively some operating systems Windows95 98 2000 can be queried to determine which resources were assigned In these operating systems you...

Page 20: ...VXD To install IRQCOS SYS in Windows NT copy it to the directory C WINNT System32 Drivers If your hard drive has a letter other than C substitute the appropriate letter It is not necessary to reboot...

Page 21: ...tCOSData This function suspends the thread that it was called from and waits for an IRQ to occur on the IRQ level that was passed to InitCOSDriver GetCOSData will return immediately however if an IRQ...

Page 22: ...he form of a DLL a GBL and a VisualBASIC sample Together these files allow you to access the port and main memory space in a fashion similar to BASIC QuickBASIC Pascal C C Assembly and most other stan...

Page 23: ...values sent less intuitive All integers in BASIC are signed numbers wherein data are stored in two s complement form All bit patterns must be converted to and from this two s complement form if meani...

Page 24: ...consecutively with Address bits A3 through A0 as follows Address Port Assignment Operation Base Address PA Group 0 Read Write Base Address 1 PB Group 0 Read Write Base Address 2 PC Group 0 Read Write...

Page 25: ...Select 00 Mode 0 01 Mode 1 1x Mode 2 D7 Mode Set Flag 1 Active Table 6 2 Control Register Bit Assignment Note Mode 1 cannot be used by these cards without modification Thus bits D2 D5 and D6 should al...

Page 26: ...byte of hex 80 has been sent as previously described and the data to be output are correct and it is now desired to open the three groups then it is necessary to send a control byte of hex 00 to base...

Page 27: ...first step is to configure the control register Configure bits of the control register as D7 D6 D5 D4 D3 D2 D1 D0 1 0 0 1 1 0 0 0 __Port C Lo output ______ Port B output ___________ Mode 0 ___________...

Page 28: ...hes will be in a zero state For example if all the outputs were 1 s they will now be 0 s and the output buffers will be disabled This problem can be resolved as follows Two computer I O bus addresses...

Page 29: ...o it at Base Address B Data bits D0 through D5 control ports A B and C of the 8255 PPIs as shown in Table 4 Any access of Base B will enable the non COS IRQ associated with port C bit 3 Bit Port Contr...

Page 30: ...ort C Hi PC7 1 Ground 2 Port C Hi PC6 3 4 Port C Hi PC5 5 6 Port C Hi PC4 7 8 Port C Lo PC3 9 Ground 10 Port C Lo PC2 11 12 Port C Lo PC1 13 14 Port C Lo PC0 15 16 Port B PB7 17 Ground 18 Port B PB6 1...

Page 31: ...reprinted with permission of Mitsubishi Electric Corp 1987 The information diagrams and all other data included are believed to be correct and reliable However no responsibility is assumed by Mitsubi...

Page 32: ...N61000 4 3 1995RadiatedRFFieldImmunity EN61000 4 4 1995EFTImmunityforACandI OLines EN 60950 1992 Safety of InformationTechnology Equipment Thetechnicaldocumentationrequiredtodemonstratethisproductmeet...

Reviews: