SignalExpress

cancel
Showing results for 
Search instead for 
Did you mean: 

Single Express Export to Ascii - Not logging time

Solved!
Go to solution
I try the above example (RecordAnalogVoltageToASCIi.seprog) and it works. But in my test I would like to record the data continuously instead of of N samples. If I change the Acquisition Mode to Continuous Samples in the program. The time stamp in the output ASCII file start every N points (10 points here) instead of continuous increment. But if you output the Excel file from the log. the time stamp is continuos. Anyway to change the output of the ASCII file time to make it continuous? Thanks.
0 Kudos
Message 11 of 21
(5,139 Views)

Hey soon1-

 

By default, the example that was posted earlier in this thread ran for one iteration. To get the example to run continuously until you elect to stop it, simple click on the little arrow next to the run option and choose "run continuously." See the attached image for a little more clarification.

 

Let us know if this helps.

 

Ben

 

 

Hope this helps.
-Ben

WaterlooLabs
0 Kudos
Message 12 of 21
(5,111 Views)

Hi Ben,

 

Thanks for your response.

I did have the the program run continuously. The output ASCII file shown multiple iterations but the time stamps for each iteration start from zero each time instead of continue counting from the previous iteration (same time stamps for each iteration). But if you output Excel file from the log then the time stamps for the next  iteration will continue from the previous iteration until you stop the run.

 

Thanks.

Soon1

0 Kudos
Message 13 of 21
(5,104 Views)

Hey soon1,

 

I apologize for the slight misunderstanding. I have been able to mess with signal express and have been able to confirm the behavior that you are describing. While using Signal Express, the Acquisition Mode set to continuous samples has the same characteristics and the N samples setting. While this is certainly not ideal behavior, there have been some previous reports of this behavior. There are a few product suggestions and corrective action requests on this same issue. So, unfortunately, there is no way to specifically change this behavior and there is not setting that we are overlooking.

 

As for some possible work arounds; if you have access to LabVIEW you could do your acquisition fairly easily using the DAQ Assistant. Also, you could use the absolute time setting instead of the relative time setting. Also, you mentioned that you were able to get the time stamp performance if you export to Excel, so that is another work around that you could use.

 

Hopefully this helps. Let us know if these work arounds do not work for you.

 

Ben

Hope this helps.
-Ben

WaterlooLabs
0 Kudos
Message 14 of 21
(5,085 Views)

I too am trying to save the time stamp data in my ASCII files. I cannot figure out how to enable this. Your Save to ASCII step tab looks different than mine. I have no X value options.

 

Using SignalExpress Version 3.0.0.

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 15 of 21
(4,747 Views)

~EDIT~

 

Okay- seems that by saving to ascii the DC signals in Amplitude and Levels does not allow me the option to save the timestamp.

If I save the raw signal only the options in Save to ASCII change and allow me configuration of x values.

 

Weird that I can't save time with the DC signal.

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 16 of 21
(4,740 Views)

Hello

 

I'm also trying to add a timestamp against the readings in an ASCII file. For some reason I don't seem to have the X-value Colums and Time Axis Preference boxxes in the ASCII/LVM step_File settings. Do you know why?

 

My Signalexpress program attached

 

Thanks

0 Kudos
Message 17 of 21
(4,002 Views)

Hello

 

I'm also trying to add a timestamp against the readings in an ASCII file. Like you I don't seem to have the X-value Colums and Time Axis Preference boxxes in the ASCII/LVM step_File settings. Did you ever manage to sort out the problem?

 

My Signalexpress program attached

 

Thanks

0 Kudos
Message 18 of 21
(3,995 Views)

No, I'm afraid I was never able to get Single Express to behave properly.  The only way the issue was resolved was using the soultion presented by the NI representative as a "work around" which was

writing a separate software program to calculate each time stamp using the start time, end time and dt and placing the value next to the data point. It is a shame a separate software program was necessary as requesting a timestamp next to a data point is not an usual expection when compared to other DAQ software available.

 

Good Luck.

0 Kudos
Message 19 of 21
(3,988 Views)

OK thanks

0 Kudos
Message 20 of 21
(3,985 Views)