background image

90

Sensaphone

®

 ISACC Instruction Manual

Example:   This program will turn on the buzzer (output 9) whenever any alarm occurs.  It
will turn the buzzer off when the alarm is acknowledged.

main()

  {

  if (exists==1)

     {

     output(9,1);

     }

  else

     {

     output(9,0);

     }

  }

UPTIME

 - This variable contains the number of seconds since the last power up or reset.

This value starts at zero when the unit is powered up or reset, and will increase in increments
of one up to 3600 seconds.  After 3600 seconds (1 hour), it will continue to have a value of
3600.

EXAMPLE - This program will keep output 2 off for the first 30 seconds of power up, and
controlled by input 1 after that.

main()

  {

  if ((input(1)>88)&&(uptime>30))

    {

    output(2,1);

    }

  else

    {

    output(2,0);

    }

  }

Содержание Sensaphone ISACC

Страница 1: ...Sensaphone ISACC Operator s Manual version 3 49...

Страница 2: ...nd referred to in this manual will not affect the applicability of the information in this manual 1997 by Phonetics Inc Version 3 49 September 2000 Written and produced by Phonetics Inc Please address...

Страница 3: ...sons walking on it Do not overload wall outlets and extension cords as this can result in the risk of fire or electric shock Never push objects of any kind into this product through ventilation holes...

Страница 4: ...codes for possible special disposal instructions 3 Do not open or mutilate the batteries Released electrolyte is corrosive and may cause damage to the eyes or skin It may be toxic if swallowed 4 Exerc...

Страница 5: ...T 12 MOUNTING ISACC 12 STRAIN RELIEF 12 POWERING ISACC 13 ADDITIONAL SURGE PROTECTION 13 BACKUP BATTERY 13 LITHIUM BATTERY 14 TURNING ISACC ON 14 RESET BUTTON 14 BUZZER 14 PHONE LINE INSTALLATION 14 B...

Страница 6: ...ide to ISACC 38 To wire the field I O left side to the input device 38 DIP CONNECTOR FOR A 16 MODULE RACK 38 To use the 16 module rack 39 ISACC INPUT SPECIFICATIONS 40 INPUT MODULE SPECIFICATIONS 40 A...

Страница 7: ...STAND ALONE COMMANDS 72 RESET 72 CLEAR 72 PATCH 73 HELP 73 EXIT 74 DATA 74 123 74 DIAG 75 CHAPTER 8 C PROGRAMMING 77 SPECIFICATIONS 77 ABOUT THE C LANGUAGE 77 STRUCTURE 78 EDITING COMMANDS 82 INSERT...

Страница 8: ...ATION 115 HOW THE UNIT WORKS 115 ALARM DIALOUT VOICE MODE 115 ALARM DIALOUT DATA MODE 116 ALARM DIALOUT BEEPER 117 CALL PROGRESS 117 STATUS REPORT VOICE MODE 117 VOICE MODE OUTPUT CONTROL 118 STATUS R...

Страница 9: ...icate and program locally or remotely Phonetics also includes a Windows software package ISACC Manager for Windows to help you take full advantage of ISACC s powerful capabilities Text Mode programmin...

Страница 10: ...The PC can store and maintain all programming information data logger activity and alarm activity for one or more ISACCs ON LINE HELP All programming screens feature on line help to provide informati...

Страница 11: ...s recommended that the packaging be saved for future use Within the packaging will be a Warranty Registration Card Please take the time to fill this out and mail The Limited 1Year Warranty is explaine...

Страница 12: ...er the six plastic screws Carefully remove them and the clear top cover to mount the enclosure Decide where you will be mounting ISACC and drill holes according to the diagram below strain relief clam...

Страница 13: ...d that additional surge protection be obtained for the power and telephone lines particularly if ISACC will be installed in a lightning prone area Additional surge protection is available through Phon...

Страница 14: ...ded to manually reset the unit The button can be pressed by pushing a pen or thin object through the hole provided When the reset button is pressed the PC board stays powered but the system is reset N...

Страница 15: ...aces GROUNDING WRIST STRAP Enclosed with the product is a Disposable GroundingWrist Strap It is provided to help control and prevent the possibility of damage due to static electricity To use the grou...

Страница 16: ...or 60 Hz This is applied through the two terminals labeled 24 AC You may use either an external AC power supply or an external DC power supply Follow the requirements and connection instructions belo...

