DataView - Data Converter User Manual

Size: px
Start display at page:

Download "DataView - Data Converter User Manual"

Transcription

1 Manual Pg. 1/8 Manual Rev. Data Notes /07/2005 First issue

2 Manual Pg. 2/8 Index 1 Introduction Limits Description CFG file configuration Data converted import on DataView Explorer...8

3 Manual Pg. 3/8 1 Introduction The tool is designed to convert the data acquired with generic systems (csv, ascii) in the way to be imported by DataView. It works either on a single or nested directories; in this last case it is possible to adopt a recursive policy and keep the source directories structure. In order to convert a generic file format, it is needed to prepare a custom configuration file (*.CFG), that must be selected by the user before to start the converting process. The user interface allow to select: the source directory, the configuration file and the destination directory. Anytime the tool is launched, it opens automatically opens the last CFG file. At each iteration, the tool converts all the files contained into the source directory using a single file format, depending on the CFG file chosen by the user. Each source file is converted into a destination DTX file, that will maintain the same name as the original one. 1.1 Limits in order to be compliant with DataView, the maximum number of channels in the source files is 1024 if the original sampling frequency of channels is not foreseen by DataView, the converting tool modifies it to the closest higher value managed by DataView XLS data format converting is not foreseen, it is needed to convert them into ASC format The tool doesn t allow to change the original name of channels. 2 Description The tool DVAsciiToBIN allows to convert CSV and ASCII format files into DTX format files relying on the content of the configuration file (*.CFG). The user interface allows to select the converting process scope: single file or entire directory. In case of entire directory: it is possible to activate the scan of subdirectories by activating the relevant flag the tool shows the status of the converting process by indicating the statistics concerning the converted or ignored files. By Browse buttons it is possible to select File/Directory to be converted and the configuration file (*.CFG). At startup, the tool automatically consider the last selected CFG file. Each CFG file is configured using custom keys in order to define the features of the data file format to be converted.

4 Manual Pg. 4/8 PS: to obtain auxiliary information like measurement unit of the channels, it is possible to activate Export information to Parameters function. In this case, the converter generate a *.set file that must be renamed in Channel.set and copied into the Setup directory where Dataview Explorer has been installed. Once selected the configuration and data files, user must activates Export command and defines the destination file name: It is possible to use program by command line with this syntax: DVAsciiTOBin -s FilePath -c FilePath -o FilePath [/p] [/d] [/tree] [/makedtx]

5 Manual Pg. 5/8 Parameters: -s Source text file -c Config file (.CFG) -o Output file (.DTX) [/p] if preset, program makes the "Parameters" file [/d] if present, program convert whole directory [/tree] if present, program converts all the data file stored in the subdirectory [/makedtx] if present, program makes DTX file automatically 2.1 CFG file configuration Converter versatility is guaranteed by using a configuration file for the data format (.CFG), where are stored all the necessary information for data management; so it is necessary to create a.cfg file for each data format. The foreseen keys in according to the characteristics of the data format are the following: Channels properties System foresees the possibility to defined the channel name and the channel measurement unit in two ways: a) automatic import of the data file by using the following keys (default): CHPROPERTY=name_row,unit_row where: name_row represent the row number where are stored channels name (default if key is absence: nn=0). unit_row represent the row number where are stored the strings which defined the channles measurement unit (default if key is absence: nn=0). b) manual definition by using the following syntax: CHNAME01=name_string,unit_string CHNAME02=name_string,unit_string.. CHNAMEnn=name_string,unit_string In case of name_string is not programmed, system uses name Ch01, Ch02,, Chnn. In case of unit_string is not programmed, system uses. Notes: - if CHPROPERTY is present, system uses automatic modality; - in automatic modality, measurement unit import is management only in case of unit_row is present; otherwise, the channels measurement unit are programmed to default value ; - in case of the above-mentioned keys are absence, system uses automatic modality with default values; - in manual modality, the property of the channels do not have CHNAMEnn key are programmed to default values; Row and Column number of data start DATASTART=nn_row,nn_col where: nn_row represent the row number (default if key is absence: nn=0) nn_col represent the column number (default if key is absence: nn=0) Note: converter return error only if this key is programmed with a non-numerical value; on the contrary, if the value of this key is not integer, converter makes an approximation by excess.

6 Manual Pg. 6/8 Channels frequency and/or Base Time channel In case of user wants to specify the data frequency (base frequency) it is needed to use this key: CHFREQ=ff where: ff represent a number to specify frequency in [Hz] (default if key is absence: ff=1000) On the contrary, if user wants to use a channel specified into the data file as a base time channel (base time), above-mentioned key must be omitted and replaced with the following key: TIMECH=name, value where: name represent channel name value represent a number to specify measurement unit of the channel name in [ms] (default if key is absence: value = 1000) In case of the CFG file contains TIMECH key, it is possible to define its separator with another key called TIMECHSEPARATOR. Characters allowed as separator are:. (default), -, :,. System foresees a fixed parameters management in both modality: base frequency and base time.. PS: Channel particular formats management is not foresee. Notes: - it is necessary to foresee one of the above-mentioned keys in the CFG file. - the second parameter of the TIMECH key describes the ms number of the time channel measurement unit so if the CFG file reports TIMECH=TIME,1000 it means that TIME field is worded in 1000ms and so in seconds. - in case of the TIMECH key is present, channels acquisition frequency is calculated by the variation of a sample and the next one of the time channel. Separator character of the data DELIMITER=string where: string {TAB ; :, } (default if key is absence: string=tab) Note: To use space character or a group of characters which contain the space one as separator, it is necessary to contain these ones between apostrophes ( ex. indicate DELIMITER=''). In case of other separators are present, the apostrophes are not foresee. ( ex.: DELIMITER=; ) In case of data file contains a multiple separator (ex: more space), it is necessary add the following key to the CFG file: DISCARDMULTISEP = x where: x can assume value 0 (function Disabled) o 1 (function Enabled). Data column number User can define the significant column number of the data file using the following key: NUMCH=value if key is absence program foresee an automatic identification of the data file column number.

