Omega Vehicle Security OME-PIO-D56 manual Initialhigh, activelow Interrupt source, Countl++

Page 16

2.4.3Initial_high, active_low Interrupt source

If the PC0 is a initial_high, active_low signal, the interrupt service routine should use INV0 to invert/non-invert the PC0 for high_pulse generation as follows: (Refer to DEMO4.C)

Initial setting:

 

 

now_int_state=1;

/* initial state for PC0

*/

 

 

 

 

 

 

 

 

outportb(wBase+0x2a,0);

/* select the inverted PC0 */

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

void interrupt irq_service()

 

 

 

 

 

 

 

 

 

{

 

 

 

 

 

/* now PC0 is changed to LOW

 

 

*/(a)

if (now_int_state==1)

 

 

 

{

 

 

 

/* --> INT_CHAN_0=!PC0=HIGH now

 

 

*/

 

 

 

 

COUNT_L++;

 

/* find a LOW_pulse (PC0)

 

 

*/

 

 

 

 

If((inport(wBase+7)&1)==0)/* the PC0 is still fixed in LOW

*/

 

 

{

 

 

 

/*

Æ need to generate a high_pulse

*/

 

 

 

 

outportb(wBase+0x2a,1);/*

INV0 select the non-inverted input

*/(b)

 

 

 

 

 

 

/*

INT_CHAN_0=PC0=LOW -->

 

 

*/

 

 

 

 

now_int_state=0;

 

/*

INT_CHAN_0 generate a high_pulse

*/

 

 

 

 

 

/* now PC0=LOW

 

 

 

 

*/

 

 

}

 

 

 

/* now PC0=HIGH

 

 

 

 

*/

 

 

 

 

else now_int_state=1;

 

 

 

 

 

 

}

 

 

 

/* don’t have to generate high_pulse

*/

 

 

 

 

 

/* now PC0 is changed to HIGH

 

 

*/(c)

else

 

 

 

{

 

 

 

/* --> INT_CHAN_0=PC0=HIGH now

 

 

*/

 

 

 

 

COUNT_H++;

 

/* find a HIGH_pulse (PC0)

 

 

*/

 

 

 

 

If((inport(wBase+7)&1)==1)/* the PC0 is still fixed in HIGH

*/

 

 

{

 

 

 

/* need to generate a high_pulse

*/

 

 

 

 

outportb(wBase+0x2a,0);/* INV0 select the inverted input */(d)

 

 

 

 

 

 

/* INT_CHAN_0=!PC0=LOW -->

 

 

*/

 

 

 

 

now_int_state=1;

 

/* INT_CHAN_0 generate a high_pulse

*/

 

 

 

 

 

/* now PC0=HIGH

 

 

 

 

*/

 

 

}

 

 

 

/* now PC0=LOW

 

 

 

 

*/

 

 

 

 

else now_int_state=0;

 

 

 

 

 

 

}

 

 

 

/* don’t have to generate high_pulse

*/

 

 

 

 

 

 

 

 

 

 

 

 

 

 

if (wIrq>=8) outportb(A2_8259,0x20);

 

 

 

 

 

 

 

outportb(A1_8259,0x20);

 

 

 

 

 

 

 

 

 

 

}

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

(a)

(b)

 

 

(c)

(d)

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

PC0

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

INV0

INT_CHAN_0

OME-PIO-D56/PIO-D24 User Manual (Ver.2.1, Oct/2003, PPH-005-21)

---- 14

Image 16
Contents User’sGuide Canada MexicoBenelux Czech RepublicOME-PIO-D56/D24 Table of Contents Features IntroductionOrder Description SpecificationsOptions PCI Data Acquisition Family Product ChecklistOME-PISO-series cost-effective generation, isolated cards Hardware configuration Board LayoutEnabling I/O Operation I/O Port Location1 DI/DO Port Architecture CON3 Select Sec RESET\ Sec DI Port Architecture CON2 Do Port Architecture CON1 Interrupt Operation If INT signal is Low now Æ select the non-inverted inputMake sure the initial level is High or Low Interrupt Block Diagram of OME-PIO D56/D24 Interrupt output signal of OME-PIO-D56/OME-PIO-D24, INT\ isINTCHAN0/1/2/3 Initialhigh, activelow Interrupt source COUNTL++Initiallow, activehigh Interrupt source Muliti-Interrupt Source PC0 PC1 PC2 PC3Read all interrupt state Daughter Boards OME-DB-37OME-DN-37 OME-DB-8125OME-ADP-20/PCI OME-DB-24PD Isolated Input Board OME-DB-24RD Relay Board OME-DB-24PRD, OME-DB-24POR, OME DB-24C Daughter Board Comparison Table All signals are TTL compatible Pin AssignmentDI0 DI1 DI2 DI3 DI4 DI5 DI6 DI7 DI8 DI9 How to Find the I/O Address Resource-allocated informationPIO/PISO identification information PC’s physical slot informationPIODriverInit PIODriverInit&wBoards, wSubVendor,wSubDevice,wSubAuxWSubVendor=0x80 wSubDevice=1 wSubAux=0x40 For D56/D24Printf\nThrer are %d Piopiso Cards in this PC,wBoards OME-PISO-P32C32 Enable all D/I/O operations of card0 PIOGetConfigAddressSpaceEnable all D/I/O operations of card1 ShowPIOPISO ShowPIOPISOwSubVendor,wSubDevice,wSubAuxAssignment of I/O Address Slot5 0x0A Slot6 0x08 Slot7 0x09 Slot8 0x07I/O Address Map Address Read WriteAUX Control Register RESET\ Control RegisterAUX data Register INT Mask Control Register Aux Status RegisterInterrupt Polarity Control Register 7 I/O Selection Control RegisterRead/Write 8-bit data Register How to install software & utility? Demo programPiopiso PIOPISO.EXE for Windows DEMO1 DEMO2 DEMO3 COUNT=0COUNT++ DEMO4 COUNT++ DEMO5 PC3CNTL1=CNTL2=CNTL3=CNTL4=0 Page WARRANTY/DISCLAIMER Temperature