Страница 17: ...ng or connected to Earth Ground If it is not you will create a ground differential between ISACC your computer and your sensors that may seriously damage these devices 4 The positive terminal should h...

Страница 18: ...roviding ISACC with rechargeable backup batteries the board must be configured so that ISACC knows to recharge the batteries When the battery is configured for recharge ISACC supplies a constant charg...

Страница 19: ...ted BUZZER Located on the PC board is a buzzer When ISACC is turned on or reset this buzzer will go on briefly and then go off The buzzer may also be used as a local audible alarm It is consid ered OU...

Страница 20: ...sible You will be informed of your right to file a complaint with the FCC The telephone company may make changes in its facilities equipment operations or procedures that could affect the proper funct...

Страница 21: ...d equipment should be made by an authorized Canadian maintenance facility designated by the supplier Any repairs or alterations made by the user to this equip ment or equipment malfunctions may give t...

Страница 22: ...22 Sensaphone ISACC Instruction Manual...

Страница 23: ...cable DB 25 Whether you use a PC or a dumb terminal you may communicate with ISACC in two ways 1 Locally through the PC or terminal s RS232 port to ISACC s RS232 port or 2 remotely through a modem co...

Страница 24: ...same speed bps as ISACC see the ISACC Manager User s Manual If this is not an option you can change ISACC s communication rate by configuring the shunts at location P10 on the ISACC board Before chan...

Страница 25: ...figure P10 for 150 bps the shunts must be OFF OFF OFF 1 2 3 P10 ON OFF Shunt configuration for 150 bps To configure P10 for 300 bps the shunts must be ON OFF OFF 1 2 3 P10 ON OFF Shunt configuration f...

Страница 26: ...1 2 3 P10 ON OFF Shunt configuration for 9600 bps NOTE Again do not change the configuration of the shunts for local communication unless you are positive that your PC cannot communicate at 9600 bps...

Страница 27: ...E You may encounter a common problem at step four Some terminals have a female RS232 port Since the provided equipment has a female DB25 socket you may have to obtain a gender changer to connect the s...

Страница 28: ...sitions of the shunts All three shunts must be used for ISACC to communicate properly To configure the shunts you must first remove the acrylic panel Using needlenose pliers move the shunts to the app...

Страница 29: ...800 bps the shunts must be OFF OFF ON 1 2 3 P10 ON OFF Shunt configuration for 4800 bps To configure P10 for 9600 bps the shunts must be ON OFF ON 1 2 3 P10 ON OFF Shunt configuration for 9600 bps NOT...

Страница 30: ...ion for the receiving modem ISACC If the calling modem communicates at a faster speed than the receiving modem can there will be no communication Therefore set your terminal modem rate to the fastest...

Страница 31: ...7 Ground 13 12 11 10 9 8 7 6 2 3 4 5 1 25 24 23 22 21 20 19 18 17 16 15 14 ISACC s RS232 DB25 Socket NETWORK WIRING ISACC units may be connected in a network using as few as two units and as many as 1...

Страница 32: ...its are being networked enable both See the follow ing diagram node 0 node 1 node 3 node 4 node 2 A B A B A B A B A B Termination ON Termination ON Five ISACC units networked After the units are netwo...

Страница 33: ...nts at location P12 on the ISACC circuit board P12 is located under the acrylic safety panel directly above the input terminal block Refer to Appendix B for a diagram of the ISACC board layout P12 has...

Страница 34: ...h ISACC P12 TEMP 4 20mA 1 Thermistor dry contact or pulse count configuration 4 20mA position This configuration connects the input signal to a 249 Ohm load resistor This allows ISACC to measure the c...

Страница 35: ...nd clear rubber bushing Position the bushing in the clamp and tighten the screws on either side so that the wiring does not move WIRING SENSORS TO THE INPUTS Dry contact Thermistor Pulse count To use...

Страница 36: ...o ISACC by wiring the negative terminal on the power supply to a common screw on ISACC See diagram below VDC COMMON INPUT 4 20mA 4 20mA sensor External power source Input terminal pair 4 20mA sensor u...

Страница 37: ...gVoltage Wire runs should be kept as short as possible to avoid voltage drops and noise susceptibility Use the chart above as a guideline NOTE All wiring should comply with section 17 of the UL requir...