7 Manual Pg. 7/8 TRIGGER function It is possible to select a channel for which the program proceed to divide source data file into more DTX with the following key: TRIGGERCH=name,value where: name represent channel name value represent a number to specify the threshold Converter makes data separation when, once the threshold is exceeded, the field value come back fixed to 0. The functionality is enabled when both parameters are present. In case of some parameters are incomplete, program indicates syntax error. If key is absence, converter does not divide data file. NOTES: In case of system detects some syntax problem or wrong key values, converter visualizes an error window with the following message: Syntax error detected in <nomefile>.cfg at row nn. In correspondence with the definition of all the key, spaces interpolation is not allowed between key and = character and between this one and the value. Ex DELIMITER=; In a conversion from ASCII data to DTX, system uses the following default data: o Decimal number: 3 o Representation: decimal o Data type: long o Channel number : starting from index 0 in same order of the file ASCII Because of trigger functioning, converter does not allow to establish a threshold equal to zero, because it coinciding with the second threshold fixed to 0. In this case program foresees a warning message.

8 Manual Pg. 8/8 2.2 Data converted import on DataView Explorer In order to visualize DTX file on Dataview, user has two possibility: - directly copy the DTX file into Data directory of the Dataview installation path; - use Import DTX function available into the File menu. Notes: - for all the Dataview functionality see the relative Help on line;

Business Online TM. Positive Pay - Adding Issued Items. Quick Reference Guide

Business Online TM. Positive Pay - Adding Issued Items. Quick Reference Guide Business Online TM Positive Pay - Adding Issued Items Quick Reference Guide Positive Pay Adding Issued Items Manually or Using Templates Positive Pay is a risk management solution that provides the ability

More information

GUARDTOOL IMPORTER ADDENDUM

GUARDTOOL IMPORTER ADDENDUM EPI Suite 6.x GUARDTOOL IMPORTER ADDENDUM 1. Importing text files (*.txt,.csv) and Excel files (.xls) with the Jet Engine If the files that you want to import are in the list of the Jet Engine drivers

More information

DIGITA ACCOUNTS PRODUCTION 5.0 KNOWN ISSUES AND ASSISTANCE DOCUMENT

DIGITA ACCOUNTS PRODUCTION 5.0 KNOWN ISSUES AND ASSISTANCE DOCUMENT DIGITA ACCOUNTS PRODUCTION 5.0 KNOWN ISSUES AND ASSISTANCE DOCUMENT Version 1.3-18/04/2011 Contents DIGITA ACCOUNTS PRODUCTION VERSION 5.0... 3 Report Customisations... 3 Where accounts have not been started...

More information

Preparing IBM SPSS Data and MS Excel Files for Conducting Mplus Analyses. Lynn N. Tabata

Preparing IBM SPSS Data and MS Excel Files for Conducting Mplus Analyses. Lynn N. Tabata Ronald H. Heck 1 Preparing IBM SPSS Data and MS Excel Files for Conducting Mplus Analyses Lynn N. Tabata IBM SPSS and Excel data files (.sav and.xls) may be exported to one of several file formats that

More information

Is it possible to create User Defined Symbols (SKEY) for Isogen Isometric Drawings?

Is it possible to create User Defined Symbols (SKEY) for Isogen Isometric Drawings? Chempute Software (Pty) Ltd P.O.Box 856, Kloof, 3640, South Africa Tel : Intl +27-31-7646840 Fax : Intl +27-31-7645934 Email :sales@chempute.com Question: How to Create User Isogen Symbols Using Symbols

More information

Home Page for the UPC-E

Home Page for the UPC-E Home Page for the UPC-E Provides links to sub pages for setup. Displays UPC-E physical location- named by user. Indicates the operating full scale setting in Horsepower. Present output is shown for HP,

More information

Managing Configurations

Managing Configurations CHAPTER 3 The Configurations page is your starting point for managing device configurations for network elements managed by Cisco Prime Network by using the CM tools. The following table lists the main

More information

Using SIMDIS Expert 9 (Separation Systems) with Clarity

Using SIMDIS Expert 9 (Separation Systems) with Clarity Using SIMDIS Expert 9 (Separation Systems) with Clarity The SIMDIS Expert 9 may be used with Clarity or Clarity Lite software to process the acquired chromatograms according to Simulated Distillation.

More information

Visual Streamline FAQ

