{"id":3572,"date":"2019-02-12T16:09:25","date_gmt":"2019-02-12T16:09:25","guid":{"rendered":"https:\/\/cyflexdoc.wpengine.com\/usage-help-manual\/13-data-collection-data-logging\/dlogger\/"},"modified":"2025-11-19T13:58:32","modified_gmt":"2025-11-19T18:58:32","slug":"dlogger","status":"publish","type":"page","link":"https:\/\/cyflex.com\/index.php\/usage-help-manual\/9-data-collection-data-logging\/dlogger\/","title":{"rendered":"dlogger"},"content":{"rendered":"<h3>Purpose:<\/h3>\n<dl>\n<dd>\n<p>Start a fast CyFlex data logging operation for collecting and storing test data.<\/p>\n<\/dd>\n<\/dl>\n<h3>Enter:<\/h3>\n<dl>\n<dd><strong>dlogger\u00a0<\/strong> [dlogger_spec_file]\u00a0 [options]<\/dd>\n<\/dl>\n<h3>Where:<\/h3>\n<dl>\n<dd>\n<table style=\"width: 96.49%; height: 654px;\" cellspacing=\"0\" cellpadding=\"0\">\n<colgroup>\n<col \/>\n<col \/>\n<col \/> <\/colgroup>\n<tbody>\n<tr style=\"height: 48px;\">\n<td style=\"width: 14.36%; height: 48px;\">dlogger_spec_file<\/td>\n<td style=\"width: 135.9%; height: 48px;\">Optional. Specify the name of the CyFlex logger specification file.<br \/>\nDefault: dlogger_spec.nnn (nnn = test cell number)<\/td>\n<\/tr>\n<tr style=\"height: 246px;\">\n<td style=\"width: 14.36%; height: 246px;\">options<\/td>\n<td style=\"width: 135.9%; height: 246px;\">\n<p>Any option specified on the command line overrides the same option in the spec file. Specify any of the following:<\/p>\n<table style=\"width: 100%; border-collapse: collapse; height: 408px;\">\n<tbody>\n<tr style=\"height: 48px;\">\n<td style=\"width: 25.0522%; height: 48px;\">-start=strt_event<\/td>\n<td style=\"width: 74.9278%; height: 48px;\">Specify the CyFlex event name to start the sampling. <br \/>\nExample: -start=start_dlogger<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 25.0522%; height: 24px;\">-stop=stop_event<\/td>\n<td style=\"width: 74.9278%; height: 24px;\">Specify the CyFlex event name to stop the sampling. <br \/>\nExample: -stop=stop_dlogger<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 25.0522%; height: 24px;\">-rels=release_event<\/td>\n<td style=\"width: 74.9278%; height: 24px;\">Specify the CyFlex event name that will cause floger to exit the system. <br \/>\nExample: -rels=rels_dlogger<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 25.0522%; height: 24px;\">-done=done_event<\/td>\n<td style=\"width: 74.9278%; height: 24px;\">Specify the CyFlex event name that will be emitted when done sampling. <br \/>\nExample: -done=dlogger_done<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 25.0522%; height: 24px;\">-interval=interval<\/td>\n<td style=\"width: 74.9278%; height: 24px;\">Specify the time interval between data samples. Units must be supplied. <br \/>\nExample: -interval=1[sec]<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 25.0522%; height: 24px;\">-n=max scans<\/td>\n<td style=\"width: 74.9278%; height: 24px;\">Specify the maximum number of data samples or scans to be collected. <br \/>\nExample: -n=1000<\/td>\n<\/tr>\n<tr style=\"height: 48px;\">\n<td style=\"width: 25.0522%; height: 48px;\">-sync=sync_event<\/td>\n<td style=\"width: 74.9278%; height: 48px;\">Specify the CyFlex event name that will cause the start the sampling. If specified, this is used in place of the timer, therefore no interval should be specified. <br \/>\nExample: -sync=dlogger_sync<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 25.0522%; height: 24px;\">-enable=variable_name<\/td>\n<td style=\"width: 74.9278%; height: 24px;\">Specify the CyFlex variable name that will enable sampling. <br \/>\nExample: -enable=enb_dlogger<\/td>\n<\/tr>\n<tr style=\"height: 72px;\">\n<td style=\"width: 25.0522%; height: 72px;\">-path=directoryPath<\/td>\n<td style=\"width: 74.9278%; height: 72px;\">Specify the directory path to contain the output file. The entry may also be a STRING_VARIABLE that contains the directory path of the output file.<br \/>\nDefault: \/data\/dlog<br \/>\nExample: -path=dlogger_path_var<\/td>\n<\/tr>\n<tr style=\"height: 72px;\">\n<td style=\"width: 25.0522%; height: 72px;\">-ftp_event=event_name<\/td>\n<td style=\"width: 74.9278%; height: 72px;\">Specify the CyFlex event name to use to signal that the output file should be FTP&#8217;d to the ftp_path.<br \/>\nDefault: FTP_write<br \/>\nExample: -ftp_event=dlogger_xfer<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 25.0522%; height: 24px;\">-csar_label=label_type<\/td>\n<td style=\"width: 74.9278%; height: 24px;\">Specify the CSAR label type.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/dd>\n<\/dl>\n<h3>Example:<\/h3>\n<dl>\n<dd>\n<p><strong>dlogger<\/strong> \u00a0 \/specs\/dlog1 \u00a0 n =1000 interval=1(sec) &amp;<\/p>\n<p>The above command causes the file \/specs\/dlog1 to be processed. The number of samples is set to 1000 and the samples are taken every second. The output file that is specified in the spec file will be overwritten. The number of samples and the interval specified in the spec will be overridden by the command line arguments.<\/p>\n<\/dd>\n<\/dl>\n<h3>Notes:<\/h3>\n<dl>\n<dd>\n<p>Command-line options override spec file settings. Multiple loggers can operate simultaneously.<\/p>\n<p>Sampling starts immediately if no start event is specified.<\/p>\n<p>Use the errs command to check for errors after using this command.<\/p>\n<\/dd>\n<\/dl>\n<h3>See Also:<\/h3>\n<dl>\n<dd><a href=\"\/wp-content\/uploads\/Logging-Data-Using-dlogger.pdf\">Logging Data using dlogger User Guide<\/a>, <a href=\"\/index.php\/usage-help-manual\/11-utilities-and-user-commands\/errs\/\">errs<\/a><\/dd>\n<\/dl>\n","protected":false},"excerpt":{"rendered":"<p>Purpose: Start a fast CyFlex data logging operation for collecting and storing test data. Enter: dlogger\u00a0 [dlogger_spec_file]\u00a0 [options] Where: dlogger_spec_file Optional. Specify the name of the CyFlex logger specification file. Default: dlogger_spec.nnn (nnn = test cell number) options Any option specified on the command line overrides the same option in the spec file. Specify any [&hellip;]<\/p>\n","protected":false},"author":47,"featured_media":0,"parent":1960,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-3572","page","type-page","status-publish","hentry"],"post_mailing_queue_ids":[],"_links":{"self":[{"href":"https:\/\/cyflex.com\/index.php\/wp-json\/wp\/v2\/pages\/3572","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cyflex.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cyflex.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cyflex.com\/index.php\/wp-json\/wp\/v2\/users\/47"}],"replies":[{"embeddable":true,"href":"https:\/\/cyflex.com\/index.php\/wp-json\/wp\/v2\/comments?post=3572"}],"version-history":[{"count":0,"href":"https:\/\/cyflex.com\/index.php\/wp-json\/wp\/v2\/pages\/3572\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/cyflex.com\/index.php\/wp-json\/wp\/v2\/pages\/1960"}],"wp:attachment":[{"href":"https:\/\/cyflex.com\/index.php\/wp-json\/wp\/v2\/media?parent=3572"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}