Appendix D

ChartScan Program Examples

 

 

After the C command is issued, the ChartScan is now completely armed for alarming. In our example, levels above 18 or below 1 will cause a system alarm.

If the intent of the application was to use alarm levels to trigger an acquisition, only the following line would be required to arm the alarms to satisfy the trigger and/or stop events.

PRINT #1, “OUTPUT 07;C1-16,3,1,18,0X”

In addition to causing an internal system alarm state, the alarm conditions can also be attached to any one of the 16 digital output lines. The A command is used to assign the input channels to the digital alarm bit. The following line attaches channels 1 and 2 to digital output line number 1 in an OR’d fashion.

PRINT #1, “OUTPUT 07;A1-2,1X” ‘Assign channels 1 & 2 to alarm 1

S% = 0

WHILE (S% AND 4) = 0

PRINT #1, “SPOLL 07"

INPUT #2, S%

WEND

Using the string returned by the O? query, which gets the status of the digital output lines, the alarm state can be detected since bit 1 of the digital output was mapped into alarm channel 1 and 2. This example shows alarm detection handling when 2 or more channels have to be muxed into one single digital output bit. The “U11X” command shows each individual channel alarm status.

WHILE INKEY$ = “”

PRINT #1, “OUTPUT 07;O?X” PRINT #1, “ENTER 07" LINE INPUT #2, O$

IF MID$(O$, 2, 3) = “001" THEN

PRINT “Channel 1 OR 2 is in Alarm condition.” PRINT #1, “OUTPUT 07;U11X”

PRINT #1, “ENTER 07" LINE INPUT #2, A$

PRINT A$

IF MID$(A$, 5, 1) = “1" THEN

PRINT “The ChartScan’s CH 1 is now in an Alarm condition..”:

ELSE

PRINT “The ChartScan’s CH 1 is not in an Alarm condition..”

END IF

IF MID$(A$, 11, 1) = “1" THEN

PRINT “The ChartScan’s CH 2 is now in an Alarm condition..”:

ELSE

PRINT “The ChartScan’s CH 2 is not in an Alarm condition..”

END IF

END IF

WEND

ChartScan User’s Manual

D-7

Page 244
Image 244
Omega Vehicle Security 1400 manual Print #1, Enter 07 Line Input #2, A$ Print A$, Else, END if Wend

1400 specifications

The Omega Vehicle Security 1400 stands out as a premier solution for vehicle protection, offering a blend of advanced technology and user-friendly features. With the increasing rise of vehicle thefts, incorporating a robust security system has become essential for vehicle owners. The Omega 1400 aims to address these concerns effectively, ensuring peace of mind for users.

One of the key features of the Omega Vehicle Security 1400 is its sophisticated alarm system. The device is equipped with a motion sensor that activates the alarm when unauthorized movement is detected. This feature provides an added layer of protection, alerting owners to potential threats even when they are away from their vehicles. Additionally, the system comes with multiple sensors that monitor doors and trunk openings, fortifying security against tampering.

A standout component of the Omega 1400 is its remote control functionality, which allows users to arm and disarm the alarm with ease. Featuring a user-friendly remote, drivers can secure their vehicles from a distance, ensuring convenience and accessibility. The remote not only operates the alarm system but also integrates a panic button, which can be used in emergency situations to deter potential threats.

The Omega Vehicle Security 1400 is also designed with cutting-edge technology, offering compatibility with smartphone applications. This innovation enables users to monitor their vehicles in real-time, providing alerts directly to their mobile devices. Users can check the status of their vehicle, adjust settings, and receive notifications if the alarm is triggered, ensuring they are always connected to their vehicle's security.

Another remarkable characteristic of the Omega 1400 is its built-in GPS tracking capability. In the unfortunate event of a theft, the GPS feature allows vehicle owners to track the location of their vehicle, increasing the chances of recovery. This technology proves invaluable for users who prioritize the safety of their assets.

Additionally, the Omega Vehicle Security 1400 supports a robust battery backup system. This ensures that the alarm remains functional even if the vehicle's power supply is compromised. The reliability and durability of this security system make it a worthy investment for anyone looking to safeguard their vehicle.

In summary, the Omega Vehicle Security 1400 brings together advanced alarm technologies, remote access, GPS tracking, and reliable power support, creating a comprehensive security solution tailored for modern vehicle owners. Each feature has been designed with user convenience and vehicle protection in mind, making it a top choice in the vehicle security landscape.