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

 

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

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

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

 



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. 

Pete.Dunc

Synchronise Video with Offset Data

Status: New
by Active Participant Pete.Dunc on ‎04-26-2012 10:41 AM

It is very easy to delay the start of a video in order to offset the beginning of a video to a data set.  However it is more difficult to offset data in order to synchronise with another section of a video.

 

For instance - you may have a 12 second video with 6 seconds worth of data.  If this data relates to 6-12 s of the video, you need to change the x-axis of the 2D-axis area to mirror 6-12 s.

 

I would propose a "Video Offset" property.  This suggestion is similar to Time Shift Data Feature.

 

SychVideo.png

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

PatricZi

Reporting data on GPS position

Status: Duplicate
by Member PatricZi on ‎05-08-2012 05:15 AM

When you have made a measurement with GPS positions included in your data, it should be possible to report or view a measured parameter on these GPS positions. It should be possible to give different colours to the parameter values. E.g. I have made some vibration measurements on a tram with GPS positions. When it is possible to give low vibrations levels a green colour and high levels a red colour you can easy spot bad sections of track. It is combining two functios DIAdem already has: GPS maps and 3D characteristic diagram.

 

GIS.JPG

Status: Duplicate
frago

Scatter Plot Option

Status: New
by Member frago on ‎09-14-2012 01:40 AM

In many cases a scatter plot is necessary to evaluate measured data. A direct option to select a scatter plot chart in the 2D-axes Dialogbox

Dialog.png

would improve the usability of Diadem VIEW a lot.

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...

 

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.

While looking at data I will often want to know the mean average of a section of data (max and min are also nice to see).  It would be fantastic if in VIEW mode, you could highlight a section of data (by flagging it) and see in some area of VIEW (like the "Common Properties" section or maybe even a pop-up) statistics of the selected data without having to copy the flagged data and do an analysis of it. This function would go really nice in the drop-down area where you can choose to copy, move or interpolate the flagged data points.

Would like the option to display bus data (string value). This is useful for displaying communication bus data such as serial UART, SPI, I2C, etc. Instead of a plotting a single line, plot two lines with the string data value (hex, decimal, ASCII) in between. Example below is serial UART data, the digital serial bit pattern and the decoded byte value in hex. The second screenshot is from another program, but it would be nice if DIAdem had this capability too!

 

Instead of this:

Img1.png

 

Do this:

Img2.png

The default type for a 2D Axis view display is line, but for all our signals we need stair curve. So I have to manually go to display settings and set the type to stair curve for every channel. If there are many channels that is very tedious. It would be nice to have a global setting that can be set for all view displays.

 

Untitled.png

James_McN

Change Hex Display Prefix from $ to 0x

Status: Completed
by Active Participant James_McN on ‎06-08-2011 09:06 AM

The DIAdem prefix for hex data is $ and as I am aware you must use this.  Most programs use the prefix 0x.  There should be an option to chose one, the other or none.

Status: Completed
This feature was just released with DIAdem 2012. You could use the format instruction 'str' to do the following: Use '$' to display numeric values in hexadecimal format. If more characters follow after the first $ character, DIAdem uses this character as the prefix for the result, for example: Call MsgBoxDisp(str(1234,"$0x")) ' => 0x04D2 If further $ characters follow after the prefix, these characters indicate the number of places. DIAdem interprets all characters behind the last $ character as postfix, for example: Call MsgBoxDisp(str(1234,"$ $$$$$$$$hex")) ' => 000004D2hex If no further character follows after the first $ character, DIAdem shows the number to be formatted as a hexadecimal value and uses the $ character before the numbers as ID for the hexadecimal display: Call MsgBoxDisp(str(1234,"$")) ' => $04D2

This ability to add graphic images to the background of a 2D axis system was just added to Report in DIAdem 2012.  Would like to be able to do the same in VIEW.

JoshRew

Configurable Default View Graph Settings

Status: New
by Member JoshRew on ‎08-01-2011 02:00 PM

Rather than asking for a change to the "Repeat Marker" to plot all the points (we'd prefer "Repeat Marker" in DIAdem VIEW to be "Every N Points" where N = 1 rather than "Up to N Points" where N = 100), I think it would be great if we could have a configurable DIAdem default set of VIEW items that could be saved via usercommand, script, or a file configuration so we could conveniently spread it to our users.

This could include colors, points and/or lines, "Repeat Markers" configuration, line width/size/fill.

 

The "Repeat Markers" option is the most important to us because we have had users in the past who didn't realize that they were only seeing 100 points of their data, which can be a very bad thing (for example if you've turned off curve color and are looking for outliers in 150 points of data).  On the other hand, I can understand not wanting to plot 2 billion points on a graph, hence the ability for an administrative body (or individual users) to configure the graph defaults.

 

-Josh

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

MartinMcD

Simple Copy of Plot from View/Report to Clipboard

Status: New
by Member MartinMcD on ‎01-30-2012 09:09 AM

I would like to be able to copy a plot to the clipboard, either from View or Report.  At the moment I have to use a screen-capture tool like Snippy.

I am introducing DIAdem to our company at the moment and all my colleagues are surprised that DIAdem cannot do this.

I'm new to Diadem so this may be an option that I've not discovered yet...

 

I have very large data files which take a couple of seconds to display on a chart.  Annoyingly if I want to add an extra plot to an existing graph Diadem re-draws all the graphs, not just the new data.  I have my own LabVIEW code which only plots new data whilst leaving old plots on the graph and it really speeds up the process - can you do something similar with Diadem?

 

 

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