Owning Palette: Historical VIs
Installed With: DSC Module
Launches the Historical Data Viewer (HDV) from a VI programmatically.

![]() |
launch MAX determines whether to launch MAX. If this parameter is TRUE, the Call HDV VI starts the Historical Data Viewer in MAX. If this parameter is FALSE, the VI does nothing. | ||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
trace list is the list of traces that you want to display. You must specify a trace list and a view name for the VI to create the new view in MAX. | ||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
user folders is the list of user folders, separated by slashes, in the Historical Data Viewer in MAX. If the value you enter does not already exist in the Historical Data Viewer, the VI creates the user folder in the Historical Data Viewer. If the user folder already exists in the Historical Data Viewer, the VI directs the data view to that user folder in the Historical Data Viewer. | ||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
view name is the name of the historical data view, in MAX, that displays when the VI launches MAX.
If the view name you enter does not already exist in the Historical Data Viewer, the VI creates the data view in the Historical Data Viewer. If the view name already exists in the Historical Data Viewer, and you have not input a value into trace list, the VI opens the existing data view.You must specify a trace list and a view name for the VI to create the new view in MAX.
|
||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
library path is the path of the LabVIEW project library (.lvlib) file that contains configuration information for the traces to display. Enter the full path to the .lvlib file, such as C:\data\data1.lvlib. | ||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
database URL is the computer name and the database name where the Citadel database resides. Enter the database URL in the format \\computer\database_name. For example, if you have a copy of the LabVIEW Datalogging and Supervisory Control (DSC) Module and Citadel service installed on a computer named datalogger and the name of the database on that computer is data, you can access the data on datalogger from another computer by using the path \\datalogger\data. If you provide a database name only, the DSC Module searches for the database on the local computer. If you do not wire database URL, the VI reads data from the database associated with the default DSC Module process. | ||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
error in describes error conditions that occur before this VI or function runs.
The default is no error. If an error occurred before this VI or function runs, the VI or function passes the error in value to error out. This VI or function runs normally only if no error occurred before this VI or function runs. If an error occurs while this VI or function runs, it runs normally and sets its own error status in error out. Use the Simple Error Handler or General Error Handler VIs to display the description of the error code. Use error in and error out to check errors and to specify execution order by wiring error out from one node to error in of the next node.
| ||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
plot attributes is a cluster of parameters to set the color, point style, and line style of the trend display.
| ||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
time interval is the span of time between the start timestamp and stop timestamp. If you do not wire this input, the VI reads all data logged up to now.
| ||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
database URL out returns the computer name and the database name to specify where the Citadel database resides. The format is \\computer\database_name. | ||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
error out contains error information. If error in indicates that an error occurred before this VI or function ran, error out contains the same error information. Otherwise, it describes the error status that this VI or function produces.
Right-click the error out front panel indicator and select Explain Error from the shortcut menu for more information about the error.
|
To launch the Historical Data Viewer in Measurement & Automation Explorer (MAX) in its default state, leave the inputs unwired. To override the defaults, wire one or more inputs.
Refer to the Measurement & Automation Explorer Help for Historical Data Viewer, available by selecting Help»Help Topics»Historical Data Viewer in MAX, for information about how to use the Historical Data Viewer in MAX.