Visual Streamline FAQ Program Overview: Visual Streamline FAQ How does the program Map Import, located in: Inventory > Global Changes, work? This program enables users the flexibility to use their own excel spreadsheet, and

More information

Magento Extension User Guide PRODUCTS FINDER SOLUTION. for Magento 2

Magento Extension User Guide PRODUCTS FINDER SOLUTION. for Magento 2 Magento Extension User Guide PRODUCTS FINDER SOLUTION for Magento 2 Table of contents 1. Key Features 1.1. Display flter in one related category 1.2. Create limitless number of product fnders 1.3. Auto

More information

Product: DQ Order Manager Release Notes

Product: DQ Order Manager Release Notes Product: DQ Order Manager Release Notes Subject: DQ Order Manager v7.1.29 Version: 1.0 January 20, 2017 Distribution: ODT Customers DQ OrderManager v7.1.29 *** requires db update 20170120 or newer ***

More information

Using the Synergy Controller s FTP Server

Using the Synergy Controller s FTP Server Using the Synergy Controller s FTP Server Introduction This Synergy Controller application note describes the operation of the controller s FTP server. With the FTP server feature, chamber profiles or

More information

Exporting Data. Chapter II. In This Chapter: 1. How the Export function works Setting up to export data The exporting process 903

Exporting Data. Chapter II. In This Chapter: 1. How the Export function works Setting up to export data The exporting process 903 Chapter II Exporting Data In This Chapter: 1. How the Export function works 891 2. Setting up to export data 895 3. The exporting process 903 Data Transfer Utility: Chapter II 889 Overview This chapter

More information

Chapter 5: Compatibility of Data Files

Chapter 5: Compatibility of Data Files Importing data from other format Files Chapter 5: Compatibility of Data Files Importing Text Files Creating a translation structure Example. Import 'EmployeePayroll.txt' as 'EmployeePayroll.mb' Importing

More information

17 CIF Converter Tools

17 CIF Converter Tools Chapter 17 CIF Converter Tools This chapter is a reference manual for the CIF2SDT and SDT2CIF converter tools. The CIF2SDT tool converts CIF (the Common Interchange Format as defined in the Z.106 recommendation)

More information

Working with the Soft Properties Manager

Working with the Soft Properties Manager CHAPTER 3 These topics describe the Soft Properties Manager working environment and how to access Soft Properties Manager tools. In addition, it describes the process from creating to publishing a soft

More information

Ad Hoc Reports. 1. Click on Reports. 2. Select Ad Hoc Reports from the menu. 3. To start a new report, Click on the at the top of the screen.

Ad Hoc Reports. 1. Click on Reports. 2. Select Ad Hoc Reports from the menu. 3. To start a new report, Click on the at the top of the screen. Ad Hoc Reports Ad Hoc Reports give you the flexibility of creating a custom report on the fly with the functionality of exporting the data to a file. Ad Hoc Reports can be customized to show as many columns

More information

RPM Utility Software. User s Manual

RPM Utility Software. User s Manual RPM Utility Software User s Manual Table of Contents 1. Introduction... 1 2. Installation... 2 3. RPM Utility Interface... 4 1. Introduction General RPM Utility program is an RPM monitoring, and management

More information

InTouch Client Driver PTC Inc. All Rights Reserved.

InTouch Client Driver PTC Inc. All Rights Reserved. 2018 PTC Inc. All Rights Reserved. 2 Table of Contents 1 Table of Contents 2 4 Overview 4 External Dependencies 5 System Configuration 5 Driver Setup 6 Channel Properties General 6 Channel Properties Write

More information

28 Simply Confirming On-site Status

28 Simply Confirming On-site Status 28 Simply Confirming On-site Status 28.1 This chapter describes available monitoring tools....28-2 28.2 Monitoring Operational Status...28-5 28.3 Monitoring Device Values... 28-11 28.4 Monitoring Symbol

More information

Reference Guide. Adding a Generic File Store - Importing From a Local or Network ShipWorks Page 1 of 21

Reference Guide. Adding a Generic File Store - Importing From a Local or Network ShipWorks Page 1 of 21 Reference Guide Adding a Generic File Store - Importing From a Local or Network Folder Page 1 of 21 Adding a Generic File Store TABLE OF CONTENTS Background First Things First The Process Creating the

More information

Quick Start Guide. Paraben s SIM Card Seizure. For Authorized Distribution Only. For use with Microsoft Windows XP/Vista/7

Quick Start Guide. Paraben s SIM Card Seizure. For Authorized Distribution Only. For use with Microsoft Windows XP/Vista/7 For Authorized Distribution Only Quick Start Guide Paraben s SIM Card Seizure For use with Microsoft Windows XP/Vista/7 Paraben s SIM Card Seizure Getting Started Guide Contact Information Product Support

More information

When first importing a Specialised Register (SR) into the CRS, use the Import Register tab.

When first importing a Specialised Register (SR) into the CRS, use the Import Register tab. Import Register When first importing a Specialised Register (SR) into the CRS, use the Import Register tab. Exporting a ProCite database in CRS import format Exporting from EndNote in CRS import format

More information

StreamServe Persuasion SP5 XMLIN

