SignalExpress

cancel
Showing results for 
Search instead for 
Did you mean: 

decimated data

I recored two signals in Signalexpress (by record option) and the result was .tdms file. When I import the file in DIAdem (v. 11) the result is as on photo. A set of signals, called DECIMATED lvl 1 to lvl 6. Lentgh of the original signal is (15 seconds * 4 kHz= 60000 points). Length of 1. decimated file is 1200, 2. is 24 and 3rd to 6th are EMPTY. Anyone can help?

 

It seem that this is some kind of data reduction, but I didn' t ask for it.

Download All
0 Kudos
Message 1 of 12
(9,125 Views)

Hi Stjepan,

 

I check the tdms file you attached in LabVIEW. The result I get is the same as you get from DIAdem.

 

How do you get this file? Is that possible for you to provide some code that use to log the data?


 

 

0 Kudos
Message 2 of 12
(9,111 Views)

SignalExpress creates the decimated channels in order to quickly graph any of your signals at different resolutions. For example, if you look at an entire 20GB waveform, it will use decimated data. If you zoom into an area of interest, it will switch to higher resolutions as needed.

 

You can install this DIAdem DataPlugin in order to load TDMS files created by SignalExpress without the decimated channels. It will also re-arrange some of the SignalExpress properties in a more DIAdem-friendly way.

 

Hope that helps,

Herbert 

0 Kudos
Message 3 of 12
(9,104 Views)
Unfortunately, after I install the plugin, I have same results. Decimated channels again 😞
0 Kudos
Message 4 of 12
(9,099 Views)
Yunzhu, I got that file by logging in SignalExpress.
0 Kudos
Message 5 of 12
(9,098 Views)

The built-in TDMS support by default takes precendence over the new plugin. You can configure this in "Settings"->"My DataFinder"->"Configure". Go to the "File Extensions" tab and select "*.tdms" on the left. You will then see all plugins registered for this extension, which should be "TDMS" and "TDMS_SE". Now, select "TDMS_SE" and press the arrow-up button in order to move it to the top of the list. Note that DIAdem (with the help of the TDMS_SE plugin) can tell whether a file was written by SignalExpress, so you will still be able to properly load TDMS files that were written by other applications.

 

You can force DIAdem to use the SE plugin by clicking "Load Data File" and then setting "Files of type" to "TDMS_SE (*.tdms)".

 

You can also enforce the use of a particular plugin within a script:

 

Call DataFileLoad(MyFolders(0)&"sine wave.tdms","TDMS_SE","Load")

 

 Herbert

 

0 Kudos
Message 6 of 12
(9,093 Views)
Thanks a lot. It works when manually importing and probably with a script. Although i make TDMS_SE to have higher priority, it is overriden when I try to import data to DIADem directly from SE, by clickig "open in DIAdem".
0 Kudos
Message 7 of 12
(9,084 Views)

After looking into this a bit deeper, it seems that there might be an issue with the way DIAdem handles the remote calls from SignalExpress. I filed this as CAR 186731 for further investigation.

 

Sorry for the inconvenience.

Herbert 

0 Kudos
Message 8 of 12
(9,079 Views)
It's my 3rd CAR in few days 🙂 Let's make SE a better piece of software 🙂
0 Kudos
Message 9 of 12
(9,075 Views)

I second that request.

My lab has invested THOUSANDS of dollars into SCXI hardware and SignalExpress licenses (based on recommendations from our NI field engineer) only to find that it's next to useless for us because it, among other issues, does not allow us to configure simple devices. ...like zero a load cell.  

Message Edited by OKors on 09-15-2009 05:33 PM
SCXI- 1000 Chassis w/ 1346 adapter
PCI 6281 DAQ card
SCXI- 1520 Bridge Board w/ 1314 Terminal Block (x2)
SCXI- 1180 Feedthrough Panel w/ 1302 Block
Signal Express 2014.
Win7 Enterprise
0 Kudos
Message 10 of 12
(9,026 Views)