Advice on the acquisition of trigger using the bridge of strain cRIO module

Hi all! I quote a project of collecting the values of a single lane of a constraint NOR-9236 bridge module. I need to view and draw a large number of curves over time, and I'll try to find the best way to trigger the acquisition. It is the first project of LV RT that I've been involved with, I'm looking for a bit of general advice as well.

Basically, I need to acquire 500 samples at 1 kHz, and I need to know if there are special considerations that I'm on. Specifically, I'll need a DIO module? It is an application quite simple (to my knowledge, anyway), but I would prefer something a little more predictable and controllable timed a trigger.

Thanks and let me know if I have omitted important information.

No worries, the statements above seem reasonable. It will be largely a matter of this application in the code that you write. It fell well within the capabilities of this system. Good luck!

Tags: NI Software

Similar Questions

  • Confusion about the Source of excitement in the bridge SMU-4331 input module

    Hello

    I had some confusion through the input of the bridge SMU-4331 sheet module.

    In the features section of excitement, its current Minimum as 29mA says. What it means. It can only current greater than 29mA delivery!

    I think this should me Maximum current specification.

    If you look at the table below

    350 ohm resistance, the current should be 10V/350 ohm = 28.5mA

    but for 1 K ohm, current will me 10V/1Kohm = 10mA, which isn't normal, if you specify current minimum as 29mA.

    any thoughts?

    Kind regards

    Mirash

    Hello Mirash,

    I'm glad I could help!

    As for your other question, the SMU-4330/4331 are inherently peripheral ratiometric.  This means that they are designed to detect the level of excitement and range of the ADC to the appropriate scale.  In this way, we can compensate for permanent changes in the voltage.  One of our engineers wrote a big article really nice area on the subject I would recommend that you take a look at: Sensors of Measuring Bridge-Based with the ratiometric approach

    See you soon,.

  • Output for the bridge 6.3 web module install question

    After following all the steps on this page:

    https://helpx.Adobe.com/bridge/KB/install-output-module-bridge-cc.html ,

    the link of web gallery output is still missing under the 'window' menu drop-down bridge.

    This is a machine of Windoze 7, 64 bit.

    What should happen to have this available?

    TIA,

    Brian

    It's with a red face, I must point out that the file 'workspace' wasn't in the right place.  He enter the folder to workspace solved the problem.  Learning to read can be useful as well on my part!

    Brian

  • measure the angular speed, angle and trigger using a gyroscopic sensor breakout board and LabView data acquisition

    How to measure the angular velocity, the angle and trigger using a gyroscopic sensor breakout board and LabView data acquisition?

    There is a single channel data acquisition code which measures the angular velocity, angle and flexibility using a gyroscopic sensor breakout board and acquisition of LabView data attached to this, I need a help to creat two-channel data acquisition code?

    Hello

    Attached is a vi that you can use in order to read the measured angular position of an encoder.

    If you need more examples on the tasks that you can develop with NOR-DAQmx and LabVIEW, you just need to open LabVIEW and click Help > find examples > Input and Output material > DAQmx > entry counter.

    Kind regards

  • Can you please give some advice on the ToolTip used in the new packaged applications

    Hello
    I use apex 4.1 theme 23.
    I would use the ToolTip used in the new packaged app.
    Can you please give some advice or the "Details" on ToolTip, used in the new packaged applications. for example: go live checklist request.
    Once we fly over "Check list items" region. We get the tootip.

    1. how to find the class "detailedStatusList".
    2. how to find "detailedStatusListToolTip();" JavaScript function used in "execute when Page Loads.
    3. is there a tool to generate the source in the region to "check list items.

    I don't know if there are more, I need to know...

    * the tooltip plugin isn't solid...

    Kind regards
    Water

    Good morning, water,

    My goal is to use it in IR for the column notes. I can't show all the notes on the report. so I use RPAD to show only the first words. and the rest should be available by using the ToolTip.

    Fact :D

    You need to use SUBSTR to restrict the notes to a few words, not RPAD.

  • I changed the IR query as follows...

    select
    Deptno,
    Dname,
    Loc,
    substr(notes,1,25) || '<div class="long-notes" style="display:none;">'||notes||'