Страница 38: ...termi nal 2 4 6 or 8 on the rack If the input device is AC polarity does not matter and either wire can be connected to a terminal pair on the rack See sample diagram below 9 8 7 6 5 4 3 2 1 9 8 7 6...

Страница 39: ...16 module rack 1 Connect the ribbon cable between the 16 module rack and the DIP connector on ISACC Make sure that pin 1 on the rack connects to pin 1 on the DIP header 2 Install the jumper wire at th...

Страница 40: ...mA POSITION 1 25 Maximum Pulse Frequency 1 0Hz Minumum Pulse Width 400ms Noise Filtering 2300Hz low pass filter 20dB Decade INPUT MODULE SPECIFICATIONS AC INPUT MODULE FGD 0018 InputVoltage 90 140VAC...

Страница 41: ...ON 0 volts The digital outputs require an interface such as solid state relays to be used The digital out puts are referred to as outputs 1 8 in the programming parameters They may be controlled manua...

Страница 42: ...M on the relay terminal block to a power terminal 5V 12V 15V or 20V on ISACC s POWER supply terminal block NOTE If the unit powers off the relay will revert to normal condition It is not Latching See...

Страница 43: ...t modules come in AC and DC ver sions and are typically limited to 3 Amp switching They are designed to be plugged into output mounting boards racks The ISACC enclosure is predrilled to mount either o...

Страница 44: ...on ISACC s power supply terminal block 3 Connect the positive terminal from the DC device to the odd num bered terminal 2 4 6 or 8 on the rack 4 If you use more than one DC module you may wire the ev...

Страница 45: ...AC output DIGITAL OUTPUTS 8 7 6 5 4 3 2 1 C 12V C 5V DC device G DC device G AC device AC device AC external power supply HOT NEUTRAL Output devices Power supply and digital outputs terminal blocks o...

Страница 46: ...ector plugged into P14 on ISACC circuit board ISACC circuit board 8 module rack Solid state output modules AC output AC output DC output DC output DC output DC output AC output AC output 0 1 2 3 4 5 6...

Страница 47: ...even numbered terminals on the rack together and wire the neutral terminals on the AC devices together See diagram below 1 6 1 5 1 4 1 3 12 1 1 1 0 9 8 7 6 5 4 3 2 1 1 25 2IO 8 DC device G DC device...

Страница 48: ...y this could be sufficient to cause unintended switching of an output To use a high power solid state relay 1 Mount the relay in the ISACC enclosure so that terminals 3 and 4 are closest to the ISACC...

Страница 49: ...k See diagram below ANALOG OUTPUTS C 4 C 3 C 2 C 1 DC device Wiring an analog device OUTPUT SPECIFICATIONS DIGITAL OutputVoltage 0 to 5V Output Source Current V 0V 30mA Max Output Sink Current V 5V 20...

Страница 50: ...E RELAY SPECIFICATIONS AC Output Module FGD 0015 Voltage range 24 140Vrms Max current 3 Arms Min current 20 mArms Typical leakage current 2 mArms at 120Vrms DC Output Module FGD 0016 Voltage range 5 6...

Страница 51: ...terminal is 20 4Volts Main power 24VAC is supplied through the two terminals labelled 24 and 24 The Earth GroundTerminal is labelled EG NOTE If you are using the ABS plastic enclosure you must remove...

Страница 52: ...52 Sensaphone ISACC Instruction Manual...

Страница 53: ...rameter The KEYWORDS represent all the system and programming parameters They are SYSTEM RECOGNITION SELECTION CLOCK ALARMS VOICE INPUTS DIALOUT LOGGING ITYPE OUTPUTS NETWORK TABLE ONAME VARIABLES LIM...

Страница 54: ...rings may be programmed from 1 to 15 the default is 1 Phone dialing This parameter allows you to determine whether ISACC will dial out using pulse or tone dialing The unit will prompt you to enter 0 f...

Страница 55: ...so whether they have been acknowledged or not To see which inputs are in alarm type SHOW ALARMS C program run status This parameter will indicate if there is a C program running or not Data log statu...

Страница 56: ...y backed real time clock that stores the time and date This is a separate battery not the 18V battery This KEYWORD will provide the current time and date and the allow you to enter new settings To dis...

