NI Home
Cart Cart | Help
Hello Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI
You are here: 
NI Home > NI Developer Zone > NI Discussion Forums


DIAdem Idea Exchange

Announcements
Bitte verfassen Sie Forums-Beiträge in englischer Sprache. Damit ermöglichen Sie internationalen Benutzern, sich an den Diskussionen zu beteiligen. Falls der Aufwand nicht zu groß ist, werden deutsche Beiträge ins Englische übersetzt.
New Idea
Ludwig72

Saving a complete project

Status: Under Consideration
by Member Ludwig72 on ‎06-30-2011 12:19 AM

A typically Diadem workflow consists of at least two parts: Navigator and View or Navigator and Report. 

I always have to save and load every single file separately.

 

I wish I could have a button "Save Project" where all files of the actual project were saved in a single package and a similar "Open Project" Button.

The package can be a Zip-File that contains all the *.TDM, *.TDX; *.TDV, *.TDR and *.VBS files of the open project.

Status: Under Consideration
This is something that the DIAdem R&D team is looking into adding in a future release of DIAdem. While is sounds like an easy to implement feature, we also have to consider the Units catalog, any user commands that might have been created, settings in the DDD (DIAdem configuration file) and some other parameters that would have to be part of a project file. This is a larger project that is on the wishlist list for a future release of DIAdem. Otmar
JuliaDawkins

Add 'undo' for VIEW

Status: Under Consideration
by Member JuliaDawkins on ‎08-31-2010 01:11 PM

Having 'undo' in REPORT is great, and would be just as great in VIEW!  Removing and adding channels from a 2D axis would be my favorite use of an "undo" function. 

JuliaDawkins

Make REPORT object oriented

Status: Completed
by Member JuliaDawkins on ‎08-31-2010 01:25 PM

Because it's so much easier to write scripts for (like VIEW)!

Status: Completed
Feature was just released with DIAdem 2012.

Rather than a channel that has a "fixed" value (numeric or string), this new "calculation channel" type would be a function of other channels.  Currently, if Channel3 = Channel1 + Channel2, and then I change the values for either Channel1 or Channel2, I have to re-execute the calculation

 

ChnCalculate("Ch(""Channel3"") = Ch(""Channel1"") + Ch(""Channel2"")")

 

Now, if there was a "calculation channel" where I could define Channel 3 as "Channel1 + Channel2", I wouldn't need to perform this re-execution! 

 

Another way to explain is to have a channel that works like Excel calculation cells.  The cell calculation stays the same, and when the input cells change, the result cell is automatically updated. 

 

I'm not sure if I explained this well, please ask for clarification if necessary. 

Being able to create a report with different page sizes

 

At the worksheet parameters you can choose to use local page format, but you can only select the orientation (portrait or landscape). I Propose to add page size property when you select to use local page format, being able to indicate Height, Width or ratio.

 

different page size.png

Sometimes you want to move an area around, and the only way right now is to re-create an area which is quite inefficient.

All,

 

I am currently trying to use the new mapping feature in DIAdem 2010 to create a map of a drive route.  I want the map to contain a "bread crumb" trail of the route.  I also need the ability to change the each Lattitude/Longitude point to a specific color depending on another channel of data.  I have a report that does a similar task but I use MapPoint and Labview to create the map and then export it as an image and use DIAdem to grab the image and attach it into the report.  I thought I might be able to leverage the DIAdem 2010 mapping feature if possible. 

 

I have attached a map of what I am trying to do in the DIAdem forums at the following location.

 

http://forums.ni.com/t5/DIAdem/Use-DIAdem-2010-Mapping-to-create-a-quot-bread-crumb-quot-trail/m-p/1...

 

Eric.M

Close the datafinder when DIAdem exits

Status: New
by Active Participant Eric.M on ‎07-19-2011 09:42 AM

By default, the datafinder is launched when Windows starts. This can be easily removed by msconfig.

 

When we run DIAdem, the datafinder pops up in the task bar, which is totally normal as DIAdem uses it for a number of tasks. But when it comes to closing DIAdem, the DataFinder still lives in the task bar. When I look at how much RAM it takes, I'm pretty much surprised about the 30MB used.

 

What about an general option where we could choose to close the DataFinder when DIAdem exits ?

On a more global note, what about adding a "Close" method to the datafinder object (no it does not exist, contrary to Connect and Open...) ?

 

Regards ;-)

Shawn_S.

Time shift data feature

Status: New
by Member Shawn_S. on ‎01-17-2012 03:00 PM

Lately there has been a need by many individuals to shift data for one reason or another.  Possibly the data was collected without using a trigger to synch everything or just collected with an inevitable delay.

 

Would R&D look into a function that could mark two points in a customer's data and then align/shift the data so a comparison may be done of one data set against another?

 

Thanks!

BRennhofer

Hiding curves in View

