How to change the Boolean flag rectangle into 2 triangles.

The notation for a valve is two triangles whose ends are touching.  I want to show images of the valve as indicators Boolean - red = closed and green = open.  Is it possible to change the standard indicators normally rectangular or circular shape to match the double triangle.  I know you can get this result using the triangular shapes and blocking part of the rectangular Boolean value which does not resemble the double triangle shape.  I don't want that since I find it difficult to group the shapes.

You have controls and indicators already available in the similar DSC Toolkit.

Or a solution, you can try is to use custom controls, check your two images in software such as paint.

Select the control that you want to customize (in you case a Boolean value) and with the right click make Type Def then Open Type def.

Copy your image to that of the State in the Clipboard, and then select the picture to import from the Clipboard and the State associated with your image in the right click menu

Do the same again for the other State.

You can also find more information about the controls customized using LabView

I hope that answers your question

Tags: NI Software

Similar Questions

  • How I changed the color of something? OK, so I use to be able to change the color of things, but now I have use color overlay, gradient overlay, or change the color when I first create the form, it turns into another shade of gray instead of chan

    How I changed the color of something? OK, so I use to be able to change the color of things, but now I have use color overlay, gradient overlay, or change the color when I first create the form, it turns into another shade of gray instead of change the color, I chose.

    Three things I can think of:

    Your document must be in RGB mode.

    Layer blending mode should be set to Normal

    Masks are grayscale. If you select the mask, you cannot apply a color.

    Always check your tab at the top to see if what you choose is RGB or grayscale.

    Gene

  • How to change the Rectangles with buttons

    I'm working on this example that does not work correctly:

    public class test extends Application
    {
    
        private void init(Stage primaryStage)
        {
    
            Group root = new Group();
            primaryStage.setScene(new Scene(root));
    
            String pillButtonCss = DX57DC.class.getResource("PillButton.css").toExternalForm();
    
            // create 3 toggle buttons and a toogle group for them
            ToggleButton tb1 = new ToggleButton("Left Button");
            tb1.setId("pill-left");
            ToggleButton tb2 = new ToggleButton("Center Button");
            tb2.setId("pill-center");
            ToggleButton tb3 = new ToggleButton("Right Button");
            tb3.setId("pill-right");
    
            final ToggleGroup group = new ToggleGroup();
            tb1.setToggleGroup(group);
            tb2.setToggleGroup(group);
            tb3.setToggleGroup(group);
            // select the first button to start with
            group.selectToggle(tb1);
    
            //////////////////////////////////////////
    
            final VBox vbox = new VBox();
    
            final Rectangle rect1 = new Rectangle(300, 300);
            rect1.setFill(Color.ALICEBLUE);
            final Rectangle rect2 = new Rectangle(300, 300);
            rect2.setFill(Color.AQUA);
            final Rectangle rect3 = new Rectangle(300, 300);
            rect3.setFill(Color.AZURE);
    
            tb1.setUserData(rect1);
            tb2.setUserData(rect2);
            tb3.setUserData(rect3);
    
            group.selectedToggleProperty().addListener(new ChangeListener<Toggle>()
            {
                @Override
                public void changed(ObservableValue<? extends Toggle> ov, Toggle toggle, Toggle new_toggle)
                {
                    if (new_toggle == null)
                    {
                        //rect.setFill(Color.WHITE);
                    }
                    else
                    {
                        vbox.getChildren().addAll((Node[]) group.getSelectedToggle().getUserData());
                        //rect.setFill((Color) group.getSelectedToggle().getUserData());
                    }
                }
            });
    
    
            ///////////////////////////////////////////
    
    
            HBox hBox = new HBox();
            hBox.getChildren().addAll(tb1, tb2, tb3);
            hBox.setPadding(new Insets(20, 20, 260, 20));
            hBox.getStylesheets().add(pillButtonCss);
    
    
    
            vbox.getChildren().add(hBox);
            //vbox.getChildren().add(rect);
    
            root.getChildren().add(vbox);
        }
    
        @Override
        public void start(Stage primaryStage) throws Exception
        {
            init(primaryStage);
            primaryStage.show();
        }
    
        public static void main(String[] args)
        {
            launch(args);
        }
    }
    
    
    

    I want to create several Rectangles (or in which object or object) in which I want to store data. I want to spend the Rectangles (objects) that appear in front of the user by using the buttons. The example that I put in place does not work correctly. Can you tell me what is the right way to implement this?

    REF javafx 2 - How to change the Rectangles with buttons - stack overflow

    You have two problems:

    User data that assign you to each button switches are a node, not a [Node]. Thus, the cast will fail on line 43.

    When the selected toggle changes, you add another Rectangle to the vbox. You want to replace the rectangle that is in the vbox.

    Try

    vbox.getChildren () .setAll ((Node) group.getSelectedToggle () .getUserData ());

  • How to change the input descriptor of return on investment?

    I am a beginner of Labview Vision users. I need to convert a RGB image into binary image and superimpose a few lines on the binary image at random and then measure the length of the ordinate at the origin of the image. I came across the problem of changing of return on investment by incorporating a few random coordinates (by this contact information, I can generate random lines.). But I could not find how to change the coordinates or import data from an excel file coordination.

    Any help is appreciated.

    Jian

    If you have the package of Vision, you can use the line to convert to the KING function and the power cable in the KING of the image property.  If you do not, you will need to build your own KING.  Given the coordinates of line (X 1, Y1) and (X 2, Y2) the entries in the return on investment are the following.

    Global rectangle - table of 4 elements with values [X 1, Y1, X 2 + 1, Y2 + 1]

    Countours - single element (table 4 external elements, line [X 1, Y1, X 2, Y2])

  • How to change the color of the mailbox that contains new messages

    I have Thunderbird sort my incoming mail into different mailboxes based on different criteria.

    Until recently, the arrival of new messages in any box, the title of this box (in the list, the left pane) became Red - which makes it easy for me to identify what boxes necessary to my attention. For some reason, it stopped. The incremental number indicating the number of unread to messages always changes, but the color of title remains black.

    Someone knows how to change the behavior in order to highlight the mailboxes containing new messages please?

    Thank you...

    by using a theme? or a userchrome file?

  • How to change the color selection zoom wpf graphics?

    How to change this yellow color heavy into something more transparent?

    There is currently no available property to customize the color of the Visual interaction. I created a task to add this feature.

    To work around the problem, you can use the attached custom interaction like a wrapper around graphical interaction integrated to specify brushes custom for the line and filling:

    var customInteraction = new CustomInteraction( GraphInteraction.Zoom );

        customInteraction.SelectionStroke = Brushes.Green;

        graph.DefaultInteraction = customInteraction;

  • How to change the tab order of an array of clusters?

    How to change the tab order of an array of clusters?  I have the cluster arranged into a table in the front panel.   The element of the cluster passes horizontal and array element passes vertically.   When I press the tab key, the cursor will move to the item next to the table instead of the next item in the cluster (down to the place overall).

    so you have an array of clusters or cluster and the separate table?

  • How to change the font size in windows diff that is email; Word; etc.

    How to change the font size in windows diff i.e. E-mail; Word; etc.

    Try the following: (Note: you must be an administrator to do so)

    1. go into the control panel.

    2. double-click on 'ease of access '.

    3. click on "make the computer easier to see.

    4. click on "change the size of text and icons.

    5. click on "Continue" to the pop-up message.

    6. Select "larger scale (120 DPI)(-rendre le texte plus lisible) and click on 'OK'."

    You need to restart for the change to take effect.

  • How to change the configuration of keyboard U.S. / UK?

    Hello

    I just bought a Lenovo G550 and very nice it is too.  It is of course set up with a US keyboard and I'm in the United Kingdom.  This means that on the keys of my @ is a "and the sign of my Sterling is a #."  Yes I know that I can use the "make a @"

    and I can't 0163 alt to create a symbol of the book, although it doesn't let me do in this post?  Is there a way I can change the settings of the keyboard in the UK please.

    When I type the cursor often also begins in another part of my document which means what I'm typing needs a constant correction.  I thought at first it was just in the open office b

    UT it does on th

    is the forum see!  It also does in my emails which is hotmail.  Can someone help me please?

    Moderator edit: matched subject to question.

    I do not know if I understand, but you are looking for how to change the keyboard from US to UK in Windows? If this is the case, go into the control panel and the locale. There, you should be able to add any other keyboard layouts or remove them as well as set a default value. Under regional settings, there are other parameters that you can change if you are in the United Kingdom.

    -gan

  • I don't know how to change the size and quality of the text on the screen on Windows 7

    I just installed a new Windows 7 but I don't know how to change the size and quality of the text on the screen.  I tried all the things normal, resolution, size of icons, dpi etc but nothing gives me what I want.  The text in clear 'wonderful' thing is just terrible.  When I go through the 4 steps I see no text boxes which make the text nothing better.  All options are terrible, so the result on screen is too terrible.  When I do any huge I do not get a full screen of things - view the Start button disappears or I did not closing small cross at the top - of the suggestions to inprove the situation?  I must mention that my screen/monitor is 2006 - I need to buy a new one?  How much is this Windows 7 is going to cost me, or maybe I should go back to XP!

    I sincerely thank all you smart "technicians" for all the answers you always gave myself and all others who ask questions.  I'm not too smart with all this new technology as I fell into it very late.  I am now in my 60s and only started using a pc when I was over 50 years so...  In any case, I asked a question about the size of screen resolution and text and received much good advice from all that you guys.  I had recently changed in XP to Windows 7.  However, the bit of advice that I was given in 'Cyberking' here at the Portugal had set the resolution of the screen, the advanced settings, 75 to 60 Hertz Monitor tab.  Very basic, and the first question asked the technician (Lady) was "what size is your screen?  Naturally as a smaller screen that any 'techno' would be considered dead aid, solving the problem was simple and straightforward without me having to stretch my knowledge and my skills by downloading all programes weird (to me) or do the funny stuff in the bios or something else.  I send this comment to you for you to realize that the simple solution is not always bad and maybe we should go for the easiest first and then work up to the more difficult ones.

    Just for you all to see - now my screen resolution is perfect, the text on the screen is clear and legible without difficulty, even though the size of text and icon is small.  Clarity is all!

    Thank you all once again!   Best regards, Blondie blue.

  • How to change the font on Sticky Notes only?

    I would like to know how to change the fonts for the only Sticky Notes on Windows 7 64 bit. Thank you for the answer.

    There is no way to change the police just in sticky notes.

    You can, however, type something into Word (or other word processor) with a desired font, and then cut and paste in the Notepad and it will use this font in this note.

  • How to change the image field captures screenshots automatically from BMP to JPEG

    How to change the image field captures screenshots automatically from BMP to JPEG

    I want to say, when I tap on the screenshot on my keyboard and paste this image in microsoft photo editor or picasa 3.0 areas of the bitmap .bmp. instead of asking the witch I´d field prefer.
    So, I open that image on the brush to convert it to. JPEG.
    It's hick very!
    is it possible to easily me this step and save or paste pictures in JPEG on my files automatically?

    Hello

    I saw that article when I was looking for one that I posted...

    I understand your problem, and the answer is that, to the best of my knowledge... NO..

    Windows records the capture in memory as bitmap, along with, even if you can paste it directly into a folder, it would be in the form of bitmap...

    The best I could find is to use the suggestion in the link I've included which refers to the

    Windows Key + PrintScreen to automatically record is in PNG format in your pictures folder...

    The only way to do what you want is with a 3rd party capture program that can be configured to save in a directory as a specific file type...

    Personally, I use a program called print screen Deluxe for this... it is a purchased program...

    I'm sure you could find something free to do what you need...

    You may need to use a different key for print screen, but the software can allow you to reprogram the PrntScrn key...

  • How to change the number of values in the hour that are restricted.

    Hello

    May I know how to change the number of values in the hour that are restricted.

    In fact, we have improved of obiee in obiee 11g 10g. Data base is the same for Both.In 10 g the prompt value is limited to show only 35 records per page. As we passed it shows only 35 Records in 11g also. How can I change this limit to 11g.

    Please suggest me! Its urgent!

    Thanks and greetings

    Navnitha

    Hello

    In the advance tab we have the XML of the upgraded report, copy it into a Notepad and try to find the line beginning as below

    In 10g, we have something like below, simply remove the choicesPerPage = '35' from 11 g OBIEE XML report

    Thank you

    RAM

  • How to change the fonts on windows 8.

    I wonder how to change the fonts by default to Gabriola police? is there a software that I need to buy? Please let me know if you know how.thanks... big nose...

    Hi Edgardargueta,

    The function to change the font is not available in window 8. This feature is by design. The only way is to increase or decrease the text size and can also be turned into fat.

    See the following link for more information: http://windows.microsoft.com/en-US/windows-8/make-text-screen-larger-smaller/?v=t

    The software is a third problem, Microsoft does not support any software of third-party application. The best option for you is to use your favorite search engine and the search for these software online.

    WARNING OF THIRD PARTY

    Using third-party software, including hardware drivers can cause serious problems that may prevent your computer from starting properly. Microsoft cannot guarantee that problems resulting from the use of third-party software can be solved. Software using third party is at your own risk.

    Just reply to us if you are having problems with Windows in the future. We will be happy to help you.

  • How to change the settings of the edge GW firewall created by vRA

    Hi, NSX and expert vRA

    What I want to know is how to change the settings of the edge GW firewall created by vRA.

    I've created a plan including the network of transit as follows:

    According to this plan, edge gateway is put into service, but the firewall is also created as below:

    Because of this firewall configuration, the VM 'User' cannot access the VM 'WebSV '. How can I use vRA to make the link between 'User' and 'WebSV '?

    Yes, you need a 1:1 profile, otherwise what you try does not work.

    Grant