Страница 57: ...n 08 Analog 10K C 02 Digital Pulse Count 09 Analog Table 1 03 Analog 4 20mA 10 Analog Table 2 04 Analog 0 5 Volts 11 Analog Table 3 05 Analog 2 8K F 12 Analog Table 4 06 Analog 2 8K C 13 User Defined...

Страница 58: ...nalog 10K F 08 Analog 10K C 09 Analog Table 1 10 Analog Table 2 11 Analog Table 3 12 Analog Table 4 13 User Defined IN01 is now Digital N O 00 Name Input 1 LOW WELL FLOAT IN02 is now Digital N O Name...

Страница 59: ...You may also display a specific table by typing show table followed by the table number ISACC show table LOOK UP TABLE 0 0 5 Volt input 1 4 20mA input Table 1 low number 0000 Table 1 high number 1023...

Страница 60: ...FLOW RATE GPM LOW 9999 HIGH 9999 IN05 WELL LEVEL FT LOW 9999 HIGH 9999 IN06 RESET N A IN07 Input 7 N A IN08 VOLTAGE LOW 9999 HIGH 9999 IN09 Input 9 N A IN10 Input 10 N A IN11 Input 11 N A IN12 Input 1...

Страница 61: ...type set recognition after an ISACC prompt Enter a new value for the minutes and press ENTER Enter a new value for the seconds and press EN TER to go to the next parameter You may also program the re...

Страница 62: ...typing show dialout followed by the input number ISACC show dialout DIALOUT ENABLING IN01 LOW WELL FLOAT Yes IN02 HI SUMP FLOAT Yes IN03 Input 3 Yes IN04 FLOW RATE GPM Yes IN05 WELL LEVEL FT Yes IN06...

Страница 63: ...ng show outputs followed by the output number ISACC show outputs OUTPUTS OUT01 WATER PUMP RELAY MAN OFF OUT02 LOW WELL LIGHT MAN OFF OUT03 HI SUMP LIGHT MAN OFF OUT04 Output 4 MAN OFF OUT05 Output 5 M...

Страница 64: ...UT07 Output 7 OUT08 Output 8 OUT09 On board buzzer OUT10 On board relay OUT11 Analog output 1 OUT12 Analog output 2 OUT13 Analog output 3 OUT14 Analog output 4 To assign a descriptive name to an outpu...

Страница 65: ...Dialing mode 5 dial out through an external modem See Chapter 9 To display the current phone number dialing mode and label names type show phone after an ISACC prompt You may also display information...

Страница 66: ...two second pause A two second pause can be placed anywhere within the phone number by typing the letter P upper or lower case The pause takes up one digit and may be used more than once W wait for dia...

Страница 67: ...01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 PH01 Engineer Beeper 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 PH02 DIF phone 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 PH03 Office 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 PH04 Ma...

Страница 68: ...T01 WATER PUMP RELAY Yes OUT02 LOW WELL LIGHT Yes OUT03 HI SUMP LIGHT Yes OUT04 Output 4 Yes OUT05 Output 5 Yes OUT06 Output 6 Yes OUT07 Output 7 Yes OUT08 Output 8 Yes OUT09 On board buzzer Yes OUT10...

Страница 69: ...h record contains the present value of all 16 inputs with a time stamp The keyword command SET LOGGING prompts you to determine the time between logs whether to enable or disable the data logger and w...

Страница 70: ...s all information exchange An ISACC unit is identified as the Master by programming its network node number as 0 zero See keyword SYSTEM Note Each piece of information takes one second to transfer to...

Страница 71: ...ables in your C program type show variables after an ISACC prompt ISACC show variables PROGRAM VARIABLES rset 00000 gal1ta 00000 gal1tb 00000 rate 00000 temp 00000 in 00000 To change the values of you...

Страница 72: ...will clear the pulse count to zero To reset all minimum and maximum values type reset after an ISACC prompt To reset a specific input s minimum and maximum values type reset followed by the input numb...

Страница 73: ...unit with node number 2 ISACC patch 2 Using the above example you will receive the message Connecting to network 2 Type the command SHOW SYSTEM The system parameters of the network unit 2 will now be...

Страница 74: ...10 09 54 0001 0001 0001 0798 2300 0001 0001 0794 0001 12 17 93 10 11 24 0001 0001 0001 0799 2300 0001 0001 0794 0001 12 17 93 10 12 54 0001 0001 0001 0798 2300 0001 0001 0794 0001 12 17 93 10 14 24 00...

