Is it possible to insert numerical indicators in 3D picture

Hello,
Let's say I have a *.wrl file which contains a room drawing.  Take into account that I know how manipulate the SceneObject and display it into 3D picture.  Is it possible to position different temperature indicators (numerical indicators) in the 3D Picture indicator, so that when I move around the room in the 3D picture the indicators follow there respective position (while updating their values) ?
Thanks,
Michel
Solved!
Go to Solution.

A trick that I know is to get the image of the control you want and apply texture to a plane. I did this below:
In short what I did is:
1. Create a room using a box. Make it transparent and blend with other objects
2. Create a plane (a box with y = 0.001) and apply texture to it. The texture is the image of the control (the temperature control)
3. Do the scene and change the image (texture) as the value changes
4. close references.
Here is the code as a reference (using LV 2013). Does that work for you?
Barp - Control and Simulation Group - LabVIEW R&D - National Instruments
Attachments:
Thermometer.vi ‏34 KB

Similar Messages

  • I have an array of clusters of 4 numeric indicators and i want to plot 2 of them in a xy graph for the entire array? How can you seperate out 2 of the indicators of each cluster for the entire array

    I have keithley 238 SMU, which when used in sweep mode returns the value in a array of cluster of 4 numeric indicators of which 2 are voltage and current and other two are step size and delay....I want to plot
    I-V curves, how to do that?

    Hello aby
    this could be a possible solution to separate 2 values from an array of 4 elements clusters an create 2 arrays suitable for graphing.
    Hope it helps.
    Alipio
    "Qod natura non dat, Salmantica non praestat"
    Attachments:
    a_solution.vi ‏24 KB

  • It possible to insert lines between 2 other lines in Grid

    Hi
    Is it possible to insert lines between 2 other lines in the Grid. Example, I need to enter a new item between line 1 and 2 in the grid. Similar to inserting lines on the sales documents.
    Can any having any idea please share with me.
    Regards
    Senthil

    Hi,
    have a look at the DataColumns Collection
    A collection of DataColumn objects. Use this collection to add columns to the collection or remove columns from the collection.
    You can access the collection via the DataTable.Columns property.
    you'll find it in the UI API Dokumentation.
    i hope it helps you.
    regards
    David

  • Is it possible to insert images in Adobe 9 Standard?

    It appears that it is not possible to insert images in Adobe 9 Standard.  There is no TouchUp Object Tool in the Advanced Editing Toolbar in the standard version.  Only a TouchUp Text Tool.  Is this not a basic function being able to add or change an image in a document?  The tutorials all show this as a capability but they are also demonstrating in the Pro version of Acrobat.  Is there a work around or have I been suckered into buying a product that doesn't quite meet my needs? 

    The Touch-Up Object tool is not available in Standard.
    Adobe Acrobat is not meant to be a word processing program; it is meant to be a cross-platform method for document exchange. Changes are best made in the source program. While the answer to your question would not have been obvious from this list, it is a good reference for the difference between Acrobat products: http://www.adobe.com/products/acrobat/matrix.html .
    If for some reason it is not possible to edit the source file and create the pdf again, you can insert your image as a form button and then flatten it. A lot more work, but post if you want help with this.
    --For other folks reading this thread, Adobe offers trials of its programs. Consider testing before buying.

  • Is it possible to insert data into a MySQL database with Java?

    Hello everyone!
    I would like to know, if it's possible to insert data into a MySQL database, with a JFrame inside a servlet?
    When the JFrame is first created it calls this method:
         * Connects the servlet with the MySQL database.
        private void connect(){
            try{
                Class.forName("com.mysql.jdbc.Driver");
                connection = DriverManager.getConnection(
                        "jdbc:mysql://localhost:3306/data", "root", "omfg123");
            }catch(ClassNotFoundException cnfe){
                cnfe.printStackTrace();
            }catch(SQLException sqle){
                sqle.printStackTrace();
        }Then, when you click the "Add" button, it executes this code:
                add.addActionListener(new ActionListener(){
                    @Override
                    public void actionPerformed(ActionEvent ae){
                        String employee = employeeName.getText();
                        String[] args = employee.split(" ");
                        firstName = args[0];
                        lastName = args[1];
                        execute();
                });And this is my "execute()" method:
         * Connects the servlet with the MySQL database.
         * - And executes the SQL queries.
        private void execute(){
            try{
                PreparedStatement statement = connection.prepareStatement("insert" +
                        " into employees values(" + firstName + ", " + lastName
                        + ")");
                ResultSet result = statement.executeQuery();
                String fullName = firstName + " " + lastName;
                printer.write("Employee " + fullName + " added.</br>");
            }catch(SQLException sqle){
                sqle.printStackTrace();
        }But when I click the "Add" button, nothing happens.

    This is what I use to insert into mysql. It works on windows.
    try {
                Class.forName("com.mysql.jdbc.Driver");
                String connectionUrl = "jdbc:mysql://" + loadip + "/custsig?" +
                        "user=root&password=";
                Connection con = DriverManager.getConnection(connectionUrl);
                newproc = jTextField1.getText();
                newsoft = jTextField2.getText();
                newdeb = jTextField3.getText();
                newcust = jTextField4.getText();
                if (newcust.equals("")) {
                    errorsig12 = 1;
                    jLabel1.setForeground(new java.awt.Color(255, 0, 0));
                } else if (newsoft.equals("")) {
                    errorsig12 = 1;
                    jLabel2.setForeground(new java.awt.Color(0, 0, 0));
                } else if (newproc.equals("")) {
                    errorsig12 = 1;
                    jLabel3.setForeground(new java.awt.Color(0, 0, 0));
                } else if (newdeb.equals("")) {
                    errorsig12 = 1;
                    jLabel4.setForeground(new java.awt.Color(0, 0, 0));
                if (errorsig12 == 0) {
                    PreparedStatement ps = con.prepareStatement("insert into customer set cust_name = ?,  software = ?, processor = ?, debit = ?");
                    ps.setString(4, newdeb);
                    ps.setString(3, newproc);
                    ps.setString(2, newsoft);
                    ps.setString(1, newcust);
                    int rs = ps.executeUpdate();
            } catch (SQLException eg) {
                System.out.println("SQL Exception: " + eg.toString());
            } catch (ClassNotFoundException cE) {
                System.out.println("Class Not Found Exception: " + cE.toString());
            }

  • Is it possible to insert a PDF directly(ie from Share Point) to email (Outlook) without saving it?

    Is it possible to insert a PDF directly(ie from Share Point) to email (Outlook) without saving it?
    I open several docs on Sharepoint that I need to send out immediately and waste a lot of time saving it to my computer and than opening an email and attaching it and than deleting the file bc I don't need it - its already on Sharepoint where I can access it. 

    I have the exact same problem.  I used to could do it without saving until I upgraded to a new version.  I cannot figure out how to send it without saving.

  • Although it is possible to insert podcasts into a playlist on the Mac, these are not in the playlist on the iPod after SYNC

    although it is possible to insert podcasts into a playlist on the Mac, these are not in the playlist on the iPod after SYNC

    Sambino,
    You should be fine. Just make sure that you download and install the P2 drivers for your PB. Also, if possible transfer directly to your external. P2 cards can eat up a lot of space very quickly and you don't want to overburden your system drive.
    K

  • Is it Possible to Insert Quiz Slides at Set Times During a Video?

    Hi all,
    I'm fairly new to Captivate, so I apologise in advance if this question has already been answered and I couldn't find it.
    I work in higher education and we create a lot of screencasts with academics speaking over Powerpoint presentations. During a presentation there is often several points where the academic would like to ask the user a question. What I want to know is if there's a way of adding question slides during a video?
    Many thanks,
    Ross

    You will have to split up that video to be able to insert slides in between.
    2015-04-23 16:42 GMT+02:00 Ross_P <[email protected]>:
        Is it Possible to Insert Quiz Slides at Set Times During a Video?
    created by Ross_P <https://forums.adobe.com/people/Ross_P> in *Adobe
    Captivate* - View the full discussion
    <https://forums.adobe.com/message/7470510#7470510>

  • Is it possible to insert text in a picture in Lightroom?

    Is it possible to insert text in a picture in Lightroom?

    The text options are very limited.
    Besides the watermark option mentioned already by dj_paige you can
    - add text in the Slide Show Module. Click on the letters "ABC" below the image and then select your text options from the drop-down menu. See screen shot.
    Besides "Custom Text" as shown you can select any of the other options from the drop-down menu. You are not limited to one choice - you can (one after the other) select any combination from
    the drop down menu. You can drag the text boz anywhere you want it to be and you can resize it and adjust the opacity.
    When you are done you can export the iamge as PDF - Export as PDF works also with only one image, so it doesn't have to be a "slide show" with several images.
    2) In the Print Module the text options are more limited but you can add text in the "Phot Info" panel. Unfortunately you can't move the text around and can't change the size of the text box.
    As in the Slide Show Module you can save the image from the Print Module by selecting "Print to File" which creates a JPG.
    WW

  • Possible to insert a HYPERLINK in document HEADER?

    Subject: Possible to insert a HYPERLINK in document HEADER?
    I have a 300 page document, where the first page is a "Table of Contents".
    I would like to provide the readers with a QUICK way ("no-brainer/easy" way) for the reader to JUMP back to that "Table of Contents" page from any place in the document.
    Can I, perhaps, insert a hyperlink to the "Table of Contents" in the document HEADER? Or is there a different way to go about this?
    Thanks for anybody's creative answer (the simpler the better . . . .)

    Hi.
    Thanks for your reply.
    It was originally a Microsoft Word document. I just clicked "convert to pdf" from the toolbar. Then, in Acrobat 8, I have inserted a page-number header.
    Can I perhaps insert a hyperlink within that HEADER . . . pointing back to the first (Table of Contents) page?

  • Is is possible to insert more time to a composition in the beginning?

    Of course I know how to add time to the comp then move everything over that amount of time. That makes sense. But I was wondering if it's possible to insert a said amount of time at the first frame pushing existing frames to the end of the inserted time. Could be a timesaver for me.

    Simply adjust the comp duration, then use scripts like rd Shifter to offset all your layers by a given amount. I'm sure if one searched through AEnhancers.com and sites linked from there one could also find a smartified version that combines al lthe steps.
    Mylenium

  • Is it possible to insert coloured glyphs with InDesign CS5?

    I write about card games and use (multiple) red 'heart' and 'diamond' symbols. If it is not possible to insert coloured glyphs, can anyone suggest a quick way of getting around this problem (other than copy/paste)? Many thanks, Zeb

    Sandee,
    Do you actually load a typeface (cardshark bold, perhaps) and then press a key (h or d) to make the heart or diamond? Then all you need are a character style for red and a GREP style to automatically change the letter h in cardshark bold to the character style.
    Uh -- no. Under those circumstances it would not work. A GREP style can change all letters 'h' and 'd' to red, but not "just those in cardshark bold". This would only work if this font has been applied in a paragraph style that also has the GREP style added.
    It does work, however, with non-Symbol fonts such as Arial Unicode MS, where you'd insert the correct glyphs via the Glyphs palette. This works because the heart and diamond glyphs are encoded into Unicode.

  • Is it possible to insert a url link into the itunes description tag. I want the user to be able to access my webpage from within itunes

    Hi,
    Is it possible to insert a url link into the itunes description tag in a feed. I want the user to be able to access my webpage from within itunes
    Thanks

    In the next release, we will be making adding our Measurement Studio components to existing projects much easier, but for now what you would need to do is add the support for Measurement Studio to your MFC project manually as detailed in our Knowledgbase at:
    http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/0cb6707522e92c958625689e0052bb77?OpenDocument
    Best Regards,
    Chris Matthews
    Measurement Studio Support Manager

  • Is it possible to insert a video and have it automatically play when the topic is opened?

    I am using Robohelp 10. Is it possible to insert a video and have it automatically play when the topic is opened?

    Hi Alchemex,
    What tool are you using to create the video.
    You can set preferences using the tool that you created the video with/
    For example, if you are using Adobe Captivate you can set videos to start automatically?
    Let me know if you need more detail.
    Kind Regards
    Craig

  • Is it possible to insert tables using Form Central?

    Is it possible to insert tables using Form Central?

    Unfortuately Formscentral does not support tables at this time.
    Andrew

Maybe you are looking for