StreamServe Persuasion SP5 XMLIN StreamServe Persuasion SP5 XMLIN User Guide Rev A StreamServe Persuasion SP5 XMLIN User Guide Rev A 2001-2010 STREAMSERVE, INC. ALL RIGHTS RESERVED United States patent #7,127,520 No part of this document

More information

P6 Professional Reporting Guide Version 18

P6 Professional Reporting Guide Version 18 P6 Professional Reporting Guide Version 18 August 2018 Contents About the P6 Professional Reporting Guide... 7 Producing Reports and Graphics... 9 Report Basics... 9 Reporting features... 9 Report Wizard...

More information

9/10/2016. Time for Some Detailed Examples. ECE 120: Introduction to Computing. Let s See How This Loop Works. One Statement/Step at a Time

9/10/2016. Time for Some Detailed Examples. ECE 120: Introduction to Computing. Let s See How This Loop Works. One Statement/Step at a Time University of Illinois at Urbana-Champaign Dept. of Electrical and Computer Engineering ECE 120: Introduction to Computing Examples of C Programs with Loops Time for Some Detailed Examples Let s do some

More information

String Computation Program

String Computation Program String Computation Program Reference Manual Scott Pender scp2135@columbia.edu COMS4115 Fall 2012 10/31/2012 1 Lexical Conventions There are four kinds of tokens: identifiers, keywords, expression operators,

More information

Perceptive Enterprise Deployment Suite

Perceptive Enterprise Deployment Suite Perceptive Enterprise Deployment Suite Getting Started Guide PEDS Version: 1.2 Written by: Product Documentation, R&D Date: July 2014 2014 Perceptive Software. All rights reserved CaptureNow, ImageNow,

More information

Bulk Creation of Data Acquisition Parameters

Bulk Creation of Data Acquisition Parameters Bulk Creation of Data Acquisition Parameters Item Type text; Proceedings Authors Kupferschmidt, Benjamin Publisher International Foundation for Telemetering Journal International Telemetering Conference

More information

Using the Synergy Controller s FTP Server

Using the Synergy Controller s FTP Server Using the Synergy Controller s FTP Server Introduction This Synergy Controller application note describes the operation of the controller s FTP server. With the FTP server, chamber profiles or recipes

More information

for Q-CHECKER Text version 15-Feb-16 4:49 PM

for Q-CHECKER Text version 15-Feb-16 4:49 PM Q-MONITOR 5.4.X FOR V5 for Q-CHECKER USERS GUIDE Text version 15-Feb-16 4:49 PM Orientation Symbols used in the manual For better orientation in the manual the following symbols are used: Warning symbol

More information

Managing custom montage files Quick montages How custom montage files are applied Markers Adding markers...

Managing custom montage files Quick montages How custom montage files are applied Markers Adding markers... AnyWave Contents What is AnyWave?... 3 AnyWave home directories... 3 Opening a file in AnyWave... 4 Quick re-open a recent file... 4 Viewing the content of a file... 5 Choose what you want to view and

More information

Overview Locating a Lockbox Using the Global Search Feature... 6

Overview Locating a Lockbox Using the Global Search Feature... 6 Lockbox Setup Overview... 1 Introduction... 1 Understanding the Layout of the Lockbox List... 1 Adding a Lockbox... 3 Copying Lockbox Setup Information... 4 Displaying Lockboxes by Lockbox Type... 5 Locating

More information

Perceptive Enterprise Deployment Suite

Perceptive Enterprise Deployment Suite Perceptive Enterprise Deployment Suite Getting Started Guide Version: 1.3.x Written by: Product Knowledge, R&D Date: October 2016 2016 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International

More information

Batch Processing (CasaXPS version and above)

Batch Processing (CasaXPS version and above) Copyright 2004, Casa Software Ltd. All Rights Reserved. 1 of 8 Batch Processing (CasaXPS version 2.2.50 and above) Batch processing is aimed at situations where a set of essentially equivalent samples

More information

Chapter 2 Autodesk Asset Locator... 3

Chapter 2 Autodesk Asset Locator... 3 Contents Chapter 2 Autodesk Asset Locator....................... 3 Supported Operating Systems....................... 3 Installing Autodesk Asset Locator..................... 4 Define a Search...............................

More information

RFID Tracking System Manager

RFID Tracking System Manager RFID Tracking System Manager User Guide Version 3.x 3M Track and Trace Solutions 3M Center, Building 225-4N-14 St. Paul, Minnesota 55144-1000 78-8123-9922-4, Rev. E 2003-2009 3M. All rights reserved. 3M

More information

Copyright 2008 Casa Software Ltd.

Copyright 2008 Casa Software Ltd. Quantification of Thermo Scientific K- Alpha Data The last ten years have seen the XPS technique develop from a technique used predominantly by experts of XPS to a tool used by application oriented scientists.

More information

DaqView and DaqViewXL. for DaqTemp Applications

DaqView and DaqViewXL. for DaqTemp Applications DaqView and DaqViewXL for DaqTemp Applications 967896 1108-0902 and 457-0909 DaqView DaqTemp Applications Overview 2 Starting DaqView 2 A Tour of DaqView 2 Main Window Toolbar 3 Channel Setup Buttons 3

More information

ODBC Client Driver PTC Inc. All Rights Reserved.

