- tab control
A LabVIEW control that has multiple pages that are accessed by clicking on the named tab that corresponds to the desired page. - table
A LabVIEW control that can display a 2D array of strings. It also allows the user to interactively edit the values of the string elements. - task
See NI-DAQmx Task. - TCP/IP
Transmission Control Protocol/Internet Protocol. A connection-based protocol that is the underlying protocol for the Internet and most internal networks. See also UDP. - terminal
Object or region on a node through which data pass. - text file
See also Binary File. - time stamp control
A LabVIEW control that stores an absolute date and time. - timed loop
A LabVIEW structure, similar to a While Loop, that executes one or more subdiagrams, or frames, sequentially in each iteration of the loop at the period you specify. See also Timed Structure. - timed sequence
A LabVIEW structure, similar to a Flat Sequence Structure, that executes one or more subdiagrams, or frames, sequentially at the time you specify. See also Timed Structure. - timed structure
A set of LabVIEW structures that allow you to control the rate and priority at which they execute their subdiagrams, as well as control their synchronization using timing sources. See also: Timed Loop, Timed Sequence. - tip strip
Text that is displayed when the mouse cursor is hovered over a control or indicator. Often used to provide a more detailed description of a control or indicator's function. - tool
Special LabVIEW cursor you can use to perform specific operations. - toolbar
Bar containing command buttons that you can use to run and debug VIs. - toolkit
A LabVIEW add-on component that adds VIs to your palette that perform a specific function. - tools palette
Palette containing tools you can use to edit and debug front panel and block diagram objects. - top-level VI
VI at the top of the VI Hierarchy. This term distinguishes the VI from its subVIs. - tree control
A LabVIEW control that displays a hierarchical list of items that the user can interact with by selecting items, dragging and dropping items, expanding and contracting items, and so on. - trigger
A condition for starting or stopping a DAQ operation. - tunnel
Data entry or exit terminal on a structure. - type definition (typedef)
See also Strict Type Def. - typecast
To change the type descriptor of a data element without altering the memory image of the data. - type descriptor
See Data Type Descriptor. |