Appendix D

ChartScan Program Examples

 

 

Using Auto-Rearm to Capture Multiple Trigger Blocks using BLK_ACQ.BAS

The following program, BLK_ACQ.BAS, in the EXAMPLES directory will set up the ChartScan for auto- rearm, which rearms the unit for another trigger event as soon as the present acquisition has been completed.

Although not necessary, it is good practice to reset the ChartScan at the beginning of your application by sending it the “*R” command and then waiting a few seconds.

CLS : PRINT “The ChartScan is resetting..”

PRINT #1, “OUTPUT 07;*RX”

SLEEP 4

To be certain that the reset was successful and the device is ready, serial poll the device until the proper status is returned.

WHILE (S% AND 4) = 0

PRINT #1, “SPOLL 07"

INPUT #2, S%

WEND

The C command will be used twice to configure a range of channels from 1 to 16 as Type J thermocouples and a range of channels from 17 to 32 as Type K thermocouples.

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

PRINT #1, “OUTPUT 07;C17-32,2X”

The Y command is used to configure the number of scans to take while in the different acquisition states. In this example, 1000 scans are taken while in the pre-trigger state, 20 while in the post-trigger state, and 10 while in the post-stop state. The post-trigger count is valid since the stop event, set by the T command, is set to Counted.

PRINT #1, “OUTPUT 07;Y1000,20,10X”

The I command sets the time between scans in hours-minutes-seconds format. The ChartScan can have two separate scan rates, one that is used in the post-trigger state, and one that is used in all other states. This example sets up the pre-trigger and post-stop scan intervals to 0.3 seconds (3 Hz), and the post-trigger interval to 0.0, which makes the units sample as fast as possible during the post-trigger period.

PRINT #1, “OUTPUT 07;I00:00:00.3,00:00:00.0X”

The T command sets up the trigger parameters for the acquisition. In this example, the start event is the ‘@’ character issued by the controller. The stop event is Counted. The auto-rearm flag is set to 1 (on), so that the ChartScan will re-arm itself for another acquisition after this acquisition is complete. The synchronization flag is also off, so the ChartScan will not re-synchronize itself to the trigger point when the start event begins. When the ChartScan encounters the X command, it will be armed and start the collection of the pre-trigger data.

PRINT #1, “OUTPUT 07;T1,8,1,0X”

The Q command is used to set the buffer terminators for the data that is transferred to the controller. Both the scan and trigger block terminators are set to LF (linefeed).

PRINT #1, “OUTPUT 07;Q,0,0,8,8,0X”

The FOR loop will read 5 trigger blocks, each consisting of a trigger point.

FOR i = 1 TO 5

The first lines of code within the FOR loop ask you to trigger the unit, then the last line sends an ‘@’ character to the unit.

PRINT : PRINT “The ChartScan’s Block ”; i; “ has not been triggered.. ”

PRINT “It is currently collecting the Pre-trigger data specified..”

PRINT “Press any key to send a start trigger event.” WHILE INKEY$ = “”: WEND

PRINT #1, “OUTPUT 07;@X”

ChartScan User’s Manual

D-13

Page 250
Image 250
Omega Vehicle Security 1400 manual Print #1, Output 07Y1000,20,10X, Print #1, Output 07I000000.3,000000.0X, For i = 1 to

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.