How to control a SC-2062 at shutdown of computer

I use a PCI-MIO-16XE-50 to control a SC-6062 (8-channel relay). When I stopped the host computer relays open during the shutdown process, then close when the computer is turned off completely. I have the SC-6002 powered outdoors and need relay to stay in the same position when the computer is turned off. It is a security problem big I need to fix.

Can someone help me with this?

Thank you

Grosso

Hey, Grosso,.

A series E, default power Board, the State is high, so that the default relay close when there is no power, power to the top (and bottom) States will continue to give you the difficulties unless you the wiring in a menu drop-down resistance. Please take a look at the KB entitled affecting the default digital lines E-SeriesDAQ Board of Directors State. Have a holiday weekend!

aBowman

Tags: NI Software

Similar Questions

  • Satellite M100 with Debian - how to control the power and the cooling fan on

    Hey,.

    I M100 and I installed debian, works very well, but there is a problem.
    Cooling fan turns on the top speed of all time. I m not shy on unix.
    How can I control cooling fan?
    How to control the power to the laptop?

    Hi mate,

    have you ever heard of the toshutils? I highly recommend trying these tools. Just google for toshutils and you'll find a few nice applications. Should usually be included in the distribution you have, also, I would check with 'apt - get search toshutils.

    See you soon

  • How to control the speed of the fan on Satellite A660 - 11 M?

    Please any body know how to control the fan speed its always of 69% and making bad noise and the cpu use is 3% no to treatment high I try avancΘs power but still runing high speed

    Advanced power settings go to Toshiba power Saver saver > cooling method. There are minimum level. Change back to your power management for a second power plan, and the fan must be much quieter.

    I did it on my Satellite A660.
    Before changing PC Toshiba, health monitor showed CPU temperature 41% and the speed of the fan was 67%. After changing the method of cooling fan speed is 0%.

  • How to control the output voltage?

    Good time after some time can get the output voltage, but this value is alwayscontinuous. How to control the voltage output through a Boolean? In

    in order to get this tension when I want to.

    Greetings.
    Hugo Santos

    Hi Hugo,.

    If you use a LabVIEW project, you must set the time of sampling in the properties of the node (see SamplingInterval.png). But this time to refresh the data should be high enough. If you take into account this update of time trying to control your way out.

    Kind regards

  • With LabVIEW how to control an instrument with a RS232 output, using a USB RS232 converter cable.

    With LabVIEW how to control an instrument with a RS232 output, using a USB RS232 converter cable, since I do not have rs232 ports. I have two instruments I want for the control in this way. One is a guarantee of strength Imada SPAS with RS232 output. The other is a micrometer Panasonic HL-G103-S-J laser sensor which is RS422. I have done significant programming LabVIEW using GPIB, but I have no experience with devices such as these. No matter what tutorial or examples would be greatly appreciated.

    Thank you.

    When you plug the USB-RS-232 converter, it installs a driver under Windows which makes it look like any other RS-232 port.  You may need to install the driver of everything that came on the CD with the converter.  It will get a Com as Com5 port number according to what is the next available number.

  • How to control (or know) the speed of iteration of While loops?

    Hello world!

    Currently, I am implementing a 2 bit counter in LabVIEW. Fortunately, I was able to find examples on the forums of NOR.

    Yet, in real life, speed of the ILO 2 counters are controlled by a clock switching frequency to produce different outputs 4.

    In VI I downloaded, the 2 bit counter plays quickly with an unknown speed. Trying to put timing delays and other tools, but I have to at least be able to control the 'real' speed of counter 2 Bit inside the while loop.

    Is there a any basis on what is the speed of iteration of the While loop when the loop? I have really need to know the real speed and how to control this speed because I need to sync for demultiplexing purposes.

    Thank you and best regards.

    ____________

    Falsehope


  • How to control 2 motor epos using microcontroller 50/5

    Hello. I did a program of integrated epos of labVIEW for control 1 motor epos. I make the program using the sub - vi from labVIEW epos data, but I don't know how to control 1 motor. Can anyone help me or tell me how to control 2 motors or wad is necessary? Thanks for your help :-D

    Hi Spydi,

    I don't think you need the CANopen library since you already use the instrument EPOS Driver.

    Currently using a NI-CAN device to connect your controller? This is a device for both engines I think?

    We are not very familiar with this set of drivers because it is not created by NOR, but I think all you have to do is to change the axis of entry to determine which engine is controlled.

    So probably your first engine corresponds to the axis 0 (default value in the example program), then your second engine corresponds to the axis 1. When you want to send commands to the different engines, set the ID of node/keyhandle axis accordingly.

    I hope this helps.

    Best regards

    Boon Chen

    Applications Engineer OR

  • have envy700 of hp with windows 8, how to control panel

    Need hp 700 with Windows 8. How to control panel

    Hello

    Windows 8.1 is much better this way. For Windows 8, please try:

    http://HOWTO.CNET.com/8301-11310_39-57570140-285/the-three-quickest-ways-to-open-the-control-panel-in-Windows-8/

    Kind regards.

  • INTERFACE with the waterfall design: how 2 controls arranged in a single line?

    Hi all

    Cascade using I can easily drag and drop the control in the definition of qml and can preview visually. But it seems to draw the controls row-by-row. How do control the position absolutely on one line?

    In this case, you must use the DispositionAbsolue as the layout for this container, but note that you must specify the coordinates for each control. See the example below to place two buttons on the same line:

    import bb.cascades 1.0
    import bb.system 1.0
    
    Page {
        Container {
            layout: AbsoluteLayout {}
    
                Button {
                    id: btnConn
                objectName: "btnConn"
                text: "Connect"
                preferredWidth: 330
                    layoutProperties: AbsoluteLayoutProperties {
                        positionX: 44
                        positionY: 260
                    }
            }
    
            Button {
                id: btnDisc
                objectName: "btnDisc"
                text: "Disconnect"
                preferredWidth: 330
                    layoutProperties: AbsoluteLayoutProperties {
                        positionX: 394
                        positionY: 260
                    }
            }
        }
    }
    

    I hope this helps.

  • How to control the selected area in the field

    I'm trying to find how to control him are selected a field so when the field is selected only a part of the field is highlighted. I can't find a way to do this other then stir in a small field within a field not selectable largr.

    Any suggestions on how to do it?

    Thank you!

    Hi crispoyz,

    You can override the drawfocus fields for this method.

    Try with this code. This is an example of code just to understand.

    class CustomField extends Field
        {
            int width = 100;
            int height = 100;
            String _text;
    
            public CustomField(String text)
            {
                super(Field.FOCUSABLE);
                _text = text;
            }
    
            protected void layout(int width, int height) {
                setExtent(getPreferredWidth(), getPreferredHeight());
    
            }
    
            protected void drawFocus(Graphics graphics, boolean on)
            {
                if(on)
                {
                    graphics.setColor(Color.GREEN);
                    graphics.fillRect(20, 10, getPreferredWidth()-50, getPreferredHeight()-30);
                    graphics.setColor(Color.RED);
                    graphics.drawText(_text, (width - getFont().getAdvance(_text))/2,(height - getFont().getHeight())/2);
                }
            }
            protected void paint(Graphics graphics) {
                graphics.setColor(Color.RED);
                graphics.drawRoundRect(0, 0, getPreferredWidth(), getPreferredHeight(), 20, 20);
                graphics.drawText(_text, (width - getFont().getAdvance(_text))/2,(height - getFont().getHeight())/2);
    
            }
    
            public int getPreferredWidth() {
                // TODO Auto-generated method stub
                return width;
            }
            public int getPreferredHeight() {
                // TODO Auto-generated method stub
                return height;
            }
        }
    

    Thank you.

  • How to control the ws appeal period

    Hi Experts,

    I use bpm12.1.3, when the process web service using the service task, how to control the delay?

    Best regards

    Hi user,

    There is a nice blog on wait times. It's about 11g, but it also applies to 12 c.

    https://technology.AMIS.nl/2011/11/18/timeouts-in-Oracle-SOA-Suite-11g/

    Antonis

  • How to control the spacing between the objects as they scale

    Hello community Muse,

    I am re-creating a report of InDesign in Muse and came across an issue where, when the browser width shrinks I graphic scale but they end up with huge gaps between them.  I'm eager to graphics to remain hidden under the other.  Can someone help me understand how to control this Muse?

    Thank you!

    Please see the link test here:

    Homepage

    Everything should work normally, as you'd expect. Just trying to help Muse idetifying objects, which should be pushed down: ensure that these objects don't overlap and combine them.

  • How to control the movement of the oam in muse & just play once the proposal?

    How to control the movement of the oam in muse & just play once the proposal?

    This must be configured during the creation of the oam, no Muse, but the animated application you use.

    Thank you

    Sanjit

  • How to control where the Messages appear on a Page

    Hello.

    I use Apex 4.2.1 on mod_plsql and Oracle 11 g 3.  My application uses theme 21.

    I noticed a strange behavior.  All my messages page such as the success of process messages ('changes have been saved") and even validation error messages ("date field must have the value") will all be displayed at the bottom of my page.  The users do not know still an error has occurred or that their database changes have been successfully saved until they literally put you at the bottom of the page.

    My page happens to have several regions (HTML, report, form) some of which are "children" of the parts of 'parent '.  It's just the way I need to position the different regions on this particular page.

    If anyone knows why these messages appear at the bottom of the page?

    I want to display them all at the top of the page.

    Any son of tips/suggestion how to control the placement of the message on a page would be much appreciated.

    Thank you.

    Elijah


    The placement of messages are defined in the page template.

    If anyone knows why these messages appear at the bottom of the page?

    You put your regions in a position in the region above the location of the messages.

    Change one of the regions and in the "User Interface" section, there is the field "View Point".  Click on the flashlight icon to the right of this field to see a presentation of the positions of the region and location of the messages.  Note that #SUCCESS_MESSAGE # and #NOTIFICATION_MESSAGE # are under some other positions (e.g. region Position 1 and Position 4 region) region

    Parts of the main body of a page are normally in "body of Page Template (3).  Try changing your regions for the "body of Page Template (3)" shows point.

    -Jeff

  • How to control the length of the field... ?

    Hi all


    All by providing payment details in the payment.jsp... If we use a credit card which has 16 digits then, how to control the ground to allow the entry of 16 digits only... ?


    Thank you
    Vishnu

    Write javascript to enter only numbers and set the "16" size = attribute to limit the size to 16 digits.

    JavaScript can be like that of google.

    function isNumberKey (evt) {}
    charCode var = (evt.which)? evt.which: event.keyCode
    If (charCode > 31 & (character code < 48="" ||="" charcode=""> 57))
    Returns false;

    Returns true;
    }

    -Kiss

Maybe you are looking for