Download Print this page

Advertisement

Quick Links

Model PCI-WDT 500/501
Product Manual
MANUAL NUMBER : 00650-144-1B

Advertisement

loading
Need help?

Need help?

Do you have a question about the PCI-WDT50 Series and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

Summary of Contents for ICS PCI-WDT50 Series

  • Page 1 Model PCI-WDT 500/501 Product Manual MANUAL NUMBER : 00650-144-1B...
  • Page 2 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 information or products described herein. This document may contain or reference information and products protected by copyrights or patents and does not convey any license under the patent rights of ICS Advent, nor the rights of others.
  • Page 3 This page intentionally left blank Page - iv...
  • Page 4: Limited Warranty

    The limited warranty is void if the product has been subjected to alteration, neglect, misuse, or abuse; if any repairs have been attempted by anyone other than ICS Advent or its authorized agent; or if the failure is caused by accident, acts of God, or other causes beyond the control of ICS Advent or the manufacturer.
  • Page 5: Return Procedure

    Limitation of Liability In no event shall ICS Advent be liable for any defect in hardware, software, loss, or inadequacy of data of any kind, or for any direct, indirect, incidental, or consequential damages in connection with or arising out of the performance or use of any product furnished hereunder.
  • Page 6 Use caution when servicing any electrical component. We have tried to identify the areas which may pose a Caution or Warning condition in this manual; however, ICS Advent does not claim to have covered all situations which might require the use of a Caution or Warning.
  • Page 7 This page intentionally left blank Page - viii...
  • Page 8 Table of Contents Chapter 1: Installation ....................1 Backing Up The Disk ..........................1 Hard Disk Installation ..........................1 Installing The Card ..........................3 Chapter 2: Functional Description ................5 Watchdog ............................. 5 Additonal Features On PCI-WDT501 ..................... 7 Computer Power Monitor ....................7 Computer Temperature Monitor ..................
  • Page 9 Chapter 6: Connector Pin Assignments ..............23 Chapter 7: Specification .................... 25 Appendix A: Programmable Interval Timer .............. 27 Programming ............................28 Reading and Loading The Counters ...................... 29 List of Figures Figure 1: Block Diagram ..........................9 Figure 2: WDG50x Option Selection Map ....................12 List of Tables Table 1: Buzzer operation requires configuring Counter #2 in mode 1 ............
  • Page 18 ‡ v  ‚ à ƒ v † ‡ u ‡ à à h à G ‡ h †  à v  à h y ’ ƒ ƒ ˆ à † ’ à € … † à V † …...
  • Page 20: Chapter 3: Option Selection

    Chapter 3: Option Selection Refer to the Block diagram on the previous page and the Option selection map when reading this section of the manual. Card operation is determined by jumper installation as described in the following paragraphs. Relay Enable/Disable Hold the card with the fingers at the bottom and the mounting bracket on the left.
  • Page 24 r e t e t i r e t r e t e t i r e t r e t e t i r e t r t n s i g r e t e t i r t n s i g r e t t a t...
  • Page 27 ============================================================= PASCAL Language Sample #1: SAMPLE.PAS This program will set up counter 1 with 100, and counter 0 with full scale (65535) sending out a pulse at zero. ============================================================= USES Crt; CONST ADDRESS : WORD = $350; {The Base address of the watchdog board.} procedure CtrMode(cntr,mode:byte);...
  • Page 28 procedure LoadCtr(c,val:integer); begin port[ADDRESS+c] := lo(val); port[ADDRESS+c] := hi(val); end; function ReadCtr(c:integer) : integer; begin port[ADDRESS+3] := c shl 6; ReadCtr := port[ADDRESS+c] + (port[ADDRESS+c] shl 8); end; ********************************************************** PROCEDURE set_counter Parameters: None Returns: None Purpose: This procedure performs the setup operations on the counter/timer chip. Calls: None Uses:...
  • Page 29 end; writeln; writeln(‘Waiting for timeout . . .’); repeat read_back := port[ADDRESS+4]; { load control value } until ((keypressed) OR ((read_back AND 128) = 0)); { check for bit 0 } writeln; writeln(‘Watchdog timed out successfully.’); END. function InPortb(byval address as integer)as integer function InPort(byval address...
  • Page 30 function OutPort(byval address as integer, byval value as integer) as integer function Peek(byval segment integer, byval offset as integer) as integer function Poke(byval segment integer, byval offset as integer, byval value as integer) as integer...
  • Page 33 i t c i t c...
  • Page 36 function InitIRQ (MyIRQ: Byte) : Boolean; stdcall;external 'Win32IRQ.dll' index 1; function DetectIRQ: Boolean; stdcall; external "Win32IRQ.dll"index 2; function SendEOI: Boolean; stdcall; external "Win32IRQ.dll" index 3; extern "c" _declspec (dllimport) bool pascal InitIRQ (unsigned char MyIRQ); extern "c" _declspec (dllimport) bool pascal DetectIRQ (void); extern "c"...
  • Page 38 function InitIRQ (MyIRQ: Byte) : Boolean; stdcall;external 'Win32IRQ.dll' index 1; function DetectIRQ: Boolean; stdcall; external "Win32IRQ.dll"index 2; function SendEOI: Boolean; stdcall; external "Win32IRQ.dll" index 3; extern "c" _declspec (dllimport) bool pascal InitIRQ (unsigned char MyIRQ); extern "c" _declspec (dllimport) bool pascal DetectIRQ (void); extern "c"...
  • Page 44 EN 60950:1992 Safety of Information Technology Equipment The technical documentation required to demonstrate this product meets the requirements of the EMC Directive and the Low Voltage Directive has been compiled by ICS Advent and is available for inspection by the relevant enforcement authorities.

This manual is also suitable for:

Pci-wdt 500Pci-wdt 501