get the MAX to recognize the SCXI modules

Hello, try to keep it short, we strive for Labview 5.1 running on the XP machine, until we get new set kit to date in the future (current NT machines fail). I tried NiDAQ 7.1 8.1 drivers with a PCI-MIO-16-4th card in a Dell optiplex 755, and the current sticking point is to configure the system via MAX to specify the type of chassis and modules. Modules are not found automatically, and entered manually the results into the slots being declared empty, on a test of the chassis (chassis SCXI-1001). SCXI modules we are SCXI-1100, SCXI-1162HV, SCXI-1124 2 x and 2 x SCXI-1160. What should I do to make this work? Different driver? I'm not at all familiar with the inner workings of Labview!  Thank you.

Rob,

Thanks for the reply. The problem was more the cable SCSI detaches from the end of SCXI chassis (these connections seem very inclined to come drifting). The modules then self populated, and the system works now. The system worked very well for ten years, but the old Compaq PC fail now and we have only a few replacement Dell, but of course they come with Windows XP, while the ran Compaqs WinNT, it has so been interesting trying to get Labview 5.1 running on the new boxes with the old cards DAQ until we get funding for new cards / Labview 2010 / Teststand. Problem solved for now!

Tags: NI Hardware

Similar Questions

  • Firepower and WINscp - how to get the files module SFR

    Is anyone able to use WINscp to get a file to a module of sourcefire? I think that WinSCP has problems with the admin user do not enter expert mode by default.

    I have a windows environment and can not get the secure copy scp to work of SFR command to a server with port 22 open windows.

    You are right. Sourcefire module/sensor is not as SCP server you cannot use the winSC is there to connect. But it acts as a client PCS, so you can use firesight or any other SCP server and copy the files to the CPS server first and then use winscp to get out.

    For example.

    > expert

    > sudo scp/var/common/leader-to-be-copied [email protected] / * /-IP: / var/tmp

    This will copy the file to the directory/var/tmp in firesight. You can use any other SCP server as well.

    Rate if helps.

    Yogesh

  • get the Application Module during the invocation of Taskflow delimited

    Hello dear developers,

    I have a filter that maps just before the Faces Servlet and fill some attributes in the HttpSession before it proceeds with the request

    [...]

    If (_clientUser! = null & &! _clientUser.isEmpty ()) {}

    session.setAttribute (CLIENT_USER_URI_PARAM_NAME, _clientUser);

    filterChain.doFilter (servletRequest, servletResponse);

    return;

    }

    [...]

    There are some practical information for which task flow should be addressed within the URI,

    faces/ADF. Task-Flow? ADF.tfId = Task-Flow-Definition-ID & adf.tfDoc=/WEB-INF/task-flow-definition-id.xml

    After I continue the application there is a method call within the bounded workflow that is called before the display (allows to call the current view), making it default business

    [...]

    activity < default > doStuff < / default activity >

    [...]

    The method itself is in a Managed Bean PageFlowScoped, which is added to the task-flow-definition - id.xml

    This is the method that is called before the "MainPage"-view of doStuff ".

    public class {controller

    [...]

    public void doStuff {}

    FacesContext ctx = FacesContext.getCurrentInstance ();

    Card sessionMap = ctx.getExternalContext () .getSessionMap ();

    String clientUser = (String) sessionMap.get (CLIENT_USER_URI_PARAM_NAME);

    AppModImpl am = getApplicationModule();

    DBTransaction transaction = am.getDBTransaction ();

    do more things

    }

    [...]

    }

    public AppModImpl getApplicationModule() {}

    FacesContext fc = FacesContext.getCurrentInstance ();

    Application app = fc.getApplication ();

    ExpressionFactory elFactory = app.getExpressionFactory ();

    ELContext elContext = fc.getELContext ();

    {ValueExpression valueExp = elFactory.createValueExpression (elContext, "#{data.", Object.class "}") AppModDataControl.dataProvider};

    AppModImpl m = valueExp.getValue (elContext) (AppModImpl);

    am back;

    }

    Everything works well so far. But if I try to get the Module of the Application. There is not.

    This app normally isn't any what DataControl, because is just a root application which different components of blocks that have been added by ADFLibrarys, but I added a DataControl to the DataBindings.cpx and an iterator for the MainPagePageDef (just to understand a DataControl in links) but still no result.

    Do you have any tips for me how I can access the application Module? FacesServlet should have been already created the necessary FacesContext managed Bean is called at the moment or it only creates a new FacesContext time a real (jspx/jsf) Page loads?

    Yours,

    Matthias Schnell

    I got a response:

    Here is the block message that has helped me to understand.

    Andrejus Baranovskis Blog: How to fix error of initialization of the control Data with the ADF libraries

  • How to get the Application Module - ADFC-10001

    Hello world

    I use jdev 11.1.1.7 version. In my project, I have a form that is rendered in the portal by clicking on a link. When I click on the link, it opens the form for the first time, if I close the form and try to open it again, it works but if I close and try to open it for the third time, it does not work and it gives an error associated with rendering after debugging the data control. , I realized that somehow, it cannot find the data for the third time control.

    If I use the code to get the below request form

    BindingContainer DCBindingContainer = (DCBindingContainer) BindingContext.getCurrent () .getCurrentBindingsEntry ();

    DCDataControl cDataControl = bindingContainer.findDataControl("ComplianceModuleDataControl");

    or if I use iterator

    BindingContainer links = getBindings();

    DCIteratorBinding dciter = (DCIteratorBinding) bindings.get("CriminalHistoryVO1Iterator");

    RowSetIterator rsi = dciter.getRowSetIterator ();

    It gives an error like this

    javax.faces.FacesException: javax.faces.FacesException: oracle.adf.controller.ControllerException: ADFC-10001: failed to instantiate the class "com.metro.PreQualComplianceBean".

    at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:415)

    at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)

    Caused by: javax.faces.FacesException: javax.faces.FacesException: oracle.adf.controller.ControllerException: ADFC-10001: failed to instantiate the class "com.metro.PreQualComplianceBean".

    at com.sun.faces.application.ApplicationImpl.createComponent(ApplicationImpl.java:261)

    at javax.faces.webapp.UIComponentELTag.createComponent(UIComponentELTag.java:222)

    at javax.faces.webapp.UIComponentClassicTagBase.createChild(UIComponentClassicTagBase.java:513)

    at javax.faces.webapp.UIComponentClassicTagBase.findComponent(UIComponentClassicTagBase.java:782)

    at javax.faces.webapp.UIComponentClassicTagBase.doStartTag(UIComponentClassicTagBase.java:1354)

    Somehow the iterator returns null for third click.

    In summary, in my third click, I can't make the data control, which may cause this problem. This is a really urgent situation. I'll appreciate any help.

    Thank you

    Melis,

    Hi user

    the first thing you should not write these methods to the constructor, instead create method to expose layer model through client and use in taskFlow as default activity

    It is not recommended to use the code in the constructor of beans as if there is that no bean exception will not be instantiated

    Why are you applicationModule at the bean? no need for this just write your code in the AMImpl class and use through the link layer

    It's the best coding practice, you have to try

    Thank you

  • When you try to run disk defragment tool I get the message "module stop working" and it closes

    Original title: defrag computer

    Each time defragmentation runs, if at the request, or I try, I get module quit job and program of the windows closed. developed.  Then when he pointed out the problem, I have just sent me to the updates that I have nothing to update.  Not computer smart - could I have deleted something that is originally not not to work?

    1. Please do a check of the file system. Is to find corrupted files and go find everything, he will try to fix them, if possible.

    Start button > Search box type cmd > look up, do a RIGHT click on cmd.exe > click run as
    Administrator
    > in this window cmd black and white, type at the prompt flashing sfc/scannow > press the ENTER key.
    Note: there is a space between
    'sfc' and ' / '.
    To sit and wait. It will take time.
    When finished, exit the cmd window.
    Reboot (restart your computer)

    2. make a twilight check that there is nothing wrong with the drive.
    Start button > Search box, type cmd > look up, right-click on cmd.exe > Run As Administrator > in the black and white window, at the command prompt flashes, type chkdsk/f/r > press the Enter key.
    Note: there is a space between 'chkdsk' and ' / '.

    The screen will say something like cannot do it now, but you want to run it on reboot. Click on 'y' as in Yes > press > window cmd of output.
    Restart your computer. It will take a while.
    DO NOT stop the machine. Just wait.

  • Printer not working, get the error 'Module C:window\system32\spool\drivers\w32x86\3\lxdodatr.dll and dmrclibrary.cpp Microsoft visual C++ runtime '.

    I get following errors: Module C:window\system32\spool\drivers\w32x86\3\lxdodatr.dll and dmrclibrary.cpp Microsoft visual C++ runtime Windows 7

    Please stand out as the answer. What is the number and the model of your printer (Lexmark)? You can try to uninstall and reinstall the printer driver.

  • How to replace the SCXI-1600?

    Since our IT obliges us to switch to Win7, 64-bit edition, our SCXI-1600 becomes unnecessary because there is no 64 bit driver (Sidenote: the device is still available in the online catalog without obvious by the lack of such a driver warning). in an another tread on this subject, Seth_B advise

    For example, the USB-6251 device mass termination that provides 5 x faster sampling with 7 x better accuracy, USB 2.0 transfer speeds of data transfer more reliable and is only about $300 more including the cable between the DAQ hardware and the SCXI chassis.

    I need more information - I don't understand how exactly who will replace the SCXI-1600 as a connection to the SCXI block, for me, it looks like an ordinary e/s USB device must connect directly to several types of e/s analog and digital through a CBS. What cable should I connect the chassis SCXI containing other maps, how she will turn upward in MAX - in short: I need to decide if the replacement is more trouble with respect to particular software rewriting labview and other efforts that fight OUR guys to keep the System 32 bits for this testbed.

    Hello MBohnet,

    To avoid work or acquisition of new equipment on your part then I would recommend against your IT Department to maintain 32-bit system.

    If you need to upgrade to Windows 7 64 bit then the 6251 is an option at your disposal to communicate and scanning information of you modules SCXI.

    There are steps for setting this up

    1. Remove the 1600 chassis.
    2. Fix a module SCXI-1349 in the back one of the SCXI modules. Then use an SH68-68-EPM cable (the cable is listed on the pricing for the device 6251 tab) to connect the SCXI-1349 module to the PCI-6251.
    3. Your configuration in Measurement & Automation Explorer would be alike in what concerns the addition of your device, but you will point to the 6251 as the digitizer.
    4. The quote above regarding the (5 x faster sampling rate) applies only when using the USB-6251 in parallel mode.
    5. You wouldn't have to make changes to code with switching on the material element.
    6. Also, if you are not connected to the USB take a look at the PCIe-6320 or PCIe-6341 with the SHC-68-68-EPM cable. They are less expensive than the USB-6251 housing alternatives.

    Kind regards

    Izzy O.

    Technical sales engineer

    National Instruments

    www.NI.com/support

  • How to move icons of the add-on at the helm the additional module at the bottom of the screen

    I have a number of modules, and the icons on some of them take a lot of space. So the navigation bar is stuffed full. I added the bar add-on that appears at the bottom of the screen. However, I did not understand how to get the icons module moved to the bar downstairs. I'm sure it's something very simple, but I did find the magic combination to do it again.

    I would appreciate any help/suggestions you can give me. Thanks for your help.

    I don't know if it's relevant, but I use two laptops computers Toshiba running Windows 7 and the other is Windows 10. Both are 64-bit. And it is Firefox 42.0.

    Type of topic: customization< enter > in the address bar.
    In the new window, look for the icon. When you find it, press and hold
    the left button on it and move it to where you want it to be.
    You can move the icons you want here, but
    some icons are locked in place.

    Also, there is a default button in the Middle at the bottom.

  • Get the Application via Backing Bean ADFBC model

    I'm trying to get an instance of an Application model via a backing bean and it will return null; I see the error message:

    * < InstantiateDataControl > [1097] INFO: search mDCRefMap has failed. The cpx has an entry dataControlUsages 'dc '? *

    I can drag a VO on my jsff page and that seems to work fine but when I want to get the app module and manipulate a VO in the code, I get the above.

    I tried both approaches, and they produce the same error message and null data control.
    1.
    String dcFrameName = BindingContext.getCurrent () .getCurrentDataControlFrame ();
    DataControlFrame dcframe is BindingContext.getCurrent () .findDataControlFrame (dcFrameName);.
    DataControl dc = dcframe.findDataControl("NavModuleAMDataControl");

    ApplicationModule am = ((DCDataControl) dc) .getApplicationModule ();
    am back;

    2 return (ApplicationModule) JSFUtils.resolveExpression ("#{data." + name + ".dataProvider"});


    Anyone seen this before?

    See the section "9.10.3 How to access an Application Client Module Interface in a Web Application from merger" of the Guide of Fusion JDev 11.1.2.0.0:

    http://download.Oracle.com/docs/CD/E16162_01/Web.1112/e16182/bcservices.htm#sthref356

    DMI

  • Download the ModuleLoader Module

    I use the code below to load my module

    var loader:ModuleLoader = new ModuleLoader();
    loader.addEventListener(ModuleEvent.READY, moduleLoaded);
    loader.loadModule("modules/ContactModule.swf"); 

    private function moduleLoaded(event:ModuleEvent):void
    {
         var loader:ModuleLoader = event.target as ModuleLoader;
         loader.removeEventListener(ModuleEvent.READY, moduleLoaded);
    }
    

    But how can I get the real Module rather than the ModuleLoader?

    Should be in loader.child

  • Is there a single SCXI module adapted to the entries for mixed probes?

    I'm trying to set up an SCXI system to receive signals from a number of different types of sensors. I have a large number of thermocouples for which I decided to use the SCXI-1102 module. I also have a unique pressure sensor (unknown spec so I'll assume type of strain gauge), a unique accelerometer (once again, unknown technique) and possibly a few tensions ahead right (unknown County and spec so assume - 10 v to + 10 v Beach max).

    Is there a single SCXI module through which I can acquire voltage signals, accelerometer and pressure sensor? Or maybe just use 2 modules instead of 3 if I have a SCXI-1530 for my accelerometer and an another module for the tensions and the pressure transducer? I was watching the module SCXI-1121, which looks promising for the tensions and pressures but then was unsure as to what block of connection to use for the combination of signals (possibly, I could live with a - 5V to + 5 v range if necessary).

    (Additional info: I use TC-2095 blocks with my SCXI-1102 module, can not really use spare entered on those voltage inflows).

    Thanks for any help.

    CASE NO.

    It's expensive,

    Thanks for your inquiry. You obviously already did a lot of research on this issue. I fear that it is unlikely that you will be able to use a single SCXI module to perform any function you listed. Necessary accelerometers such air conditioning specialist, it will take a module - as you mentioned already, something like the 1530 (4 channel accelerometer input module) would be ideal.

    However, you have a number of different options for the pressure, voltage and temperature measurements.

    For example, you could buy a mudule 1520 for your measurements of pressure and then use a generalist 1102 b for voltage and temperature (need you the connection block insulated from 1303 to condition the thermocouple readings... and work around the CYC technology for pressure readings).

    Or, you may use the module thermocouple 1102 for your temperature readings and then use a 1102 b to take pressure readings and the pressure. Of course, that would require making your own bridge to the pressure sensor configuration, but this should be pretty easy.

    Before making any final decision, I would recommend that you call your local branch of the NC and speak with a sales representative. Perhaps, a member of the sales field staff might actually come see discuss you it face to face.

    Finally, it looks like you have a number of ways relatively high for some of your reading, is why you decided to use the SCXI platform. I was just wondering if you had considered compact DAQ (cDAQ), which combines the DAQ hardware with signal conditioning. Top spec, ease of use, lower number of channels. Swings and roundabouts I guess.

    I hope this has been of some use to you.

    Best wishes

  • Using the SCXI-1520 module for measurement of torque

    Hello

    I'm working on a project that requires a measument couple in real time on a speed-shaft drivetrain configuration phase.

    I have the SCXI-1520 module, and I think with a with a configuration of full-bridge strain gauge to do this.

    The problem is that it is not possible to connect to a real-time measurement, so my first solution was using some sort of wireless transmission to receive data in the SCXI-1520 module

    The Arduino + Xbee seems to be the best way to go, but at the same time, I think I might have a few problems of conditioning of the signal while transmitting data to LabVIEW through the SCXI-1520.

    Don't you think it's the best way to do it, or is there a better solution?

    Thank you!

    Hi Kenny,

    What type of operating system are you using? When you say 'Real time', do you mean look at a signal when it occurs? If you use communication networks, you will not be able to get truly control in real-time because communication networks is not deterministic, and you cannot guarantee the synchronization.

    If you try to get a signal and he discovers that you buy it, you should be able to use the Arduino and LIFA with LabVIEW. Adding the SCXI-1520 will not add any additional resolution in this circumstance.

    Best regards

    Anna L

  • How to remotely manage the tasks of acquiring data and SCXI modules?

    Hi, I have a system consists of a PCI4070, a PCI6024E, several SCXI1102 and a SCXI1130. I wonder if I can remotely view/create data acquisition tasks and configure SCXI modules. My PC and PC host of these devices are in the same LAN, I tried to create new ones in the remote systems to MAX, but he found no material. What should I do? Thank you very much.

    Please note:

    A remote system (in MAX) refers to a real-time target that can be managed or configured on the network, while a network device does not run a real-time operating system. Remote systems are not the same as network devices. A network device is a device that is accessible via an Ethernet or wireless. These devices can be accessed by multiple computers and not to run a real-time operating system.

    For your application, you can consider using VI server to run a VI to the driver for your devices.

    http://digital.NI.com/public.nsf/allkb/0232C618DAA70F6C8625736200452C1D

  • MAX self test is not available for the 9237 module

    I had been successfully using a VB.NET program to control the ENET-9237 module to read a load cell.

    I've been using 9.4 DAQmx drivers.

    Things were working well for months...

    Today when I tried to use it, I couldn't communicate with the device.  When I looked in MAX and ran the self-test I got an error indicating that the device is not active.

    I deleted the network device and it still added.  He added just fine and I can see the system state is in place, but now the self-test button is gray.  I can not even use my software to connect to the device.  So the ethenet part seems OK, but I can't get access to the real load cell module.

    This indicates a hardware failure of the 9237 module?  Or is there still something in the software I should try?

    It turns out that it was a software problem.  I moved the material to another computer and automatic test worked fine.

    I've uninstalled and reinstalled the DAQmx v9.4 drivers on the computer with a problem.

    Now everything works as it should.

    Not sure what was wrong with the original installation...

  • print module cannot get the printer device context

    I can't get my printer to work. It seems that the computer does not recognize the printer when I plug. No printer symbol. then, when I try to print a square stands up and says 'printing module cannot get printer device context' I have no idea what this means or what to do about this please help

    You need to get the print vendor drivers.   You can try using a printer driver that converts data of the PDL even that interprets your device, but you should request this information from the company that made the device

    Alan Morris Windows printing team; Here Microsoft Knowledge Base search: http://support.microsoft.com/search/Default.aspx?adv=1

Maybe you are looking for