Appendix D

ChartScan Program Examples

 

 

 

 

Acquiring Pre- & Post-Trigger Data at the Same Rate using FAST_ACQ.BAS

The following program, FAST_ACQ.BAS, in the EXAMPLES directory will set up the ChartScan for fast acquisition then bring the values into the controller after the acquisition is complete. From a logic standpoint, the difference between this and SLOW_ACQ.BAS is that this program reads blocks of data instead of one scan at a time. This method is usually more efficient in case of fast scan intervals.

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 10

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

S% = 0

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 T thermocouples and a range of channels from 17 to 32 as Type K thermocouples.

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

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, 50 scans are taken while in the pre-trigger state, 100 while in the post-trigger state, and 200 while in the post-stop state. The post-trigger count is only valid when the stop event, set by the T command is set to Counted. This application does not use Counted, so this parameter of 100 is ignored.

PRINT #1, “OUTPUT 07;Y50,100,200X”

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 both scan intervals to 0.1 seconds (10 Hz).

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

The T command sets up the trigger parameters for the acquisition. In this example, the start event is a rising level of an input channel as specified by the L command. The stop event is a falling level of an input channel as it passes through the level specified by the L command. The auto-rearm flag is set to 0 (off), so that the ChartScan will not 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.

The L command in this example specifies the trigger channel as channel 1 at a level of 20 degrees with a hysteresis of 0 degrees. The L command is relevant only when the start or stop event is a channel level.

PRINT #1, “OUTPUT 07;L1,20.0,0X T4,5,0,0X”

After the X command has been received, the ChartScan arms itself and, in this case, waits for the start event of channel 1 rising above 20°C. The IEEE 488 Serial Poll command is used to query the ChartScan as to the status of the acquisition. An SPOLL value of 2 signifies that channel 1 has reached 20°C.

PRINT “The ChartScan has not been triggered..”

PRINT “Waiting for Channel 1 to reach the trigger level..”

WHILE (S% AND 2) <> 2

PRINT #1, “SPOLL 07"

INPUT #2, S%

WEND

PRINT “A Start Trigger event has been detected..”

PRINT “Waiting for a stop Trigger event..”

ChartScan User’s Manual

D-5

Page 242
Image 242
Omega Vehicle Security 1400 Print #1, Output 07C1-16,3X Print #1, Output 07C17-32,2X, Print #1, Output 07Y50,100,200X

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.