Maybe you are looking for

  • Satellite C660: fast ethernet or gigabit ethernet?

    Hi all No matter what owners here Satellite C660 series?Looking at various Web sites, the common consensus is that the C660 series is not equipped with gigabit ethernet, but with regular fast ethernet. Can anyone confirm or deny that please?Does or d

  • Does anyone know a program of accounting for Mac?

    II am looking for a program of accounting for Mac, any suggestions?

  • Tecra M3 - strange observation on performance of RAM (lack of)

    Hi people. I recently moved up to 2 x 1 GB of DDR2 (533) on this laptop, 2 x 512 MB, and one day a week, there are, or so I'm curious and ran the SiSoftware Sandra benchmark of band memory bandwidth. The result struck me as less than it should be - b

  • Why is it so slow on Satellite A300 PSAG8E SSD

    Hi, guys Please help me with the following question. I would like an admin to help me please, or someone very experienced, if possible. 2 weeks ago, I bought a Satellite A300 PSAG8E. A couple of months before the purchase of this laptop, I had also b

  • HP Pavilion G6 of heating like crazy

    Hello. 2 years ago I bought a laptop HP Pavilion G6 with a local distributor in Romania and noticed that the laptop heats up like crazy in the left side. I can't keep it even on my knees because it literally Burns me. When the laptop was still in the