|
Functions and Events to Work with Application Signals |
Application signals are variables used in Vehicle Spy to share data between various objects in Vehicle Spy.
Function Block scripts and Graphical Panels can use these variables as well.
The C Code Interface has support for accessing and changing these values.
All application signals defined in your vs3 file have a set function, a get function, and an optional event function.
The set and get functions set either a number, normal text, or unicode (wide text).
All application signals start with the "AS_" prefix. Last Update:
Saturday, August 15, 2009

Figure 1: Application Signal Functions allow you to interact with app signals.

Figure 2: Application Signal Events are called whenever an application signal changes
Figure 3: The event for an application signal passes the value back as a double.
Vehicle Spy Documentation - (C) Copyright 1997-2009 Intrepid Control Systems, Inc.