Owning Palette: Programming VIs and Functions
Use the Application Control VIs and functions to programmatically control PDA VIs and applications.
There are some caveats to using the Application Control VIs and functions and the Menu functions in PDA VIs.
| Palette Object | Description |
|---|---|
| Call By Reference Node | Calls the VI specified by reference. The reference VI must be a strictly typed reference. |
| Call Chain | Returns the chain of callers from the current VI to the top-level VI. |
| Clear PDA Chart | Clears the data displayed on a graph or chart in a PDA application. The data type you wire to Tab Order of Control determines the polymorphic instance to use. |
| Close Reference | Closes a refnum associated with an open VI, VI object, an open application instance, or a .NET or ActiveX object. |
| Configure PDA XY Scales | Configures the minimum and maximum value of the x-scale or y-scale of a graph or chart in a PDA application. The data type you wire to Tab Order of Control determines the polymorphic instance to use. |
| Open Application Reference | Returns a reference to a VI Server application running on the specified computer. |
| Open VI Reference | Returns a reference to a VI, custom control, or global variable specified by a name string or path to the VI's location on disk. |
| PDA Get Screen Size | Returns the width and height of a PDA screen in pixels. |
| PDA Screen Orientation | Determines if the orientation of the screen on the PDA target changed while the PDA application was running. This VI also returns the height and width of the screen on the PDA target. |
| PDA Set Listbox Strings | Programmatically sets the values of a listbox control in a PDA application. The data type you wire to Tab Order of Control determines the polymorphic instance to use. |
| PDA Set Ring Strings | Programmatically sets the items of a ring control in a PDA application. The data type you wire to Tab Order of Control determines the polymorphic instance to use. |
| Property Node | Gets (reads) and/or sets (writes) properties of a reference. |
| Quit LabVIEW | Stops all executing VIs and ends the current instance of LabVIEW. |
| Read PDA XY Scales | Reads the current values of the x-scales and y-scales of a chart or graph in a PDA application. The data type you wire to Tab Order of Control determines the polymorphic instance to use. |
| Set Help File Path | Sets the file path for a Pocket PC HTML help file you create for a Pocket PC application. |
| Set PDA Auto Off Time | Sets the time in seconds that the PDA application waits before automatically turning off the PDA device. |
| Show or Hide Control | Shows or hides controls or indicators in a PDA application. The data type you wire to Tab Order of Control determines the polymorphic instance to use. |
| Stop | Stops the VI in which it executes, just as if you clicked the Abort Execution button on the toolbar. |
| Zoom Chart or Graph | Enables and defines zooming in graphs and charts in PDA applications. The data type you wire to Tab Order of Control determines the polymorphic instance to use. |
| Subpalette | Description |
|---|---|
| Menu Functions | Use the Menu functions to modify the menus in LabVIEW applications. Use the functions located on the top row of the palette to handle menu selections. |
| Palm OS Notifications VIs | Use the Palm OS Notifications VIs to register and receive system-level notifications on a Palm OS device. You also can use these VIs to register and launch other PDA applications. |
| PDA Memory VIs | Use the PDA Memory VIs to manage memory on a PDA device. |