ODBC Client Driver PTC Inc. All Rights Reserved. 2017 PTC Inc. All Rights Reserved. 2 Table of Contents 1 Table of Contents 2 4 Overview 4 External Dependencies 4 Setup 5 Channel Properties General 5 Channel Properties Write Optimizations 6 Channel Properties

More information

Convert2MetaStock V2.2

Convert2MetaStock V2.2 Convert2MetaStock V2.2 Copyright (C) 2006, Trading-Tools.com mailto:info@trading-tools.com User manual Table of Contents Table of Contents... 2 Convert2MetaStock - Overview... 3 File menu commands... 3

More information

Sequencer as a Service: Configuration Set Up the Service Mode for Workstations and Configure Sequences

Sequencer as a Service: Configuration Set Up the Service Mode for Workstations and Configure Sequences SeMSy III is a high-performance and future-proof video management system with optimum user friendliness. It offers a comprehensive range of functions, including the display of live images, various search

More information

An Intrastat declaration is a monthly declaration which traders who are liable to provide data must submit each month.

An Intrastat declaration is a monthly declaration which traders who are liable to provide data must submit each month. 23.10.2017 Completion instructions More specific guidance on lodging declarations can be found in the Intrastat Guide at http://tulli.fi/en/statistics/intrastat (Intrastat - International trade statistics

More information

Exporting your Address Book from Despatch Manager Online & importing it into Click & Drop

Exporting your Address Book from Despatch Manager Online & importing it into Click & Drop Exporting your Address Book from Despatch Manager Online & importing it into Click & Drop How to export your Address Book from Despatch Manager Online (DMO) The process to export your Address Book from

More information

File Manager Trainer

File Manager Trainer File Manager Trainer The File Manager is designed to be used as a tool to help the user to manipulate AS400 files as easily as if they were on their PC. The File Manager can be very easy to use. The following

More information

Using the Sequencer on Tektronix AWG 70000A Series Instruments

Using the Sequencer on Tektronix AWG 70000A Series Instruments Using the Sequencer on Tektronix AWG 70000A Series Instruments Arbitrary Waveform Generators (AWGs) are one of the most versatile and useful test and measurement products used today. With an AWG users

More information

IBM Rational Rhapsody Gateway Add On. Customization Guide

IBM Rational Rhapsody Gateway Add On. Customization Guide Customization Guide Rhapsody IBM Rational Rhapsody Gateway Add On Customization Guide License Agreement No part of this publication may be reproduced, transmitted, stored in a retrieval system, nor translated

More information

