Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

Write Traces to Spreadsheet (DSC Module)

Converts a set of historical traces into a string format that spreadsheet programs can read. This VI creates a column for date and time information and for each shared variable value in the shared variable names array. This VI creates headings for each column, using the names of the shared variables from the shared variable names array. You can save the output of this VI in a file and then import the file into a spreadsheet program. Details  

formatting information contains inputs that determine the format of the spreadsheet. Refer to the Details section for information about formatting the spreadsheet.
header text is the text to display in the column header.
footer text is the text that appears at the bottom of the spreadsheet file.
delimiter is the separator used in the spreadsheet format. The default is a tab. You also can choose to delimit the columns of the spreadsheet with commas, semicolons, spaces, or pipes. Pipes are the characters entered when you press the <Shift–\> keys.
row format is the format of the rows of the spreadsheet.
trace information contains timestamp and sample interval information about the trace(s).
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.
start timestamp is the start date and time of data you want to retrieve from the database. The DSC Module retrieves the entire page on which the data appears. When you view the data, you might see data logged before the actual time you specified.

If you do not wire this input, the DSC Module uses the timestamp of the first data point in the database.

stop timestamp is the end date and time of data you want to retrieve from the database. The DSC Module retrieves the entire page on which the data appears. When you view the data, you might see data logged after the actual time you specified.

If you do not wire this input, the DSC Module uses the timestamp of the last data point in the database.

sample interval determines the time interval for each historical trace. If you do not wire this parameter, the data is sampled at 1 second intervals.
database URL is the computer name where the Citadel database resides and the name of the database. Enter the database URL in the format \\computer\database_name. If you do not wire database URL, the VI reads data from the database associated with the default DSC Module process.

Tip  To access databases on another computer, provide the path in the format \\computer\database_name. For example, if you have a copy of the 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.
shared variable names is the list of shared variable names corresponding to the historical traces for which you want to read historical data. The DSC Module uses these shared variable names as column headers when you convert this information into spreadsheet format.
timeout limits the time that the VI waits for data to be returned from the database. The default value is 30 seconds. A timeout value of less than or equal to 0 indicates no timeout, and the VI waits indefinitely until the data is returned. The VI ignores this value if you set show status bar to TRUE.
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.
status is TRUE (X) if an error occurred before this VI or function ran or FALSE (checkmark) to indicate a warning or that no error occurred before this VI or function ran. The default is FALSE.
code is the error or warning code. The default is 0. If status is TRUE, code is a nonzero error code. If status is FALSE, code is 0 or a warning code.
source specifies the origin of the error or warning and is, in most cases, the name of the VI or function that produced the error or warning. The default is an empty string.
show status bar enables a progress bar during the operation if show status bar is TRUE.
spreadsheet string contains spreadsheet-formatted data that you can write to a text file. You also can open this file into spreadsheet applications such as Microsoft Excel.
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.
status is TRUE (X) if an error occurred or FALSE (checkmark) to indicate a warning or that no error occurred.
code is the error or warning code. If status is TRUE, code is a nonzero error code. If status is FALSE, code is 0 or a warning code.
source describes the origin of the error or warning and is, in most cases, the name of the VI or function that produced the error or warning.

Write Traces to Spreadsheet Details

The following variables are variables that you can apply to the entire export file to customize the spreadsheet. Enter these variables in the header text, footer text, or row format parameters.

VariableDescription
creationDateDate that exported file is created.
creationTimeTime that exported file is created.
delimiterThe delimiter is specified by the delimiter parameter.
endDateEnd date specified by the stop timestamps parameter value in the formatting information control.
endTimeEnd time specified by the stop timestamps parameter value in the formatting information control.
interpTypeReports the type of interpolation.
name [N]N=[0...numTraces). Name of trace N. Traces are indexed by number, starting with 0, in the order they appear in the tag names parameter. The fourth trace, for instance would be represented by name[3].
numTraces Number of traces in the tag names parameter.
repeat(N,X,Y,"S")  Use this variable to repeat other variables so that the format template can be used with trace views that have different numbers of traces.
rowsNumber of total rows of data exported.
startDateStart date specified in the start timestamps parameter value in the formatting information control.
startTimeStart time specified in the start timestamps parameter value in the formatting information control.
timeIntervalInterpolation time interval specified in the sample interval control.

The following variables are variables that you can apply to the row format parameter to customize the rows of the spreadsheet.

Variable  Description
dateDate of current row
quality[N]Quality of trace N. 0= good quality and other numeric values indicate bad quality.
rowRow number
signals[N]type signal for trace N

0= asynchronous

1= synchronous

timeTime of current row
value[N]N=[0...numTraces]. Value of the N trace in the current row.


Resources


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit