DIAdem Idea Exchange

Community Browser
cancel
Showing results for 
Search instead for 
Did you mean: 
Post an idea

Good afternoon,

I just searched the DIAdem Idea exchange and I did not find this idea already posted. However, if it was already posted, please excuse this duplicate.

OriginLab has Object Linking and Embedding. You can see this on the following webpage: http://www.originlab.com/doc/Origin-Help/Paste-Embed-OLE

This functionality enables them to paste a plot directly into microsoft applications (e.g., word, excel) and later open and edit it again in Origin directly from the word document while also having access to the raw data.

I recently contacted NI DIAdem Support, and they explained to me that DIAdem does not have an equivalent functionality. The idea I am suggesting is for NI to include such functionality in DIAdem. In other words, it would be convenient if one could somehow embed an object from a Report Sheet from DIAdem into a Word or Powerpoint document and later open it with DIAdem for quick editing and access
to the raw data just by double-clicking from inside Microsoft Word. In other words, it would allow for quick edits to graphs without having to go to the main DIAdem files used for analysis. It would also allow for quick transport of raw data through Microsoft applications between different users.

Cordially,
Kevin

When using NAVIGATOR to make a query for data, we have equal, not equal, and greater/less than options for patterns and values, so the glob-type method for pattern defnition using "?" and "*" as wildcards is acceptable because we can have "positive" and "negative" matching rules.  However, when trying to use the same patterns in the SCRIPT interface, this becomes a problem because the way that GetChannel() and similar function is by looking for positive matches only, with no option to set a "negative" matching rule without post-processing the returned ElementList.  That, combined with how little restriction is actually imposed by only a single-character and n-character wildcard, really impairs some functionality of the SCRIPT interface.

 

For instance, if there are channel groups of a certain type with that type denoted in the name, the pattern used for that supertype will also catch any subtypes using that pattern.  A specific example being the pattern "_trans_<digits>" for transient logs that are grouped numerically with an unfixed number of digits in ascending order, and then "_trans_subtype_<digits>" for a subtype of the transient log that also requires a numeric suffix.

 

The problem arises when searching for all supertype transient-type groups but wanting to disallow subtypes.  The pattern "_trans_*" (with a single asterisk for n-char wildcard at the end) catches both strings.  The way I'm solving this currently is by using GetChannels() or similar to get the ElementList, then going back through that list to test the relevant strings against a regex pattern like "/\S*(_trans_)\d*$"/ig".  This works just fine, but requires two patterns to be specified, a glob-type and a regex-type, for a single "query" through SCRIPT.  This problem applies to group searching, channel searching, and is most problematic when you're using a .Name property for those objects where you may not have the full metadata content that would allow you to circumvent this problem.

Best example: If you want to test a channel for its monotony characteristics you have to write "increasing" although the property is displayed in the data portal with the value "Increasing". A very small difference that could lead to much frustration before you finally discover it (as it has in my case). So my suggestion is to simply remove the case-sensitivity for the DIAdem standard properties (not speaking of user-defined ones).

/Phex

Hello to all,

 

it would be nice, if i export my report to view that the 3D axis system will be implmented as a picture like it

would be done with the video from view to report.

 

Example.PNG

 

Thanks a lot

I would like the cursor values to always display in decimal form (as opposed to scientific form), regardless of value size. There is plenty of room on the base of the window, as well as the box that pops up, and the scientific form does not show enough precision.

 

Cursor Screenshot.png

I often develop tests/algorithms by saving the raw data that I'd like to analyse and then working on the algorithm afterwards.

 

Say I have a TDMS file with a channel inside a group. I can open that TDMS file and visualise that data, but what I'd really like to do is test my new algorithm with it (essentially unit testing).

 

I could write a quick VI that loads that particular channel from the TDMS and passes it to my algorithm, but wouldn't it be quicker if I could drag and drop the channel from DIAdem directly into LabVIEW as a constant or similar? I can already drag and drop the data from the DIAdem data portal into various views, so why not into LV?

 

There's already a degree of logic for drag / drop within LabVIEW, as you can drop paths into constants.

 

Perhaps this should have been a LV idea...

It woud nice to have a support for open type fonts.

 

Thanks a lot.

Vollständige Kompatibilität für 64 Bit Systeme. Das Datentypen Longlong auch von DIAdem eingelesen werden können.

 

 