v.5 General Ledger: Best Practices (Course #V221)

v.5 General Ledger: Best Practices (Course #V221) v.5 General Ledger: Best Practices (Course #V221) Presented by: Mark Fisher Shelby Consultant 2017 Shelby Systems, Inc. Other brand and product names are trademarks or registered trademarks of the respective

More information

PCGENESIS PAYROLL SYSTEM OPERATIONS GUIDE

PCGENESIS PAYROLL SYSTEM OPERATIONS GUIDE PCGENESIS PAYROLL SYSTEM OPERATIONS GUIDE 1/25/2016 Section I: Special Functions [Topic 8B: Payroll Deduction Data Export and Import File Processing, V1.2] Revision History Date Version Description Author

More information

Excel. Attention! The main benefits of using Excel actions are:

Excel. Attention! The main benefits of using Excel actions are: Excel Excel action group is intended for automating Excel spreadsheet manipulations, such as getting/setting cell values, switching between sheets, saving, etc. These actions are NOT automatically recorded

More information

32 Using Local Data Sources in Web Intelligence Documents

32 Using Local Data Sources in Web Intelligence Documents 32 Using Local Data Sources in Web Intelligence Documents We have used universes as data sources for queries created in Web Intelligence and in Web Intelligence Rich Client. 32.1 Local Data Sources in

More information

dotdefender for IIS Installation Guide

dotdefender for IIS Installation Guide dotdefender for IIS Installation Guide Installation Process The installation guide contains the following sections: System Requirements Installing dotdefender System Requirements dotdefender operation

More information

Below is an example workflow of file inventorying at the American Geographical Society Library at UWM Libraries.

Below is an example workflow of file inventorying at the American Geographical Society Library at UWM Libraries. File Inventory with DROID Updated January 2018 Tool Homepage: http://www.nationalarchives.gov.uk/information-management/manageinformation/policy-process/digital-continuity/file-profiling-tool-droid/ Introduction

More information

Configuring and Managing Zones

Configuring and Managing Zones Send documentation comments to mdsfeedback-doc@cisco.com CHAPTER 30 Zoning enables you to set up access control between storage devices or user groups. If you have administrator privileges in your fabric,

More information

Adobe Marketing Cloud Dataset Configuration

Adobe Marketing Cloud Dataset Configuration Adobe Marketing Cloud Dataset Configuration Contents Dataset Configuration...6 Understanding Dataset Construction...6 Log Processing...6 Transformation...7 Understanding Dataset Configuration...8 Required

More information

The Windows Timestamp Project

The Windows Timestamp Project The Windows Timestamp Project G_HowTo.pdf (V1.70) The compressed archive contains the following files: G_Kernel.exe G_GUI.exe G_IO_Service.exe G_Setup.exe G_dll.dll G_HowTo.pdf./Samples vcredist_x86.exe

More information

Notes on installing and using the OM-USB-5201 and OM-USB-5203 data logging devices

Notes on installing and using the OM-USB-5201 and OM-USB-5203 data logging devices Notes on installing and using the OM-USB-5201 and OM-USB-5203 data logging devices Thank you for purchasing the OM-USB-5201 or OM-USB-5203 device from Omega Engineering! Please read this sheet to help

More information

Fingerprint - Database Fingerprinting

Fingerprint - Database Fingerprinting Fingerprint - Database Fingerprinting Reference From Websense Data Security Help 7.6 Page 111-128 Contents Content Fingerprint............................................... 1 Database fingerprinting......................................1

More information

About SQL Shot 5. SQL Shot s Technical Support 6. From Installation to Monitoring 7. Prerequisites 8. Installation 10. License key registration 12

About SQL Shot 5. SQL Shot s Technical Support 6. From Installation to Monitoring 7. Prerequisites 8. Installation 10. License key registration 12 About SQL Shot 5 SQL Shot s Technical Support 6 From Installation to Monitoring 7 Prerequisites 8 Architecture 8 Microsoft SQL Server 8 Client applications 8 SQL Shot 4.2 8 Application data 9 %APPDATA%

More information

Importing Career Standards Benchmark Scores

Importing Career Standards Benchmark Scores Importing Career Standards Benchmark Scores The Career Standards Benchmark assessments that are reported on the PIMS Student Fact Template for Career Standards Benchmarks can be imported en masse using

More information

Automotive Data Dictionary

Automotive Data Dictionary ADD V3.7 Visual Information Technologies GmbH Automotive Data Dictionary What s new in Version 3.7? October 29 th 2008 ADD Contact email: add@visu-it.de Internet: http://www.visu-it.de/add Copyright 2008

More information

TextPlus Release Module for Ascent Capture 3.0 Release Notes

TextPlus Release Module for Ascent Capture 3.0 Release Notes TextPlus Release Module for Ascent Capture 3.0 Release Notes v 3.00 Beta June 1999 Page 1 1. Introduction This document provides information on the TextPlus release script which is a sample script available

More information

The customer.inf setup is only available for the Barracuda VPN Client. It requires administrator rights on the target system.

The customer.inf setup is only available for the Barracuda VPN Client. It requires administrator rights on the target system. In this Article: Preparing a The customer.inf setup is only available for the Barracuda VPN Client. It requires administrator rights on the target system. Customer.inf setup is a comprehensive installation

More information

User Scripting April 14, 2018

User Scripting April 14, 2018 April 14, 2018 Copyright 2013, 2018, Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided under a license agreement containing restrictions on use and

More information

EDIT Tourism Statistics Aggregated Data Validation User Manual

EDIT Tourism Statistics Aggregated Data Validation User Manual EUROPEAN COMMISSION EUROSTAT Directorate B: Quality, methodology and information systems Unit B-3: IT for statistical production EDIT Tourism Statistics Aggregated Data Validation User Manual Date: 23/02/2015

More information

IADS Batch Server User Guide. Version July 2014 SYMVIONICS Document SSD-IADS SYMVIONICS, Inc. All rights reserved.

IADS Batch Server User Guide. Version July 2014 SYMVIONICS Document SSD-IADS SYMVIONICS, Inc. All rights reserved. IADS Batch Server User Guide Version 8.1.2 July 2014 SYMVIONICS Document SSD-IADS-152 1996-2018 SYMVIONICS, Inc. All rights reserved. Table of Contents 1. IADS Batch Server...1 1.1. Batch Server... 1 1.2.

More information

Advanced Professional Solutions Ltd. Xcede Professional Accounting Red Sky Data Extraction Internal Document

Advanced Professional Solutions Ltd. Xcede Professional Accounting Red Sky Data Extraction Internal Document Advanced Professional Solutions Ltd Xcede Professional Accounting Red Sky Data Extraction Internal Document INDEX RD 3 PARTY DATA EXTRACTION... 3 Introduction... 3 To Set up and Export the Mapping... 3

More information

WinEasyTORK Manual. Version 1.0. Index. 1.0 WinEasyTORK Configuration Real Time Channels Setup Make a Test...

WinEasyTORK Manual. Version 1.0. Index. 1.0 WinEasyTORK Configuration Real Time Channels Setup Make a Test... WinEasyTORK Manual Version 1.0 Index WinEasyTORK LICENSE AGREEMENT... 3 1.0 WinEasyTORK Configuration... 4 2.0 Real Time Channels Setup... 7 3.0 Make a Test... 8 4.0 Report Configuration... 9 5.0 Communication

More information

Manual. User Reference Guide. Analysis Application (EMG) Electromyography Analysis

Manual. User Reference Guide. Analysis Application (EMG) Electromyography Analysis Phone: (888) 765-9735 WWW.MINDWARETECH.COM User Reference Guide Manual Analysis Application Electromyography Analysis (EMG) Copyright 2014 by MindWare Technologies LTD. All Rights Reserved. 1 Phone: (614)

More information

Bentley Map Geospatial Administrator Workspace Base Source Directory and Files Node

Bentley Map Geospatial Administrator Workspace Base Source Directory and Files Node Bentley Map Geospatial Administrator Workspace Base Source Directory and Files Node The Geospatial Administrator provides expected flexibility to define and customize your Bentley Map projects. This includes

More information

An Intrastat declaration is a monthly declaration which traders who are liable to provide data must submit each month.

An Intrastat declaration is a monthly declaration which traders who are liable to provide data must submit each month. 20.2.2018 Completion instructions More specific guidance on lodging declarations can be found in the Intrastat Guide at http://tulli.fi/en/statistics/intrastat (Intrastat - International trade statistics

More information

Introduction to PackAssistant Release 4.0.1

Introduction to PackAssistant Release 4.0.1 Introduction to PackAssistant Release 4.0.1 Fraunhofer Institute for Algorithms and Scientific Computing SCAI, Department of Optimization Dec 21, 2016 Contents 1 Preamble 2 2 Installation 2 2.1 System

More information

25 Saving Setting Guide Import/Export Nodes and Symbols

25 Saving Setting Guide Import/Export Nodes and Symbols 25 Saving 25.1...25-2 25.2 Import/Export Nodes and Symbols...25-7 25-1 25.1 When you finish the settings of the entry node(s), symbol(s) and function(s), save these set data as a "Network Project File".

More information

Data Import Assistant

Data Import Assistant System Administrator's Handbook Data Import Assistant Introduction Overview The Data Import Assistant is a utility program designed to assist in importing new part definitions and pricing information into

More information

HANDLING ORDINARY FILES

HANDLING ORDINARY FILES HANDLING ORDINARY FILES FILE RELATED COMMANDS cat: DISPLAYING AND CREATING FILES Cat command is used to display the contents of a small file on the terminal. $ cat cprogram.c # include void main

More information

-Table of Contents- 1. Overview Installation and removal Operation Main menu Trend graph... 13

-Table of Contents- 1. Overview Installation and removal Operation Main menu Trend graph... 13 Thank you for buying Data Analysis Software. In order to use this software correctly and safely and to prevent trouble, please read this manual carefully. Notice 1. No part of this manual can be reproduced

More information

Folded Vertical Greeting Card

Folded Vertical Greeting Card 01 Trim Size When setting up your file it is important to be aware of your design areas. The first area we will cover is your overall trim size. The trim area should establish the size of your greeting

More information

GL900 USER S MANUAL MANUAL NO. APS(GL900-4/8)-UM-151

GL900 USER S MANUAL MANUAL NO. APS(GL900-4/8)-UM-151 USER S MANUAL Contents 1. Main Features... 4 A Variety of Display Formats...4 Simple and Easy to Use...5 Thumbnail Waveform Display...5 Export to Direct Excel File Function...6 CSV File Batch Conversion...6

More information

e-parcel VCN-AX 4.0 / 4.5 May, 2017 e-parcel Corporation

e-parcel VCN-AX 4.0 / 4.5 May, 2017 e-parcel Corporation e-parcel VCN-AX 4.0 / 4.5 May, 2017 e-parcel Corporation e-parcel VCN-AX 4.0/4.5 Quick Guide EN EP-PM-MN-0319 Introduction We thank you for using the e-parcel Secure Data Delivery Service - Enterprise

More information

DiskBoss DATA MANAGEMENT

DiskBoss DATA MANAGEMENT DiskBoss DATA MANAGEMENT Disk Change Monitor Version 9.3 May 2018 www.diskboss.com info@flexense.com 1 1 Product Overview DiskBoss is an automated, policy-based data management solution allowing one to

More information

MELSEC iq-r Thermocouple Input Module/RTD Input Module Function Block Reference

MELSEC iq-r Thermocouple Input Module/RTD Input Module Function Block Reference MELSEC iq-r Thermocouple Input Module/RTD Input Module Function lock Reference CTENTS CHAPTER 1 FUNCTI LOCK (F) LIST 2 CHAPTER 2 TEMPERATURE INPUT MODULE F 4 2.1 M+R60TDG_RequestSetting, M+R60RDG_RequestSetting.......................................4

More information

Industrial Data Forwarder for Splunk Kepware, Inc.

Industrial Data Forwarder for Splunk Kepware, Inc. Industrial Data Forwarder for Splunk 2016 Kepware, Inc. Industrial Data Forwarder for Splunk 2 Table of Contents Table of Contents 2 Industrial Data Forwarder for Splunk 3 Overview 3 User Interface 4 Quick

More information

Introduction. Introduction

Introduction. Introduction Introduction Introduction This manual describes the outline of SSCom and the operation method of SSCom Client. It also describes the manual that you need to refer to when using the SSCom. Target Readers

More information

Working with Variables: Primary Document Families

Working with Variables: Primary Document Families WORKING WITH VARIABLES: PRIMARY DOCUMENT FAMILIES 245 Working with Variables: Primary Document Families PD families as variables can be used in queries and SPSS jobs. Use PD-Family tables to assign PDs

More information

FileLoader for SharePoint

FileLoader for SharePoint Administrator s Guide FileLoader for SharePoint v. 2.0 Last Updated 6 September 2012 Contents Preface 3 FileLoader Users... 3 Getting Started with FileLoader 4 Configuring Connections to SharePoint 8

More information

DaqView and ViewXL *327515A-01* DaqView and ViewXL USER S GUIDE. Measurement Computing 10 Commerce Way Norton, MA rev 9.

DaqView and ViewXL *327515A-01* DaqView and ViewXL USER S GUIDE. Measurement Computing 10 Commerce Way Norton, MA rev 9. USER S GUIDE DaqView and ViewXL DaqView and ViewXL 457-0909 rev 9.1 *327515A-01* 372515A-01 Measurement Computing 10 Commerce Way Norton, MA 02766 (508) 946-5100 Fax: (508) 946-9500 info@mccdaq.com www.mccdaq.com

More information

nstream Version 3.1 DICOM Conformance Statement

nstream Version 3.1 DICOM Conformance Statement Image Stream Medical nstream Version 3.1 DICOM Conformance Statement Revision History: Revision Date Author Notes A 03/02/2006 TMT/EP Initial Control A 03/05/2006 TMT Minor cosmetic changes A 03/07/2006

More information

Classic/Premier Installer Possible errors and solutions

Classic/Premier Installer Possible errors and solutions Classic/Premier Installer Possible errors and solutions The purpose of this document is to give some guidance on possible errors and solutions that can be experienced when installing Release 4.7c. Click

More information

December Copyright 2018 Open Systems Holdings Corp. All rights reserved.

December Copyright 2018 Open Systems Holdings Corp. All rights reserved. This document describes the intended features and technology for TRAVERSE 11 as of December, 2018. Features and technology are subject to change and there is no guarantee that any particular feature or

More information

Petros: A Multi-purpose Text File Manipulation Language

Petros: A Multi-purpose Text File Manipulation Language Petros: A Multi-purpose Text File Manipulation Language Language Reference Manual Joseph Sherrick js2778@columbia.edu June 20, 2008 Table of Contents 1 Introduction...................................................

More information

Using vletter Handwriting Software with Mail Merge in Word 2007

Using vletter Handwriting Software with Mail Merge in Word 2007 Using vletter Handwriting Software with Mail Merge in Word 2007 Q: What is Mail Merge? A: The Mail Merge feature in Microsoft Word allows you to merge an address file with a form letter in order to generate

More information

Error code. Description of the circumstances under which the problem occurred. Less than 200. Linux system call error.

Error code. Description of the circumstances under which the problem occurred. Less than 200. Linux system call error. Error code Less than 200 Error code Error type Description of the circumstances under which the problem occurred Linux system call error. Explanation of possible causes Countermeasures 1001 CM_NO_MEMORY

More information

InduSoft PAC Quick Start. Version 1.0.0, 2016/05/06

InduSoft PAC Quick Start. Version 1.0.0, 2016/05/06 InduSoft PAC Quick Start Version 1.0.0, 2016/05/06 Warranty All products manufactured by ICP DAS are under warranty regarding defective materials for a period of one year, beginning from the date of delivery

More information

EXPORT MANAGER USER GUIDE

EXPORT MANAGER USER GUIDE EXPORT MANAGER USER GUIDE Table of Contents Table of Contents 1 Overview 2 General Concepts 2 Creating a Job 3 General Properties 4 Source Properties 4 Export Properties 4 Running Jobs 5 Options 5 Export

More information

Interfacing with MS Office Conference 2017

Interfacing with MS Office Conference 2017 Conference 2017 Session Description: This session will detail procedures for importing/exporting data between AeriesSIS Web Version/AeriesSIS Client Version and other software packages, such as word processing

More information

Windows

Windows 350 7 th Avenue Suite 1605 New York, NY 10001 http://avpreserve.com 917.475.9630 info@avpreserve.com Fixity User Guide Version 0.5 2015-03-04 Contact information AVPreserve http://www.avpreserve.com/ GitHub

More information

KV-SS090. Operating Instructions. Instant Scanning Software. Model No.

KV-SS090. Operating Instructions. Instant Scanning Software. Model No. Operating Instructions Instant Scanning Software Model No. KV-SS090 Thank you for purchasing this Panasonic product. Please read this manual carefully before using this product and save this manual for

More information

MX OPC Server 5.0 Help Documentation

MX OPC Server 5.0 Help Documentation 5.0 Help Documentation Contents 1. Introduction to MX OPC Server 1-1 2. Starting MX OPC Server Configuration 2-1 3. Address Space 3-1 4. Alarm Definitions 4-1 5. Simulation Signals 5-1 6. Runtime Operations

More information

DICOM Conformance Statement. DSI Release 4.4. Document Number June Copyright Philips Medical Systems Nederland B.V.

DICOM Conformance Statement. DSI Release 4.4. Document Number June Copyright Philips Medical Systems Nederland B.V. Philips Medical Systems DICOM Conformance Statement DSI Release 4.4 Document Number 4522 220 84061 6 June 1997 Copyright Philips Medical Systems Nederland B.V. 1997 Philips Medical Systems apple PHILIPS

More information

Fastening Review Overview Basic Tasks DMU Fastening Review Interoperability Workbench Description Customizing Index

Fastening Review Overview Basic Tasks DMU Fastening Review Interoperability Workbench Description Customizing Index Fastening Review Overview Conventions Basic Tasks Displaying Joined Parts in a Balloon Running the Fastening Rules Analysis Reporting Creating Structural Reports Creating Flat Reports DMU Fastening Review

More information