DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

Why is X-Axis Binding to First Column When I Have Not Specified an X-Channel

Solved!
Go to solution

Most of my data has a count column as the first column and it runs 1-n.  I am working with data files that have a time stamp as the number of seconds since 1900 or something to that effect.  If the testing stops and then restarts within one cycle the stitched together cycle file timestamp column will have a break in it.  When plotting the data, DIAdem is interpolating across this void in time rather than ignoring it.  I have not specified an X-Channel, so why is it plotting XY style instead of just plotting the points consecutively?

 

Timestamp data for this file plotted:

DieselPower_2-1736540555868.png

 

A different channel plotted which should not reference the time stamp channel in any way.

DieselPower_0-1736540164151.png

 

Plot area axis system.

DieselPower_1-1736540176651.png

 

 

Programming Data Acquisition and Control in Measurement Studio and Labwindows/CVI
0 Kudos
Message 1 of 4
(72 Views)

According to your screenshots your channels are of XY type which mean they reference to a certain X channel. You can switch off the XY-channel behavior in DIAdem's general settings or change these channels in non-XY-channels in module Analysis.

If you want to see a break in your data in Report you need to have a Novalue in the channel.

DIAdem experience since 1996

Turn-key applications - Remote and on-site trainings - On-the-job training

| müller+krahmer GmbH | Koenitzer Straße 14, 07338 Kaulsdorf / Germany |
| Phone: +49 36733 / 2328 - 6 | Mobile: +49 160 / 287 7294 |
| Email: mueller@mueller-krahmer.de | Web: www.mueller-krahmer.de |
0 Kudos
Message 2 of 4
(41 Views)

It looks like the DataPlugin I made for this type of data set calls them XY channels.  When I load text tab-delimited data using my normal plugin, the channels are of type 123.  Is there any way I can edit the Excel plugin?  If not, is there an option when using the wizard to choose XY or 123?

 

 

 

 

 

Programming Data Acquisition and Control in Measurement Studio and Labwindows/CVI
0 Kudos
Message 3 of 4
(36 Views)
Solution
Accepted by topic author DieselPower

Unfortunately, you can't edit the plugin as it is created encrypted (long time ago plugins were created in vbs syntax and were editable, what was very helpful especially for beginners - don't know why NI changed this). But you can recreate the plugin and unmark the xy-channel option (see enclosure).

DIAdem experience since 1996

Turn-key applications - Remote and on-site trainings - On-the-job training

| müller+krahmer GmbH | Koenitzer Straße 14, 07338 Kaulsdorf / Germany |
| Phone: +49 36733 / 2328 - 6 | Mobile: +49 160 / 287 7294 |
| Email: mueller@mueller-krahmer.de | Web: www.mueller-krahmer.de |
Message 4 of 4
(14 Views)