VI Server Method Information
|
Method ID
|
3ED
|
Scope
|
Basic Development Environment
|
Data Name
|
Print.VI To Printer
|
Short Name*
|
Print.VI To Printer
|
Long Name*
|
Print:VI To Printer
|
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
|
Owning Class ID
|
2
|
Owning Class Name
|
VI Class
|
Return Data Type
|
No return value
|
Invoke Node
|
|
Available in Real-Time Operating System | Yes |
Available in Run-Time Engine | Yes (Read/Write) |
Available with control VIs | Yes |
Available with global VIs | Yes |
Available with polymorphic VIs | Yes |
Available with strict type definitions | No |
Loads the block diagram into memory | No |
Loads the front panel into memory | Yes |
Must wait until user interface is idle | Yes |
Need to authenticate before use | No |
Remote access allowed | Yes |
Settable when the VI is running | Yes |
Prints the VI information to a printer.
If you use this method in a stand-alone application or shared library, LabVIEW prints only the front panel. This method is similar to the Printer option on the Destination page of the Print dialog box.
Parameters
Data type
|
Name
|
Required
|
Description
|
|
Format
|
No
|
Specifies which VI information to print and the format of the printout. You can select from Custom, Standard, Using Panel, Using SubVI, and Complete.
|
|
Scale Panel?
|
No
|
Specifies whether LabVIEW scales the front panel to fit the page. The default is TRUE.
|
|
Scale Diagram?
|
No
|
Specifies whether LabVIEW scales the block diagram to fit the page. The default is TRUE.
|
|
Page Headers?
|
No
|
Specifies whether LabVIEW prints page headers (which include the page number, VI name, and last modification date). The default is TRUE.
|
|
Page Breaks?
|
No
|
|
|
Section Headers?
|
No
|
Specifies whether to print headers for each section listed above. If Format is Custom, Standard, or Complete, the default is TRUE. Otherwise, the default is FALSE.
|
Uses
History
Version
|
Change(s)
|
|
More info to come.
|
See Also
External Links