Страница 75: ...nal stack min internal stack max interrupt time min interrupt time and avg interrupt time refer to memory usage and processing times These are internal moni toring elements that are important for fact...

Страница 76: ...76 Sensaphone ISACC Instruction Manual...

Страница 77: ...en going through the simple steps of information gathering and action to solve the problem For example if your alarm clock is ringing and you want it to stop ringing you must hit the OFF button to tur...

Страница 78: ...d values that are automatically updated and cannot be changed by the user FUNCTIONS These are word commands that perform a predefined function within a C program ARRAYS This is a more advanced program...

Страница 79: ...art a new line When this program is run the screen would look like this Hello there I am ISACC 3 In the C language numbers are stored in what are called variables A variable must be defined before the...

Страница 80: ...emp int average_result_per_day int inside room int _timer 4 The ISACC C language has other tools available to construct your program One of the most important tools is the if statement The if statemen...

Страница 81: ...is not greater than 30 the words X is small will print In either case All done will always print int x main x 23 if x 30 puts X is big n else puts X is small n puts All done n There are C commands oth...

Страница 82: ...ne of your program by displaying the following ISACC insert INSERT LINES 001 After you are done typing the text for each line press RETURN and the cursor will move to the next line If a RETURN is pres...

Страница 83: ...ommand eliminates having to delete a program by specifying line numbers when the whole program is to be erased To use this command type the word ERASE at the prompt For example ISACC erase LIST The co...

Страница 84: ...ACC The new program is checked for syntax errors If a problem is found an error code will be displayed The type of error code depends on where the code is found and what kind it is Multiple errors mus...

Страница 85: ...s 2 seconds After the program is started ISACC will run the program depending on your programmed Reload time If you want to stop the program enter STOP at a prompt ISACC will display the following ISA...

Страница 86: ...iable as a character A character can hold a value from 128 to 127 and must be a whole number Exceeding this range will cause incorrect results Example char x main x 12 INT used to define a variable as...

Страница 87: ...op is finished This program example sets outputs 1 through 8 off Example int counter main for counter 1 counter 9 counter counter 1 output counter 0 DO Used to execute a list of statements while a con...

Страница 88: ...the remainder of a division Checks if one condition or another exists Checks if one condition and another exists ASSIGNMENT Symbol used to assign a numeric value Assigns a new value to a variable COM...

Страница 89: ...e these at the beginning of your program to use them Description MONTH Holds the present value from 1 to 12 DAY Holds the present value from 1 to 31 YEAR Holds the present value from 0 to 99 represent...

Страница 90: ...variable contains the number of seconds since the last power up or reset This value starts at zero when the unit is powered up or reset and will increase in increments of one up to 3600 seconds After...

Страница 91: ...ting alone output 1 1 This function retrieves the value of input 3 x input 3 The format for how these functions work is in a reference format First the function is stated then a summary is given The s...

Страница 92: ...ction and Dialout in the standard programming parameters must be set up properly to generate an alarm or nothing will happen DATA Summary int data n1 n2 n3 n4 int n1 Number of hours int n2 Number of m...

Страница 93: ...an input specified by n1 Return value The enable function returns 0 if the input is disabled or a 1 if the input is enabled for dialout Example This program will disable dialout for input 4 from 12 n...

Страница 94: ...ts DC 20 AC power 1 on 0 off Return value The input function returns the present value of an input specified by n1 This will be the appropriate look up table value if the input is analog If the input...

Страница 95: ...is no longer considered an alarm even if the physical condition is still there Return value The is_alarm function returns a zero if there in no alarm on input n or a 1 if there is an alarm Example Th...

Страница 96: ...ue of n2 Example This program will set network request number 2 for output 7 to 1 on if network request 1 value of input 4 if greater than 85 Otherwise it sets request 2 to 0 off In other words if inp...

Страница 97: ...on will not change an output unless that output is set for automatic control See OUTPUT command Chapter 7 Return value The output function returns the state of the digital output 0 for off 1 for on IM...

Страница 98: ...n a nonzero result if it is outside of the limits Example This program will set output 9 the onboard buzzer on if input 5 is closed It will set output 9 off when input 5 opens again Input 5 is defined...

