Solution
InsightCM 3.1 and later allows users to export TDMS data with the
InsightCM Console Application. Users can export and then analyze data in another application or share data with equipment manufacturers or non-InsightCM users.
Follow the steps below to export TDMS data for an asset:
- Open the command prompt and change the directory to the NI InsightCM Server installation folder by typing cd <InstallDrive>:\Program Files\National Instruments\InsightCM Server 3.0 and press <Enter>.
- Enter one of the following commands, depending on the version of InsightCM you're using:
InsightCM 3.1 and 3.2:
- InsightCMConsole exporttdms -dir [directory] -asset [asset path] (optional -dt [start date yyyy-mm-dd]).
- Example: InsightCMConsole exporttdms -dir C:\temp -asset "Company|Plant|Turbines|01|Turbine Generator HP|Brg 1" -dt 2019-07-24
InsightCM 3.3 and 3.4:
- InsightCMConsole exporttdms -dir [directory] -asset [top-most equipment in path to sensor] -start [start date "yyyy-mm-dd hh:mm:ss.S"] -end [end date "yyyy-mm-dd hh:mm:ss.S"]
- Example: InsightCMConsole exporttdms -dir C:\temp -asset "Turbine Generator" -start "2019-07-24 22:00:00.0" -stop "2019-07-25 01:00:00.0"
- The exported TDMS data can then be found in the directory you specified.