DIAdem Idea Exchange

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

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

Would it be possible to take the next step in automation and use the .Net framework for scripting functionality?

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