' as "Notes" from "DEPT"

  • Column attributes: Note > formatting of column > Expression HTML

    <div class="short-notes">#Notes#
  • Edit Page > JavaScript > function and global variables declaration

    function setNotesToolTip() {
         this.xOffset = 0; // x distance from mouse
         this.yOffset = 10; // y distance from mouse
    jQuery("div.short-notes").hover(
         function(e) {
              var insideText = jQuery("div.long-notes",this).html()
              this.top = (e.pageY + yOffset);
              this.left = (e.pageX + xOffset);
              $('body').append('
    ' + insideText + '
    ' ); $('div#notes-tooltip').css("top", this.top+"px").css("left", this.left+"px").delay(500).fadeIn("fast"); }, function() { jQuery("div#notes-tooltip").fadeOut("false").remove(); } ).mousemove( function(e) { this.top = (e.pageY + yOffset); this.left = (e.pageX + xOffset); jQuery("div#notes-tooltip").css("top", this.top+"px").css("left", this.left+"px"); } ) }

  • Edit Page > header and footer > footer text

    <style>
    div#notes-tooltip {
        background-color: #F8F8F8;
        border: 1px solid #AAAAAA;
        border-radius: 3px 3px 3px 3px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
        position: absolute;
        width: 420px;
        padding: 4px;
    }
    </style>
    

  • And finally called setNotesToolTip(); while the page is loading. (Run when the Page loads)

    Kind regards
    Hari

  • can we use advice in the oracle 11g version?

    can we use advice in the oracle 11g version? It works?

    Prasad wrote:
    can we use advice in the oracle 11g version? It works?

    Hello

    Yes

    Please find the document
    http://docs.Oracle.com/CD/E11882_01/server.112/e16638/hintsref.htm

    Concerning
    Hitgon

    Published by: hitgon on April 25, 2012 15:24

  • Advice on the use of the oracle.apps.aia.core.eh.i18n.EHCorrectiveActionRB

    Hello

    I'm trying to implement the AIA error handling and reading that AIA provides xpath functions to retrieve the error code messages and corrective action messages. the documentation says that you must use the oracle.apps.aia.core.eh.i18n.EHCorrectiveActionRB listresourcebundle class to do this.

    My questions are:

    1. this oracle.apps.aia.core.eh.i18n.EHCorrectiveActionRB of the class already exists within the AIA in order to add the new error etc... you just need to change?
    2. If the above is true then where can I find this class to add new messages?
    3 this Listresource bundle must be implemented in all composite samples of AIA? If yes how can I do this?
    3. does anyone have examples that I can use to implement the management of errors?
    4. all other general advice on the use of this list of resources group

    Thank you for your help in advance.

    Kind regards.
    Adrian

    1. this oracle.apps.aia.core.eh.i18n.EHCorrectiveActionRB of the class already exists within the AIA in order to add the new error etc... you just need to change?
    Yes, they exist oob with FP. In 10g, it will be under system/classes/bpel file.
    2. If the above is true then where can I find this class to add new messages?
    In 10g, it will be under system/classes/bpel file. 11 g, it will be under /soa/modules/oracle.soa.ext_11.1.1/classes folder.
    3 this Listresource bundle must be implemented in all composite samples of AIA? If yes how can I do this?
    No, the bundle is a single resource, and you can add your messages in the same class.
    3. does anyone have examples that I can use to implement the management of errors?
    Please see available in OTN download AIADemo. All composite materials have the error handling.
    4. all other general advice on the use of this list of resources group
    11 g class of resource bundles is replaced by a file of text properties.

  • Need some advice on the best way to do specialized source distribution

    I need to give a customer a labview block, they can use our material in their own labview code that will read the (encrypted) data net senor off the coast and the flow of data in a form usable output.  I built a vi that can be used in a loop, a bit similar to the block of canned labview data acquisition that can be used to acquire data from products OR.

    There are many sophisticated (and secret) algorithms going on in the background which make sense data and translate them into a usable data table, but also configure the hardware itself. Accordingly the only final vi I prepared to distribute the client makes use of Subvi about 20. Almost none of these subvis could be ideally be reconverted in plain code in main vi, nor what I want to do this.

    The rules of the game is the following: I want to give him the block I created to use its own code, without him to see what's happening inside the vi.  I can deny him access to the block diagram/s, no problem, but I don't want to give him access to the subvis, to use, or even to know their names - preference they would be hidden or otherwise pre-compiled. Preferably I would just give him the main block only, perhaps with some support files that would be entirely opaque to him.

    Looking for advice on the best way to go. There is an elegant solution to this problem? For example, it would be better to compile the block as a .dll file, and then write a wrapper vi any?

    Have you thought of creating a packed library? You can also password protect your code. You can delete the distributed code block diagrams. You can use a combination of the above as well.

  • Need advice on the bluetooth driver and software download

    * Please HELP *: you have just bought a bluemicro Nexus pro bluetooth v2.1 dongle. and Ive has damaged the disc it came with when I was opening the package.

    The disc says: Toshiba bluetooth driver and software bluetooth BT1.2/2/0/2.1.
    Anyone know if there is a download for this online somewhere or I have to go out and buy another? I'm not clued up when it comes to computers and would be very grateful for any help and advice... I; m using windows vista so that it should be compatible.

    Download and support Toshiba page you can download BT Toshiba stack but it's for use with Toshiba laptops.
    You bought non-Toshiba product then download contact Nexus or visit the support page of Nexus.

  • Guard application launch at the start of the appliance, also need advice for the implementation of network methods

    Hi all

    I'm new to the development of Blackberry and I'm writing a relatively simple application to run on 7.1.

    So far the development was interesting, I managed to create my user interface using resources online (mainly this forum), but today I tried to implement some of the network classes that I need and now I just met constant problems.

    I use Eclipse SDK 3.7.2 (the one that comes with the plugin RIM)

    First question:

    I'm not sure what I changed, but today I noticed that whenever I start the Simulator (by sim 9360) my application is started during the initial startup process. I don't think he did this before, but to be honest, I wasn't paying much attention. I think it starts at the start of the device is because I put a breakpoint in the constructor for my class from the main screen, which is hit before the Simulator happens even to the point where it is ready for user interaction. In addition, once it is ready, if I press the BB button, I see my registered application.

    I don't have it set to automatic start in .xml descriptior enforcement.

    I started this application on the HelloBlackBerry sample, here is my main method for the entry of the application:

    public static void main( String[] args ) {
            appSettings = AppSettings.fetch();
            // Create a new instance of the application and make the currently
            // running thread the application's event dispatch thread.
            HelloBlackBerry theApp = new HelloBlackBerry();
            theApp.enterEventDispatcher();
            //openConnection();
    
        }
    
    
    

    As far as I know, this is the only entry point for the application.

    More code

        public HelloBlackBerry() {
            // Push a screen onto the UI stack for rendering.
            mainScreen = new ScreenHelloBlackBerry();
            pushScreen( mainScreen );
        }
    

    Here is the method of. my class AppSettings fetch()

        // Retrieves a copy of the effective properties set from storage.
        public static AppSettings fetch()
        {
            AppSettings savedSettings = (AppSettings) _store.getContents();
            return new AppSettings(savedSettings);
        }
    

    Some of this code that I wrote myself, the persistence store cause the launch of my car?

    I tried to reset the Simulator to the factory settings, no change.

    All applications initialized during the startup of the device and then closed shortly after?

    Part 2: Need advice for the implementation of functions of network in the application

    I need to implement some methods that will retrieve data from a web service, and I also need to send data to this service. What I've read, the ConnectionFactory is the way to go. I want my application to make a request when the application is open and can check on a set interval. I didn't know exactly how to go about adding another thread for networking, I understand that network connections should not be created on the thread main event, so I tried to do this:

    The constructor of my class that implements screen (ScreenHelloBlackBerry), I use the following to create a modal dialog box to prompt the user for a username, I also try networking wire in the same segment of spawning:

            public ScreenHelloBlackBerry(){...initialize fields and managers, add it all together...then near the end
    
    //This will open the confirm dialog when the application is launched
            UiApplication.getUiApplication().invokeLater(new Runnable() {
                  public void run() {
                      openConfirmDialog();
                    //start connection - Possibly broken
                      ConnectionThread ct = new ConnectionThread();
                      ct.start();
                  }
            });
    

    I don't know if it's somehow OK to do, but it seems to work for what I need. I want a user who launches the application at the prompt, and if a user switch applications, when they come back they wondered again (unless they close the app and reopen it).

    Here is my ConnectionThread:

    public class ConnectionThread extends Thread
    {
    
        public void run()
        {
    
              ConnectionFactory connFact = new ConnectionFactory();
              ConnectionDescriptor connDesc;
              connDesc = connFact.getConnection("http://www.google.com");
              if (connDesc != null)
              {
                  HttpConnection httpConn;
                  httpConn = (HttpConnection)connDesc.getConnection();
                  try
                  {
                      final int iResponseCode = httpConn.getResponseCode();
                      UiApplication.getUiApplication().invokeLater(new Runnable()
                      {
                          public void run()
                          {
                              Dialog.alert("Response code: " +
                                            Integer.toString(iResponseCode));
    
                          }
                       });
                      httpConn.close();
    
                   }
                   catch (IOException e)
                   {
                     System.err.println("Caught IOException: "
                          + e.getMessage());
                   }
              }
        }
    }
    

    At the moment it has basically unmodified code from a sample that I found, I'll be retooling to meet my needs whenever I can make it work. I HAD this work to the point where, after the closed user confirm this dialog, a few moments later a an alert dialog appears with the 302 response code. I don't know what changed, but now it doesn't work at all, and if I try to scroll with the debugger, I can't past the httpCon.getResponseCode (). I've seen some mistakes earlier on "no record of service was set up", and I also had once a timeout exception.

    I'm sure I'm doing this wrong, but at the same time as I said WAS working, and now it is not. If someone has done this far, thank you very much for your time and advice are much appreciated.

    Also, should I try to start the thread of the network of the UIApplication class instead of the screen? There is currently very little happening in the class that extends UIApplication, do I spend most of my business logic out of the class of the screen and in the UIApplication class?

    Thanks in advance!

    Hi all

    Just to conclude this topic for those who are interested, I found an excellent guide to the implementation of networks in applications of BB, click here for a link.

    About my application being started at the start of the simulator of the device, I found that on a device real this behavior is not complied with, and in addition, the behaviour seems to have stopped after uninstallation and reinstallation of my Simulator.

    See you soon,.

  • Need your advice, choose the best update for first Pro CC

    Need your advice, choose the best upgrade.

    Because nobody can have a computer that runs all functions as quickly as desired, we have manage their it resources according to your needs, budget and for the money. Below is a fundamental issue related to Adobe Premiere Pro 2015 CC.

    Need for better visualization without jerky look of a stutter and overall better performance incease.

    Would I do better with? (Choose one please)

    1. Passing of an SSD to 2 SSD in RAID 0 configuration - cost about $350.
    2. Getting my video card NVIDIA GeForce GTX 560 Ti for a NVIDIA GeForce GTX 970 overclocked to 4 GB GDDR5 graphics card - $350.
    3. From Win 7 Pro 64-bit to win 10 Pro 64-bit.

    Please explain why you made your choice.


    Thanks in advance,

    Tom

    Tom,

    At this point, you're pretty much stuck to a GPU upgrade. You see, that the GTX 560 Ti is not is properly supported in first Pro CC 2015 when it comes to acceleration GPU of MPE. As such, you may experience random program crashes and/or repeated which are fixed only when you disable acceleration GPU of MPE and run first in software mode only MPE.

    The other improvements are out of the question: the i7 990 X CPU uses the chipset Intel X 58 now-seven-year-old, whose native Intel SATA ports are limited to SATA II (3 GB/s or 300 MB/s) flow. All support 3 SATA or USB 3.0 on motherboards that use such an old chipset comes entirely from complement third-party chipsets to companies such as NEC/Renesas and Marvell. And we know how slow the Marvell SATA 3.0 ports work are compared with native Intel SATA 3 implementation on newer chipsets. Unfortunately, a CPU upgrade would have exceeded the maximum budget $ 350 because both the CPU and motherboard (and probably RAM as well) should be replaced by such upgrade. And additional SSD upgrades are out of the question because newer SATA SSD would have been restricted by the sustainable maximum rate of 270 MB/s of SATA II.

    Therefore, the only feasible upgrade would be a new GPU for your system now five-years.

    Good luck in your quest to upgrade,

    Randall

  • Advice of the Oracle

    Hello

    I want to know if it is possible to avoid using an index in a query.
    For example, I've defined 3 column index on a table named 'SUMMARY_VECTOR' with the following names, respectively:
    1 SUMMARY_VECTOR_ENTITY_NAME_IDX
    2 SUMMARY_VECTOR_IDX_CASE_NAME
    3 SUMMARY_VECTOR_VECTOR_ID_IDX

    I want to know if I can avoid using one of the three indices in my query by using the advice of the oracle.
    If it is possible, please if can u post an example

    Thank you

    Use no_index hint: / * + NO_INDEX (index_name table_name) * /.

    http://download.Oracle.com/docs/CD/B10501_01/server.920/a96533/hintsref.htm#5300

  • Satellite Pro M70: Advice on the expansion of the RAM

    Hello world

    I have a SPro M70 with 512 RAM installed. I'll install a memory 1024 RAM card today. Please advise if I should install new RAM in a particular location. Is there a primary & secondary slot / configuration?

    Thank you

    Hello

    Your device has two slots. It is not important in what location you will put a new, larger module, but I recommend you put it in the slot A (where is now 512 MB RAM) and the old module to location B.

    The compatible RAM 1 GB module for your appliance is DDR2 400/533 1 GB (PA3411U-1M1G). Please make sure that you use right (100% compatible).

    Bye and good luck!

  • license for use of the bridge

    Hello

    Versions: LabView 2011 SP1, Veristand 2011 SP1

    We have a Veristand application consisting of the part in real time running on a target of RT and the MMI running on an ordinary PC part. MMI was fully developed (to our development system) in LabView and interfaces with the system RT using the gateway Veristand (launched in silent mode). We do not use the Veristand workspace or profiles of Stimulus & Editors, so we expect to only install the LabView runtime and the gateway Veristand.

    We have bougth a license for the project but cannot use it to record the installation of gateway on PC. What is the right way to install the gateway on the PC?

    Thx for the answer, best looks

    Hi thumble,.

    If I understand it, wondering how to properly execute NI VeriStand, specifically the entry door, on a PC.

    A. executing a NIVS system requires at least the NI VeriStand operator license to deploy or to connect to a system.

    (B) it is not possible to simply copy the DLL gateway on a system and expect a successful run. The bridge has several outbuildings, including the .NET assemblies and you lived, binary licenses. The correct way is to install NI VeriStand Installer. This will install also NOR Manager of licenses and permits NIVS. In the License Manager, OR you should be able to activate licenses operator NIVS, PC or development to use the bridge.

    NEITHER VeriStand system operator

    http://sine.NI.com/NIPs/CDs/view/p/lang/en/NID/207294

    Does that help?

  • Relay control using cRIO LabVIEW and the NI 9472 c series module

    Hi all

    I try to get my program to run so far without success, and need help.

    I use the compact rio with the program on labVIEW and the NI 9472 digital output module. I enclose my VI.

    Basically, it's a test program to run an algorithm at a time. If I use a solid state format to get a time warp that dictates, time of execution of the algorithm. The operation by default, I put is for when the time channel produced a fake.

    Question 1: The problem I have is that even if the time string is true, as it does not run. It remains in State sending false so only of false signals to my relay (which is represented by the round LED - relay switch a solenoid on and outside).

    Question 2: If I can get 1 problem solved, the next step I have will be executing the same algorithm, but for more than a State of time. For example. "06:00" run algorithm. I want this algorithm to keep running as long as he sends signals REAL (which means the solenoid valve remains open until a WRONG signal). Then he will run again to say '08:00 ', execute the algorithm as long as he sends signals REAL and so on...

    In summary -.

    -I want to order a relay (which controls a solenoid)

    -L' use of components listed above

    -With the help of semiconductor in labVIEW (VI attached)

    -At different times, the execution of the algorithm UNTIL sends the WRONG signal and then return to the default state, which means that his waiting until the time channel product TRUE.

    Any help would be appreciated.

    Kind regards

    William

    something like that...

  • Maybe you are looking for

    • HP Director - does it come Standard with all the HP all-in-one?

      I have an OfficeJet 5510v all in one, which recently decided to give up the ghost.  He eats the pages in the ADF file when I try to scan them.  I am looking for a new printer, and this may sound stupid, but I * really * to use the HP Director softwar

    • Lossof motoG4 green phone icon

      When I turned on lost icon green phone at the bottom of the screen. Can not answer incoming or make quick calls. everything ok - think I might have deleted something like only had phone 3 weeks

    • Of creative cloud error instalacion: "Se han sown following problems: no pudo iniciarse el instalador.

      Al tratar instalar ultima cloud technical creative el programa habia notice. He desinstalado con el creative nail desinstalador y ahora al instalar addressed the application of nuevo recibo este message: "Se han sown following problems: No. pudo inic

    • history of slate registered access

      Hi, I'v just started using slate Adobe for a number of stories.I thought I had accidentally deleted one of my PC somehow, but he is profiled on an iPad to colleagues when I opened my Adobe account.I need access to this story.I tried a logout and back

    • How to bring back 6.3 lightroom?

      errors with slide show last week.  has received the correction and works very well.  But while I was signing in adobe, lightroom cc somehow got 7 day free trial.  7 day trial is over, cannot access lightroom, but I always current cc of execution.  Wh