Страница 99: ...d the string Input 11 is 96 followed by a carriage return to the RS232 port when input 11 is equal to 96 A carriage return is created by typing n main if input 11 96 puts SHUTDOWN n puts Input 11 is p...

Страница 100: ...put is analog reset resets the max and min values If the input is a pulse counter reset sets the pulse count to zero If the input is a dry contact reset has no effect Return value The reset function a...

Страница 101: ...ds of the C program There are no parameters Return value The reload rate in seconds of the C program Example This program will use the reload rate to update a seconds down timer When the timer hits ze...

Страница 102: ...r some other calculated value to appear on an input channel That value is then treated as any other analog input for alarm functionality and also appears in the data logger To do this you must first s...

Страница 103: ...e count 2 7 count 4 131 count 9 26 SAMPLE PROGRAM This program calculates a one hour average temperature The array named numbers sets up a series of variables from 0 to 60 to hold a value for input 1...

Страница 104: ...total to zero 4 for x 0 x 60 x x 1 This line initializes the index variable x to zero checks if it is less than 60 runs the next line and then increments x by one This line creates a loop that runs th...

Страница 105: ...ly rounds numbers down This section of code rounds the value of average up to the next whole number according to the remainder left over during division If the remainder is greater than 30 average is...

Страница 106: ...occurs while compiling the compiler aborts It is possible to pass the compiler with no errors but receive an error when the program is running A run time error occurs when the syntax of a built in fun...

Страница 107: ...ber you only have 8k of listing space and 2k of compiled space 6 Variables declared before the main statement retain their values after the program has been executed This provides the programmer with...

Страница 108: ...t 9 is turned off and then input 2 is checked The next program fragment is a straight through approach using only IF statements if input 1 0 output 9 1 start_time minutes if start_time 1 minutes outpu...

Страница 109: ...t relay 1 Set relay flag to ON if input 3 0 If input closes timer 0 timergo 0 relay 0 Clear timer flag and turn relay OFF if input 5 0 relay 0 If input 5 relay disable switch is closed not active and...

Страница 110: ...This example shows PUSH BUTTON RESET and SINGLE ALARM FOR POWER OUTAGE Note that the push button is an open close button attached to input 14 int i was_alm step cncl ocncl main if input 20 0 was_alm...

Страница 111: ...larmed int loggin main if exists 1 Checks for an active alarm if loggin 0 Checks to see if data logger already running data 0 0 30 1 If not start the data logger loggin 1 Do not restart the logger unt...

Страница 112: ...knowledged main if input 20 0 alarm 1 This is because the ALARM function will generate a new alarm regardless of whether it has been acknowledged A flag is needed to determine if there is a new power...

Страница 113: ...nput 5 if x 10 output 9 1 else output 9 0 The problem is that the statement if x 10 actually assigns the value of 10 to x The key is that it uses a single equals sign To test a condition use the doubl...

Страница 114: ...114 Sensaphone ISACC Instruction Manual...

Страница 115: ...to enter the acknowledgment code at the end of the alarm call You may also call the unit back using a touch tone telephone to enter the acknowledgment code Example An alarm occurs on input 2 and meet...

Страница 116: ...The time is 11 52 25 PM the date is 12 29 93 Unit identification Sun Phone number of unit 555 5674 Reason for dialout IN02 HI SUMP FLOAT EXISTS Acknowledge alarms Y or N TypeY to acknowledge the alar...

Страница 117: ...eceive a carrier within 30 seconds of dialing it will hang up wait the programmed intercall wait time and then dial the next phone number STATUS REPORT VOICE MODE You can call into ISACC using a touch...

Страница 118: ...s Each record contains the present value of all 16 inputs with a time stamp The time between logs is user programmable At any time you may access the system to display log information on a terminal or...

Страница 119: ...o ISACC for a voice mode status report ISACC will only have access to the phone line through the external modem b Split the phone line Hook one wire to the external modem Hook the other wire to ISACC...

Страница 120: ...120 Sensaphone ISACC Instruction Manual...

Страница 121: ...more lines into your C program Note to modify an already existing line the line must to be deleted see below and then be inserted as a new line at that point List Used to list the C program If used a...

Страница 122: ...o program or display the networking requests Oname Used with set or show to program or display the output names Outputs Used with set or show to program or display the state of the outputs If an outpu...