Status: Under Consideration
by Member BRennhofer on ‎10-20-2011 02:58 AM

Is it possible to expand NI Diadem View to an option that allows hiding of curves without changing the properties of the graph or curve.

 

See example in the attachments.

 

Thanks a lot

Bernhard

 

Hello, 
Here are the product suggestions I have for DIAdem, after going through the pain of creating a single report page:
1. Option to set the background color of a header in a table (not the entire table)
2. Option to prevent the column lines from going through the header section of the table
3. Group objects together in Diadem, (like PowerPoint ?)
4. Make DIAdem font size correspond to MS Office 's font size
5. Option to make individual Column/Row lines bold and set background color for each individual column/row
Thanks,
Jay Gundavelli
Honda R&D

 

It's very common you need to do a presentation with several information and if you can put a video playing a synchronized video, map, audio and data graphs, like DIAdem VIEW do, your presentation will be cause a excellent impression. To do this today you need a capture screen toll, If DIAdem have a native tool to do this it would be great.

 

DiademVideio.png

 



TCPlomp

Add auto-save to SCRIPT, REPORT and VIEW

Status: New
by Trusted Enthusiast on ‎11-23-2010 09:39 AM

I was fiddling with some DIADem Scripts and manage to crash DIADem twice, unfortunatly my VIEW, REPORTS and SCRIPTS weren't auto-saved.

 

That is kinda bad, so please add an autosave option.

 

Ton

Hello ALL,

 

there is only one manual scale to be set in a 2D graph in VIEW Panel. It would be a great idea if setting manual scales would allow you to set seperate scales for seperate plots on one graph.

 

DIAdem.PNG

 

Thanks, Piotr

I am sure that this is far from a 'new idea'.  I have been using DiAdem 11.1, and have not looked at the new features of 2010 yet.  The new idea...use LabVIEW code to make scripts.  I know LabVIEW very well, that is how I make the TDMS files; but the idea of data analysis or automation comes to a standstill when you tell me I need to learn VB to manipulate or work with the data I just gathered beyond the canned toolsets already in DiAdem.  DiAdem needs to be like Teststand in this regard.  You can use different code types with Teststand, and it works.  And this needs to work in all the different categories of scripting or automation (Navigator, View, Analysis, etc.)  Any software package NI creates should have LabVIEW as the center point, and always require seamless integration of LabVIEW code.  I think that comes down to plain-jane good marketing strategy.

 

Hi,

it would be helpful to have the following option in the View:

In case of moving the cursor through the 2D-Graph, I would like to have the table scrolling automatically the same way with highlightning the values of the cursors position. 

 

Kind regards

Bernhard

(Diadem 2011)

 

view_2d_table.gif

Hi,

 

I noticed channels can be dragged and drop everywhere but in the calculator. Ths channel list is quite OK when havin a few channel in the Data portal but becomes fast ´a waste of time on bigger projects. Allowing to drag channel in ot would make it faster to use and also a bit more user friendly.

Having a similar conditional formatting functionality as Excel would help a lot of people transition to DIAdem.

Kevster

Being able to draw a pie chart

Status: New
by Member Kevster on ‎02-08-2012 12:26 PM

As the title says, DIAdem should have the capability to draw simple pie charts in the report section.

JuliaDawkins

Allow hyperlinks in REPORT layouts

Status: New
by Member JuliaDawkins on ‎07-28-2011 09:39 AM

I would like active hyperlinks to be allowed in REPORT layouts.  For example: http://www.ni.com/diadem/.  Clicking on this link (in the REPORT layout) would result in the user's default internet browser to open to the link.

About DIAdem Idea Exchange

Do you have a feature idea for how to improve NI DIAdem? Submit and vote on ideas now!

  1. Browse by label or search in the DIAdem Idea Exchange to see if your idea has previously been submitted. If your idea exists sure to vote for the idea by giving it kudos to indicate your approval!
  2. If your idea has not been submitted click Post New Idea to submit a product idea. Be sure to submit a separate post for each idea. Note: the DIAdem Idea Exchange is not the appropriate forum to submit technical support questions.
  3. Watch as the community gives your idea kudos and adds their input.
  4. As NI R&D considers the idea, they will change the idea status.
  5. Give kudos to other ideas that you would like to see implemented!

The DIAdem R&D team is committed to reviewing every idea submitted via the DIAdem Idea Exchange. However, we cannot guarantee the implementation of any DIAdem Idea Exchange submission until further documented.

Top Kudoed Authors
User Kudos Count
3
1
1
1
1
By using this web site, you accept the Terms of Use for this web site. Please read these Terms of Use carefully before using any part of this site. Please go here for information on ni.com's copyright infringement policy.
My Profile | Privacy | Legal | Contact NI © 2011 National Instruments Corporation. All rights reserved.    |    E-Mail this Page E-Mail this Page