DIAdem Idea Exchange

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

DIAdem should have intellisense work throughout all script file.

So the DIAdem script editor -- which is a nice editor, don't get me wrong 😉 -- has the option to set bookmarks to ease navigation within a lengthy script. I like to use these, but I would like them even more if there were an option to carry them over to the next time I launch DIAdem to work on the script, possibly to mark where I left off, or to enable me to jump right back into the fray, as it were.

 

Has this been requested before, and if no, what is the likelyhood of this making it into a future version?

 

Thanks in advance and best regards

Leo

There are two ways to add text to reports.

The first one is the normal textbox without format features like numbering and intendation with bullets and they are printable as text via the pdf-Diadem printer. The second option is to use textobjects. In this case the format functions like numbering and intendation with bullets is very useful to make little summary pages especially at the end of reports. However, when they are printed via the Diadem-PEF-Printer these textobjects appear as pictures. Hence, the text cannot be copied and used without OCR... also the appearance is not that nice, because of all the pixels instead of true type fonts...

It would be really helpful if these textobjects could also be saved with text.

I would like to have the possibility to select one x-axis for all curves in VIEW- as it is possible in the reports

Support reading of ASAM MDF V4.0.0.

A new fully featured harmonic cursor type in view for S&V applications, accessed by a button in the way that the other cursors are.  This is one of the major limitations we find with using the package.

 

Although I have seen the included script to implement a basic form of harmonic cursors, it is a bit cumbersome and only allows H1 to be dragged for example.

Waiting for very large measurement files to load can take very much time. In our case, we sometimes load a file to have an overview of the complete measurement and then zoom into some specific parts of the measurement.

 

Idea:

Do not load into memory all data as long as the user has not zoomed in a specific area.

For example: if a channel has 100000 values, for a complete overview of the measurement, only 50000 values would be used. And when the user zooms in, then all data in that area will be loaded.

 

This way it is much easier to look for important parts in a measurement without waiting for all data to be loaded.

While it's possible to find out from the DIAdem Help the explanations on the Operations and Special Variables in the Calculator, it would be a lot easier to add some brief descriptions in the tooltips when we mouse over them.

 

The current tooltips contain no useful information. If my mouse hovers over the Operations "ArcSin(Arg)", the tooltip just contains a simple repetition which serves no purpose (see attached screenshot).

Let argument in object.GetReference(argument) method should be optional and as default set ExtendChnName

  In this case calling of function should look like Call ChnSmooth(oMyChannel.GetReference,oMyChannel.GetReference,10,“maxNumber“)

 

Also include in Channel object even required properties (description, unit, max, min, length, etc.). This should be equivalent to oMyChannel.Properties(NameOrIndex).Value

Unfortunately, I do a lot of work with non-Metric units, but generally take the measurements in Metric.  I'd like to be able to have the Y2 axis display converted units without creating a new channel, adding to the graph, adding a new channel to my graph, modifying the begin/end points so that the new signal perfectly matches the metric version, etc.  

 

For example, if I had position vs time, and my Y1 data is in meters, I'd like the option to add the Y2 axis in feet from the graph setup.