Owning Palette: PDA Module VIs and Functions
Use the Data Communication VIs and functions to exchange data between applications.
| Palette Object | Description |
|---|---|
| Global Variable | Use global variables to access and pass data among several VIs. |
| Local Variable | Use local variables to read or write to one of the controls or indicators on the front panel of a VI. |
| Subpalette | Description |
|---|---|
| Protocols VIs and Functions | Use the Protocols VIs and functions to exchange data between applications by using protocols such as TCP/IP, UDP, serial, IrDA, Bluetooth, SMTP, phone, and Short Message Service. |
| Queue Operations Functions | Use the Queue Operations functions to create a queue for communicating data between sections of a block diagram or from another VI. |
| Synchronization VIs and Functions | Use the Synchronization VIs and functions to synchronize tasks executing in parallel and to pass data between parallel tasks. |