Страница 123: ...larm conditions are OK the electricity is on and that the batteries are OK 2 Create a test alarm on an input and allow the unit to contact all programmed telephone numbers This will make sure that the...

Страница 124: ...124 Sensaphone ISACC Instruction Manual...

Страница 125: ...de data mode or to a beeper When dialing out to a telephone number programmed as voice the alarm message shall be delivered in voice synthesized English using the internally resident vocabu lary When...

Страница 126: ...nel to dialout for alarm B Outputs The system shall have 8 digital 5Volt TTL logic level outputs capable of sinking or sourcing 20 mA The system shall also have one built in SPDT form C 5A 250VAC mech...

Страница 127: ...ration data and all information regarding the status of monitored I O channels shall be accessible In addition C programming using the resident C compiler may also be accomplished locally B Remote Pro...

Страница 128: ...be acknowledged remotely by pressing tones on a touch tone telephone keypad D Data Acknowledgment An alarm on any monitored channel may be acknowledged remotely by the user by PC or terminal The syste...

Страница 129: ...facturer When so installed the system shall be fully warranted against any damage caused by transient surges entering the system through Power orTelephone lines F Environmental The system shall functi...

Страница 130: ...130 Sensaphone ISACC Instruction Manual...

Страница 131: ...relay output terminal block Optional analog output terminal block RECHARGE NC P11 OFF ON Input configuration pins Communications speed configuration pins Battery recharge pin ON OFF switch P12 TEMP 4...

Страница 132: ...132 Sensaphone ISACC Instruction Manual...

Страница 133: ...endix includes diagrams to show you how various combinations of I O racks and relays mount into the ISACC enclosure ISACC s enclosure will accept One 4 module rack or One 8 module rack or 8 high power...

Страница 134: ...ISACC circuit board Mounting holes for high power relays Mounting holes for 4 module rack and 8 module rack RECHARGE NC P11 OFF ON 1 2 3 P10 ON OFF P14 DIGITAL OUTPUTS 8 7 6 5 4 3 2 1 C 1 2 V C 5 V R...

Страница 135: ...0 4A Steel back plate ISACC circuit board 4 module rack RECHARGE NC P11 OFF ON 1 2 3 P10 ON OFF P14 DIGITAL OUTPUTS 8 7 6 5 4 3 2 1 C 1 2 V C 5 V 9 8 7 6 5 4 3 2 1 9 8 7 6 5 4 3 2 1 RELAY NC COM NO AN...

Страница 136: ...back plate ISACC circuit board 8 module rack RECHARGE NC P11 OFF ON 1 2 3 P10 ON OFF P14 DIGITAL OUTPUTS 8 7 6 5 4 3 2 1 C 1 2 V C 5 V ANALOG OUTPUTS C 4 C 3 C 2 C 1 POWER EG 24 24 BAT C 20V C 15V C 1...

Страница 137: ...2 4 3 1 2 4 3 1 2 4 3 1 2 4 3 Steel back plate ISACC circuit board High power relays Mounting holes for 4 module rack and 8 module rack RECHARGE NC P11 OFF ON 1 2 3 P10 ON OFF P14 NC COM NO ANALOG OU...

Страница 138: ...1 2 4 3 1 2 4 3 1 2 4 3 1 2 4 3 Steel back plate ISACC circuit board High power relays 4 module rack POWER RECHARGE NC P11 OFF ON 1 2 3 P10 ON OFF P14 DIGITAL OUTPUTS 8 7 6 5 4 3 2 1 C 1 2 V C 5 V EG...

Страница 139: ...Magnetic Reed Switch FGD 0006 Passive Infra Red Motion Detector FGD 0007 Output Controller CM 001 FGD 0012 Water Detection Sensor FGD 0013 AC Output Module FGD 0015 DC Output Module FGD 0016 DC Input...

Страница 140: ...140 Sensaphone ISACC Instruction Manual...

Страница 141: ...unit off unplug the AC power supply from the wall outlet and disconnect all input and output wiring 2 Carefully pack the unit into its original container or a sturdy shipping box Be certain to use su...

Страница 142: ...142 Sensaphone ISACC Instruction Manual...

Страница 143: ...DAMAGES It must be clear that the warrantors are not insuring your premises or guaranteeing that there will not be damage to your person or property if you use this Product The warran tors shall not b...

Отзывы: