3D Graph Render Window Programmatically

Hello!
does anybody know how to open the "Render window" of a 3D graph programmatically?
Thanks
I ask my question for the second time because nobody replied the first time, maybe it was not clear.

Thanks Darin,
it's what I'm looking for but I'm not using the same picture control so the idea is quite different. Attached some screenshots to show what I'm using exactly. If you have any idea how to open that Render Window programmatically, that would be really nice.
Regards,
Jimmy
Attachments:
Find.png ‏88 KB
Run-Time Menu.png ‏83 KB
Diagram.png ‏73 KB

Similar Messages

  • 3D Graph Render Window Programmat​ically

    Hello Guys,
    you know it is possible to right click on a 3D picture graph object in run-time and get a new movable window with "Render Window". I would like to be able to open directly that window instead of the front panel picture control.
    Actually I have a 2D graph which allows me to see a basic map, I enter a formula for Z(X,Y) and I want to optionnaly show the 3D result. The X,Y plane is more important than the 3D and the XY graph is more efficient, so I don't want the 3D all the time. Actually it works, I just change the Visible property value True/False and it's okay, but the render window is more efficient, the one on the front panel is a bit slow with mouse dragging...
    Do you know if there is any property or method to open, close this render window programmatically?
    By the way, I would like to know if it is possible to manage "Run-Time Shortcut Menu" for any front panel control, as it is possible with VI Menu bar with event structure. There is a reference constant for the menu bar. I don't find the menu reference for a control.
    Thanks for reading,
    Jimmy

    Thanks Darin,
    it's what I'm looking for but I'm not using the same picture control so the idea is quite different. Attached some screenshots to show what I'm using exactly. If you have any idea how to open that Render Window programmatically, that would be really nice.
    Regards,
    Jimmy
    Attachments:
    Find.png ‏88 KB
    Run-Time Menu.png ‏83 KB
    Diagram.png ‏73 KB

  • Render Window Programatically, is it possible?

    Hi all, i am trying to use the 64 bit 3d Graph Render window to take advantage of hardware acceleration.  I would however like to call the render window programatically.  Does anyone know of a way to do this?
    thanks!
    Dave

    Saying a bit more about what that render window is would certainly help! Is it an ActiveX component, or a .Net Control? Or maybe some DLL? I assume you don't mean the LabIVEW 3D Picture Control, since controlling that programmatically is really all there is about this control. 
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Window title and borders for Render Window (3D Picture Control)

    Hi all,
    some more questions on the 3D picture control.
    I use the external render window, because in the solarsystem.vi demo, the 3d picture control appears to be very slow. The render window is much faster there. (I haven't tried it for my application though.)
    I'd like to display a full screen 3D animation. How the hell do I get rid of the window title bar (I can set it to empty, but the bar itself remains), and the borders of the render window?
    Regards
    Matthias

    The update speed of the solarsystem example is 2 ms (in the timeout event). This would result in 500 updates per second, witch is totally redundant. Put it on 33 ms, and you'll still get smooth updates, and much better performance! No monitor will update 500 times a second, and your eye can only see 25-30 frames per second anyway.
    With this, you could probably use the normal 3d control (indicator actually). The window doesn't have any way to remove the title bar.
    (You can do some things with window API's, but removing the titlebar is only possible by creating a new class, a new window, and then it would be impossible to tell LabVIEW to use this window...)
    If you'd make the render window full screen, how would you close your application? There is no way (or I'm missing it) to get events back from the render window.
    Regards,
    Wiebe.

  • Minimize teststand window programmatically?

    How do I get teststand to minimize it's execution window programmatically within a sequence step? How do I mess with any of the window propertys like making it always on top, maximizing, floating, etc...

    Hi,
    Are you talking about the sequence editor? To do this you need to use the Windows API to perform functions on windows. You can call into the User32.lib and call functions such as CloseWindow (minimize) to manipulate the Windows on the screen. Not sure how you would get about minimizing an execution window inside the parent sequence editor window, but I would think it should be possible. Consult MSDN for more information.
    Bob

  • Show build status window programmatically

    Is there a way to show the build status window progress bar when the application builder is started programmatically via the BuildTargetBuildSpecification.vi? Since it takes quite some time to create a build for our applications (> 1 h) it would be nice to see how much time it is left when a build is started.
    I've seen the question posted before about this (http://forums.ni.com/ni/board/message?board.id=170&message.id=204846&query.id=1234930#M204846), but that was some years ago... There are quite many vi's in the AppBuilder directory but most of them are undocumented and not that easy to guess how to use.
    /H H

    You might be able to use the paintImmediately() method. Here is a thread that gives you and idea of how to use this method:
    http://forum.java.sun.com/thread.jsp?forum=57&thread=234114

  • Grapher Inspector window is empty

    I've been using Grapher and suddenly the Inspector window is now just an empty title bar with no main content area. The only button enabled on it is the red close window button in the title bar. I've tried closing and reopening the window via both the menu and the "Inspector" button in the main window, quitting and restarting Grapher, shutting down and rebooting, and deleting the two Grapher plist files out of <my user directory>\Library\Preferences. In every case the result is the same: an Inspector window that has a title bar and no content. The main feature I need out of it right now is to recolor the graphs of individual equations in the overall graph.
    Does anyone have any ideas?

    Oops! Nevermind, apparently I didn't have an equation selected when I opened the window. I don't know how I missed this.
    A suggested application enhancement here would be that if no equation is selected, that the content area of the Inspector window indicate or recommend to the user that they select an equation.

  • How can I change 3D graph Axis captions programmatically?

    Hi All,
              I'm using a 3D graph to display results of a particular set of tests. I wish to change the caption on an axis depending on which test I'm running, e.g. the x-axis to change its caption from Deg C to Time (nS), there doesn't seem to be a property node to facillitate this. Could someone please point me in the right direction?
            Thanks
               Rgds,
                ds1 
    Solved!
    Go to Solution.

    If you are using the CW 3d graph then see this thread where I illustrate how to change a property by using the CW 3d graph proprty screen as a guide.
    If you are not using the CW 3d graph .... I can not help you.
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • Make graph line transparent programmatically

    Hi,
    I would like to be able to make graph lines transparent from within LabVIEW.  Is this possible?  I can find property nodes for every other property, but I can't see the one which turns on the Transparent bit.  Any suggestions?
    Thanks,
    Ian
    Solved!
    Go to Solution.

    Hi Ian,
    By "graph lines" I assume you mean the plotted data? If so, then you could use the property node for "plot color", change it to write and then wire a color box constant set to transparent (T) to it.
    -CC 
    "If anyone needs me, I'll be in the Angry Dome!"

  • Editing template window programmatically

    Hello,
    I have a vi which is using the UI controls.  It is going to be used for end user editing of a series of sequences, which will only use a subset of step types.  I have the insertion a palette correctly displaying all of our step types in the step types window, and all the statically defined template steps we have.   I now want to temporarily populate a template folder at run time, the
    contents of which will be a series of instances of a particular step
    type that whose properties are particular to the UUT under test at the time, so the  user can more easily set up that uut.
    I am looking at the UI InsertionPalette control methods and properties, and the ConnectInsertionPalette methods/properties, but nothing is jumping out.  I see where I can get a reference to pages, then item, but the properties available after that are extremely limited, and don't seem to have what I need.  Is there a way to dynamically edit the templates window using the UI controls somehow?
    I am already to the point of having a sequence dynamically defined which has all the instances contained in it, I just want to put that in the templates window, in a folder.
    Thanks
    David Jenkinson

    Hi David,
    You are right, the UI Controls API does not expose all of the same functionality for the Insertion Palette that is available from context menus and manual manipulation. Future versions of TestStand may have expanded functionality for these and other similar controls, the developers are aware of this requested feature.
    Luckily, you still should be able to accomplish dynamic template insertion. By accessing the TemplateFile PropertyObjectFile you can get access to the Data PropertyObject member of this PropertyObjectFile. The Data PropertyObject has a Root SubProperty which is the template information. 
    From here, you can clone and insert what ever steps, variables, and sequence property objects that you desire into this Templates List.
    Keep in mind that you can force these changes to the TemplateFile to be saved to disk by calling the IncChangeCount() method on the TemplateFile object.
    In order to refresh the InsertionPalette you can post the UIMsg_RefreshWindows UIMessage using the PostUIMessageEx method.
    Putting the following code in a statement step may help get you started:
    Locals.fileref = RunState.Engine.GetTemplatesFile(0),
    Locals.data =Locals.fileref.AsPropertyObjectFile.Data,
    //make changes here,
    Locals.fileref.AsPropertyObjectFile.IncChangeCount(),
    RunState.Thread.PostUIMessageEx(UIMsg_RefreshWindows,0,"",Nothing,True)
    If you are not quite sure what to start editing, visualizing the Data PropertyObject may help with this. Setting a breakpoint after executing the above series of expressions will allow you to look at the Data in the TemplateFile PropertyObjectFile using the watch view. Here is what it looks like for me, with 1 step template:
    The three SubProperties here match the three default folders in the Templates List section of the Insertion Palette Pane; you can see the matching step template in the Steps folder:
    I hope this helps!
    Message Edited by Evan P. on 11-21-2008 04:28 PM
    Evan Prothro
    RF Systems Engineer | NI
    Attachments:
    watch view.png ‏9 KB
    templates.png ‏3 KB

  • Scroll a window programmatically

    This is what I want to do. I have a large image that is
    larger than it's canvas container. When I click and drag, I want to
    move the image around kinda like Google Maps. I know I can
    accomplish this task by scrolling the canvas when I receive a mouse
    move. I can't figure out how to scroll the canvas in code.
    If there is a better way of doing this, let me know.

    assuming you are using actionscript rather than flex xml to
    create this project, you should look into the 'scrollRect' property
    of the DisplayObject. I haven't used this myself, but its purpose
    matches your needs... Otherwise it can be done with
    masking...

  • Using Rener Window for 3DWaterfall graph in executable

    I'm using LabVIEW v11 on 32 bit Windows XP.
    When I'm working in the development environment I can right click on the 3D Waterfall graph and bring up the Render Window, this works fine and is a much better display than the main 3D indicator. Unfortunately now that I've built the executable this option to bring up the Render Window isn't there.
    Is there anything like a dll that I need to include in the build options. I've tried searching, but I can't seem to find much on the Render Window.
    Thanks
    Ian

    Thanks for the update.
    That's a pity. I've already shown the user, he was very impressed, now I will have to disappoint him.
    Regards
    Ian

  • 3D Graph on Tab Crashes EXE on Windows XP SP3

    Hi all, Built EXE.
    Can use all components within App except:
    When I select page of Tab which contains 3D graph. Windows XP SP3 crashes every time.
    Have tried reinstalling application and LV RTE.
    Not sure what I can do about this..
    Thanks, Battler.

    Hello at all,
    I have developed an executale application, that uses the cw3d graph. Since the customer uses a new PC (Windows XP SP3) the application crashes. An earlier version, which is not including the 3D Graph, works fine.
    When the app crashes, an error occurs that indicates some problems with a "ig4icd32.dll" (google says it is a Intel graphics driver...). Maybe this can help you guys with solving the problem.
    Please note that I won´t be able to post my VI due to confidentiality.
    I´d be glad for any answers about this topic.
    Greetings from Germany,
    benzett

  • Bugs in the new 3D graph (LV 8.6)

    I already posted this report in the Breakpoint board, breaking the rules...
    Therefore this is not exactly a duplicate post, since it should allow some discussion.
    I just downloaded LV 8.6, as I could not wait to have a look at the new long time awaited 3D graphs primitives, said to run also on MacOS. This is a GREAT new feature. The 3D surface graph works great, but I also found some new bugs (probably known already by the development team since they are pretty obvious, but who knows...).
    Additionnaly, I enjoy the idea that this seems to be the first LV 8.6 bug report in this forum.
    OK, here we go : (all the bugs have been found on a WindowXP machine)
    1 - As shown in the attached picture, a transparent cursor plane hide the 3D surface graph (but shows the axis)
    2 - As shown on the same picture, the boundaries of a cursor plane are locked to the axis values defined by the axis autoscale mode. The cursor plane appears much wider than the axis.
    3 - While in "perspective" mode, when the 3D indicator size is changed the graph switches to "orthographic" mode. An access to the property window is required to return to "perspective" mode.
    4 - after an access to the property window, the graph (perspective mode) in the Render window is streched to fit the window area, but returns back to a normal aspect ratio as soon as the window size is slightly changed.
    5 - As shown in the second attached picture, after a slight modification of the window size, the 3D surface is chopped of during a zoom-in.
    6 - When the 3D indicator size is streched, the graph is also streched. That gives the graph a poor look during rotation. In the old 3D activeX the aspect ratio of the graph was preserved.
    7 - (Not a bug, but a major lack of functionnality) I could not find a way to draw a 3D surface and a line on the same graph. This is easy with the old ActiveX and is a very usefull function when you want to represent the trajectory of an object moving onto a surface.
    8 - (Not a bug, but a strong inconvenience) A predefined color spectrum is lacking
    9 - (Not a bug, but a minor inconvenience) No logarithmic mode for the axis scales
    I better stop now since my wife is desperately asking me to pack my luggage before we leave for NIweek ! See (some of) you soon in Austin !
    Message Edité par chilly charly le 08-03-2008 08:20 AM
    Chilly Charly    (aka CC)
             E-List Master - Kudos glutton - Press the yellow button on the left...        
    Attachments:
    3D graph (LV 8.6) bug1.png ‏83 KB
    3D graph (LV 8.6) bug 5.png ‏129 KB

    I wasn't studious enough : adding a line (problem #7 above) is easy : just drop another 3D graph on the front panel, this will brings in a new create_plot_line.vi on the diagram. Get rid of the additionnal 3D graph indicator, and wire the previous one to the new vi. See the attached graph, where two yellow lines have been drawn on each side the base of the peaks.
    Not yet possible to change the line thickness, but works nicely.
    I now have to customize my function palette to make the "native 3D graphs" directly accessible.
    One additionnal concern though : with the old ActiveX, it was possible (if not simple... ) to insert functionnal 3D graphs in Powerpoint presentations (see this thread). Is there any way to achieve a similar result with the native 3D graphs ?
    Message Edité par chilly charly le 08-03-2008 09:32 AM
    Chilly Charly    (aka CC)
             E-List Master - Kudos glutton - Press the yellow button on the left...        
    Attachments:
    mix 3D graphs.png ‏6 KB
    mix 3D graphs2.png ‏73 KB

  • Premiere Elements 8 under Windows 7: HOW TO DO?

    My system is a MICROSTAR (MEDION) Quadcore 6600(think it's made by MSI) with 4GB memory, 2 x 1TB HD Wetern Digital GREEN (replacing the very poor quality Seagates 2 x 500Gig originaly installed) and running Windows 7 64 and 32 Ultimate. The 32 version was installed especially for PE8
    Why I didn't stay with PE7?
    Strange enough, PE7 worked perfectly under Windows 7 64bit RC and RTM, but with the Official release of Windows 7 32 or 64 Ultimate, it was finished with the Happy Hour, Crash, crash, crash all the time!
    So I downloaded from Adobe a official PE8 and started very happily with it.
    But it was CRASH & GO all the way !!!
    I have send a few messages to Adobe Contact, which deviated me to this forum so I could spit my poison far from their "Ivory Tower" No answers or help from them. PE8 is paid, so go to ...
    I found out immediately that I was one of the many people to regret this "Buy of the Year", but since PE7 didn't work and Windows 7 is so good that I don't want to go back to XP or Vista, I had to find a way to make this SH.. work. Luckily the Forum proposed me a few solutions for which I am very grateful.
    After a few editing's with DV (about 3hours long), I am having a little bit more experience with this PE8-pre-beta-thing.
    First of all I disabled the GPU-thing in the preferences, then I disabled the "Background rendering".
    The  Medion computer has a "diet" Nvidia Geforce 8600 so there are no 3D drivers to disable, neither has Windows 7 this Windows Defender, so that could also not be the problem.
    Anyhow, these few minor changes seem to have solved a lot of crash problems.
    Also, NEVER open a PE7 project in PE8 !!!!! It's really not 100% compatible: no way to render previews and crashes guarantied!
    Be very careful in applying transitions and video effects, especially if you start cumulating them. Maybe they will work in preview, but you never know if you will be able to render a film or DVD from it.
    For example "camera view" + "Soft edge" ( since I have a Dutch version, I don't know if these are the right names) to make a kind of 3D frame around your image. No problem in PE7, but PE8 doesn't digest it! The only way to render this to a film is to import the project in to PrProCS4 and change the other transitions which are not supported by PrPro with similar ones. Or going from New York to Chicago over Mexico City!!
    If you take care of these precautions you can work very satisfactory with PE8, without crashing more then was the case with PE7 (low memory problems)
    This PE8 should have been written for 64 bit, so it would have suffered much less memory problems, then now.
    Some things I like better with PE8, like the ClipArt's, the Menu's and the new Smartmovie themes, which I create and then edit manually.
    Automatic backup creates now 5 instead of one file.
    What I don't like:
    If you capture in scenes, it's still scene 11 coming after scene 109 etc, instead of counting from 001.
    With PE7, you could see in which map the project you wanted to open was situated, here not.
    Place of the Project changed, without reason, change for the fun of change?
    Making "markers" has become more complicated, without improving. Also changed just for the fun of it?
    Can still not capture HDV by scenes, for that I have to use Sony Vegas.
    Until now I didn't try to edit HDV in PE8, because I don't trust PE8.
    What we really need is for Adobe to bring a major update to fix al these annoying misfits and to make a customer's dialog instead of a one way street policy.
    If I find new ways to make work easier and without crashing I will not hesitate to let you know.
    Until then, hope this can help you a little bit!
    Roald

    NO, YOU CANNOT !!!!
    If your project was started in PE7  and you import that project to PE8, you cannot, I REPEAT, you CANNOT render this files to a preview.
    You wil get the render window, but no counter or anything else will move or happen.
    Nothing, rien , nada, niets, nichts!!!!!!
    At least not here on neither of the 3 installations which I did under 3 different Windows 7 !!!!

Maybe you are looking for

  • Up date i tune 10.5

    Bei up date mein itunes 10.3.1.55 auf 10.5 kommt ein fehler meldung am ende der Installation. so das es bricht ab. Was tun?

  • Regarding setting's in appllication "cocktail"

    In the application "Cocktail", can anyone tell me if there is any harm in deleting all the log files, as it is a "setting" choice, what does it mean to "rotate" log files should I do this instead or in addition? Alright already..perhaps I COULD JUST

  • Synchronous multimaster replication Backup strategy using RMAN

    Hi all, I am using synchronous multimaster replication. my question is backup strategy has to perofirm in all the master site or only in any of 1 mastersite? what all problems will encounter in RMAn backup in my scenario please help me out with your

  • New LeopardGraphicsUpdate 1.0?

    I'm having a hard time to find any explanation about the new Graphics Updatejust came out yesterday. Does anybody know anything about it? I've been having issues on my new MP 8800gt with COD2 and BF2142, so I was wondering whether this update has any

  • Downloading oracle 10g grid for solaris

    hi guys.. Been trying to install oracle 10g grid for sun sparc solaris machines. Didnt first downloaded the complete files at http://www.oracle.com/technology/software/products/oem/htdocs/solsoft.html , while using the gunzip command to decompress it