Creating Blinking Text or Pictures in Lookout This example illustrates several different methods to make text or pictures blink. The example shows how to make text blink and how to use a gauge to make backgrounds blink. Also s...... Software: Lookout Development/Runtime Systems
DDE Communication between Lookout and LabVIEW There are some very straight forward examples in LabVIEW on how to communicate with a DDE Client, but those always assume that you have only one element being passed back and forth...... Software: LabVIEW Full Development System
DeviceRequest/Response/DeviceOn data members of an alternator object Lookout has an alternator object that can automatically circulate between multiple devices. It can turn each device on/off by driving the DeviceRequest data member (the alternator ...... Software: Lookout Development/Runtime Systems
Different methods of addressing/browsing DataTable cells (direct method, cursors, dynamic symbolic link) This example demonstrates how to browse a DataTable. An external MS Access database is used as a data source. The database has a table that is linked to a DataTable object. There a...... Software: Lookout Development/Runtime Systems
Generating an Alert for a Station Failure This example is a simulation example. Consider the scenario where you are looking at several different stations. When one station alarms, you would like a strobe light to signal th...... Software: Lookout Development/Runtime Systems
Lookout PID Auto Tuning Example This example shows how to use the PID object and how to make an auto tuner for the PID. You can connect your own hardware to the example or use the built in software simulation. Th...... Software: Lookout Development/Runtime Systems
Lookout Plots a Trace from Citadel Database This example shows how Lookout can query a trace from a Citadel database. User enters trace name and time range from the panel. Results are plotted on an XYChart. This example is b...... Software: Lookout Development/Runtime Systems
Multiplexing Many Inputs to One Output This example multiplexes one output Pot to one of 10 input Pots specified by a selector Pot. A dynamic symbolic link is used to multiplex the Pots.... Software: Lookout Development/Runtime Systems
Multiplexing One Input to Multiple Outputs This example multiplexes one input Pot to one of ten outputs, using another Pot to select which output the value is directed to. A dynamic symbolic link is used to switch between o...... Software: Lookout Development/Runtime Systems
Plotting Microsoft Excel data on a chart in Lookout This example reads column A from the Microsoft Excel spreadsheet Book1.xls and plots these values on a X/Y Chart. When the user hits the Re-read button on the panel, the process re...... Software: Lookout Development/Runtime Systems