Knee, Thigh, Hip (KTH) is a newer injury requirment for the IIHS small overlap test.  I would like to see it added to future versions of the crash analysis tool kit.

 

Thank you,

 

David

Hello!

One of our users recently reported being unable to change individual VIEW 3D Contour legend item widths.  When attempting to drag the individual legend item borders in a contour, they immediately snap back to the original size.

Attempting to script this also fails to work (doesn't error, just doesn't change the size):

VIEW.ActiveSheet.ActiveArea.DisplayObj.LegendItems(1).Width = 100 

 

2D Graphs already have this functionality, so it's more a consistency item...This is not a high priority, but a feature that would be desirable in future versions of DIAdem.

 

-Josh

For a VIEW Contour, CCN results in the Y-channel instead of the Z-channel, which is less convenient if trying to link to group properties where the Z channel is in a different source group from the Y channel.

 

Visible when adding freetext:

@@chnname(CCN)@@

 

Would it be possible to have the Z-Channel as the CCN channel value (hoping this is just a leftover from VIEW's standard 2D functionality, rather than a 'feature')?

I am very glad that the SRS analysis function was included in DIAdem!  Thanks!  Now, I would really like to be able to supply my own channel of specific frequencies that I would like the SRS analysis performed at.  The current implementation has the user enter the number of frequencies he wants per octave.  There are occasions where I am generating an SRS from data to match an existing SRS and it would be very useful to use the same frequencies as the original.  Thanks!

if i only want to shut down the error Management for 1 line i have to use 2 commands  (On Error Resume Next  &  On Error Goto 0)

 

 

may be you can include a new Command where the Error-Handling is switch off ONLY for the Next line

 

I would like to be able to generate text tables within my report generated form LabVIEW using the Express vi DIAdem report...currently the only way to do this is create a script.  This seems to be an overcomplicated way of doing a relatively benign operation and makes the tool very cumbersome.

 

Whilst you're at it, labeling the y-axis of a graph also seems to be over complicated from within LabVIEW.  Maybe I'm just too used to easy programming with LabVIEW!  But programming isn't my main activity...

I am trying to push DIAdem as an analysis tool.  Some of the Engineers use VBOX for DAQ.  I downloaded the plug-in to mess with their data.

 

I was really looking forward to using the GPS to make a map and plot speed, accell etc...  I could only load street maps.

 

Satellite maps would be very usefull.  There are no roads where we we are taking GPS data.

 

Has anyone been able to load custom maps or satellite maps?  DIAdem needs more map options in the drop down.

 

--matt

 

http://forums.ni.com/t5/DIAdem/OpenStreetmaps-2-Not-Available/td-p/1774184

Para los que nos dedicamos a distribuir scripts a clientes creo que se podria estudiar que se pudieran crear ejecutables de un conjunto de macros. Para el usuario final en caso de que estén encriptadas siempre es más facil ejecutar un .exe. También a nivel de desarollo se tienen más posiblidades para proteger un numero de licencias con soluciones como los dongles que se requiere un .exe o programar a partir de la API.

 

Un saludo

It would be very useful to have the ability to use the X-Channel properties in a chart legend as a default option.  In the instance of plotting several stress-strain curves on one chart where the Y-Channel (Stress) is shared across different strain (X) channels, there is no easy way of using the legend to show information from the X-Channel. 

 

There are several ways to get X-Channel data in the legend but these methods only get data from the X-Channel of your first or last curve in the chart and uses that same info in the legend for all curves.

 

Thank you!

Hi,

  It would be great to be able to use CurveSnippets taken from a chart on one report sheet and use them on another report sheet.  The most obvious use would be when showing chart legend on another sheet.  This cannot be done currently and is essential for making legends on different sheets than their charts.

 

Thanks

Currently the predefined function keys only allow you to execute an entire .vbs file.  How about adding the ability to define a single procedure within a script file to be executed?

Currently, whenever you open a block diagram in DIAdem DAC, it closes anything that is already open.  This is inconvenient if you want to open two separate .DAC files for comparison, copy&paste, prototyping, etc. and especially when you want to reference an example, it tries to close whatever block diagram you have open and may still be working on.

 

Having multiple tabs like in VIEW, REPORT, and SCRIPT would definitely improve the user experience.  Alternatively, we could have it minimized somewhere or have it selectable from the Window menu as long as it allows you to keep multiple block diagrams loaded at the same time.

 

Kentaro Yamashita