Fastest way to pass the baton on RT PXI-2564?

I'm trying to pass the baton on a map of relay PXI-2564 on a PXI-8184 LVRT running. I'm running a host vi on my laptop that is networked variable Boolean such as True = False and closed = open. The way I do now the vi devours 64% of my processor PXI load. Is there a better way to do it?

Michael

There is a break-in associated with writing to a relay.  I suggest to convert your table relay switched from Boolean to a list of ascii to relay that you want to open, and another list ascii of the relay you want to close.  You should also check if the relay has already been ordered to open (or close).  Then simply send this list to a single instance of "open relays" vi or the "close" relay vi.  If you are minimizing the amount of communication to Dev 2.

Tags: NI Software

Similar Questions

  • Best way to pass the name of the e/s DAQmx channel Veristand 2011 Custom Device?

    I'm building a custom device that will run a DAQmx task on the target of RT.

    I use VS2011 and alsoSimple custom device tool, which, at this point I'm not sure if it can work under VS2011...

    I created the fine libraries and custom device (a PWM input called InputPWM) has added to the Explorer from the system.  Running it returns the following error when I deploy:

    -----------

    LabVIEW: Type VI reference is not part of connector of VI.
    =========================
    NEITHER VeriStand: Open VI reference in Custom Devices Storage.lvlib-> pen device reference (Interface HW) .vi-> Custom Devices Storage.lvlib:Initialize Device (Interface HW) .vi OR VeriStand Engine.lvlib:Initialize Inline Custom Devices.vi-> NI VeriStand Engine.lvlib:VeriStand Machine.vi engine-> Engine.vi NI VeriStand Engine.lvlib:VeriStand-> NI VeriStand Engine.lvlib:VeriStand .vi engine Wrapper (RT)
    c:\NI-rt\VeriStand\Custom Devices\InputPWM\InputPWM Engine.llb\InputPWM RT pilot VI.vi

    ----------------------

    On the console, it says that the error is 1026, LabVIEW: Refernece VI is not valid.

    I suspect that a potential problem is that I used a DAQmx e/s in the Configuration.ctl and the InputPWM RT pilot VI.vi in the framework can not deal with this type. So my questions:

    -What is the easiest way to pass the names of e/s to the custom device? For a quick test, I could go to hard code, but a more generic solution would also. Should be based on the address for the e/s MAX? Do I have to create the ctr under the DAQ hardware in VS?

    - or said by the way, is there a way to review these screw frame to see where the questions is, as you would with LV - RT?

    THX.

    L.

    If you use the tool of easy custom device, just put everything you need inside the cluster configuration data and these data will be in the home page of the custom (for the user to set) device and be available at runtime in the RT device custom code.

    You could have them type the name of the DAQ card and have an array of names for the channels to use. You then create the task running. or something like that. You like.

  • The fastest way to load the flex with complex menus of gui application

    Hello

    In my current project, I have a few menus. Each menu includes a tabbar with one to five tabs and gui-stuff more or less complex in the NavigatorContent.

    Most of the menu must be opened by clicking on a button.

    I could implement this by assigning to each menu visible and invisible when someone clicks on a button:

    <menu:MyFirstMenu id="first" visible="false" />

    <menu:MySecondMenu id="second" visible="false" />

    ...

    <s:Button click="first.visible = true;second.visible=false" />

    <s:Button click="first.visible = false;second.visible=true" />

    but I'm afraid that it takes some time, when the application is initialized.

    or I can add menus after the user has clicked on a button

    <s:SkinnableContainer id="menuArea" />

    <s:Button click="menuArea.addElement(new MyFirstMenu())" />

    <s:Button click="menuArea.addElement(new MySecondMenu())" />

    but I'm not so sure, if that's the right way to do it.

    (I know I must also remove the other menu when I click on one of the buttons, but you get the idea)

    So, what is to be implemented, robust way and good if I want to have my app loaded quickly?

    Well Yes, that's what I mean.

  • What is the fastest way bulk load the data from ACE / 400 to Oracle?

    Asked me to move data from the AS / 400 to Oracle11gR2 as fast that ODI may eventually. Quinte just no mapping, no transformation, no membership.

    An ODI11g agent is started on the computer of Oracle target, but being new ODI, I don't know how to use SQL for Oracle LKM loading in a scene and then updated incremental Oracle IKM layout from staging to the target table.

    It took 50 minutes to move recorded about 4 million. I need to get this in about 10 minutes. So guys, if there is a best practice to do this, please let me know, but now I'll try any suggestion you might think.

    Thank you in advance.

    Means the faster is to use a combination of ODI interface and ODI tool named OdiSqlUnload.
    N ° 1). Use the ODI OdiSqlUnload tool to export the data from the AS / 400 files in a flat file of the BONES.
    Step 2.) Use this flat file as source and LKM file for Oracle (SQLLDR) and Oracle IKM incremental update to load Oracle data.

    Your current path is slow because it operates on a row by row basis.

  • Is there a way to spend the opening photo books?

    I have a few old opening created books - is there a way to move those pictures?

    See my response here: Re: Y at - it a way to pass the books opening to Photos?

  • Is there a way to stop the countdown rehearsal before she goes off without open the alarm app and turning works?

    Is there a way to stop the countdown rehearsal before she goes off without open the alarm app and turning works? Basically, if I'm ready to get up and there are 4 minutes remaining on the countdown of repetition which is the fastest way to 'Cancel' the snooze and alarm?

    There isn't a way, I discovered that allows me to do without invoking the alarm and the alarm clearing application

  • passing the parameter through links page (navigation)

    Hello

    suggest me the way to pass the parameter through links in the page navigation.

    I tried it in EL, I'm not able to get on the page.

    is it a right approach or any other.

    Thank you

    A

    After showing the steps in the similar thread, I found this thread then re-post here.

    Pass the connection parameter to connected in portal Builder page


    Here are the steps to pass the parameter in a URL to another page:

    OR

    Sign in to your personalized Portal (say MyPortal1)

    http://127.0.0.1:8888 / webcenter/Portal/MyPortal1

    Click the settings (e.g. Pages & portals Actions)-> manage-> all settings

    It will take you to the page view of all of the current portal (i.e. MyPortal1).

    Then click attributes in the left pane, and you can create/edit/delete the custom attributes for the current portal on the right side.

    • Click Add an attribute and specify the following information:

    Attribute name = myvar

    This is the attribute that we will refer to any page using the EL "MyVar".

    Attribute value = #{param.myvarval}

    "Myvarval" is the name of the query parameter (i.e. suffix query param & myvarval = TestSuccess will be passed as part of the URL later)

    • Now, create a new page "TestPage" and add the element of HTML markup on the page using the composer.
    • In the Properties window, change the HTML markup element.

    Replace the existing value

    #{componentExtensionBundle.OUTPUT_TEXT_TEXT}

    with

    #{spaceContext.currentSpace.metadata.customAttributes ['myvar']}

    • Click apply and then click OK to close the pop-up window.
    • Click on save and view Portal


    • CHECK: Replace/change the URL the following OR open in a new tab in the browser

    Http://127.0.0.1:8888 / webcenter, portal, MyPortal1, TestPage ? myvarval = TestSuccess

    and you will see "TestSuccess' message in the"TestPage"rendered using the HTML markup component.

    This confirms passing the parameter to a page URL works as expected.

    Now, to add a link to the "TestPage" passing a parameter in the URL of the page in another page (Home Page say).

    • Now goto homepage, correct it in composer and add the hyperlink element. Click change to set the hyperlink in the Properties window.
    1. Set the title to display (i.e. the value of the title TestPage)
    2. Set the Destination URL by clicking on the search icon and choose "TestPage".

    Destination is defined with values that resembles

    /faces/Oracle/WebCenter/page/scopedMD/sf5926dd1_9e6a_45ab_a99c_d79fabb362c0/Page1.JSPX

    Add a suffix '& myvarval = TestWorks' to him.

    • Click apply & OK.
    • Click on save and view Portal
    • CHECK: Since your home portal or the home page, click on the link "TestPage" which brings you to the TestPage and you will see "TestWorks' message in the"TestPage"rendered using the HTML markup component.

    I hope it helps.

    References:

    How to pass a parameter of argument the query URL to a parameter input workflow? (Doc ID 1545808.1)

    https://mosemp.us.Oracle.com/epmos/faces/DocumentDisplay?ID=1545808.1

    Works with the global attributes in portals

    http://docs.Oracle.com/CD/E29542_01/WebCenter.1111/e27738/wcadm_ps_attrib.htm#WCADM11701

  • Dynamically by passing the values in the columns

    Hi all

    I'm trying a pl/sql block that take a string and execute it dynamically. Suppose that here is the string

    M_COL: = Q' [(Code_P = > ': DEPTNO', P_CODE_TYPE = > "ÉTAT")]';

    Now try to run. using below

    M_STR: = 'SELECT CHK_DEPT ' | M_COL | ' FROM EMP WHERE EMPNO = "7499" ';


    RUN IMMEDIATELY M_STR

    IN M_DATE;

    Now what I want is M_STR vairable executed as

    SELECT CHK_DEPT (Code_P = > DEPTNO, P_CODE_TYPE = > 'STATE') FROM EMP WHERE EMPNO = '7499'

    Instead of

    SELECT CHK_DEPT (Code_P = > 'DEPTNO', P_CODE_TYPE = > 'STATE') FROM EMP WHERE EMPNO = '7499'

    another other way in the Code_P column DEPTNO value parameter must be passed. Also note that the DEPTNO column in the M_COL string is Dynamic.i.e

    M_COL: = Q' [(Code_P = > ': DEPTID', P_CODE_TYPE = > "ÉTAT")]'; OR

    M_COL: = Q' [(Code_P = > ': EMP_ID', P_CODE_TYPE = > "ÉTAT")]';

    Any suggestions, please share with me.

    And also, please don't bother much about the data and the output of function. If I get a way to pass the value of the column in function, my problem is solved.

  • Pass the object as a parameter to a method by dragging to the user interface

    Hello

    I use datacontrol webservice to call "Webservice secure." A datacontrol method and he fell in the UI, it passes an object (for example, the SOAHeader object) as an input parameter and returns "String" as an output. So, here I created a passing and java class as an object to the method. When I deployed the application in the Android emulator, clicking on this method as a button, his throws me an error message * "" HTTPStatusCode 500: the server encountered an unexpected condition which prevented him from meeting demand "*." I tried to configure the debugger to get log for remote deployment, after that the application itself is not opening in the emulator. So how can I find the exact reason of this error message?

    Here, I had some doubts,
    (1) is the right way to pass the object as an input method parameter?
    (2) how can I call web service secured via 'Webservice datacontrol' in ADF Mobile. I searched in google and received a link by Sonia "http://andrejusb.blogspot.be/2012/11/adf-mobile-secured-web-service-access.html", but not understanding on "* adfCredentialStoreKey *", what is it? and how do I use it? I have defined strategies for security, as mentioned, is - it enough to call Web services secure without giving name of user and password? Bit confused, can someone please tell me more about access to the secure of webservice webservices datacontrol.
    (3) I tried to configure the option of debugging (as mentioned in the developer's guide) to get the log of remote deployment. I changed * "java.debug.enabled = true" * in cvm.properties. Once this configuration, can't open this mobile application through the emulator. What could be the reason?


    Concerning
    REDA

    Take a look at this:
    https://blogs.Oracle.com/Shay/entry/calling_web_service_with_complex

  • pass the name of symbol instance variable

    Hi all

    I'm trying to find a way to pass the instance name (ID) of an object selected in a variable, so I can navigate on a label on the timeline of the same name.

    So far, I tried different variations of:

    sym.getSymbol () //logs as "not defined".

    sym.getSymbolTypeName / / stores the name of the symbol in the library, not to the instance

    Any ideas?

    Thank you

    -Dave

    Hi David,

    You can use "e.target.id" on your button click event to get div id of the button.

    Alert (e.Target.ID);

    The weird thing only is that it seems to add "Stage_" value, so if your div button is called "myButton", the foregoing will alert you "Stage_myButton".

  • the fastest way to load an XML file

    What is the fastest way to generate an xsd-based oracle table and then load data from a file that conforms to the xml document in the xsd.

    I would do something like this:

    SQL > insert into tmp_xml

    2 values)

    3 xmltype (bfilename('TEST_DIR','test.xml'), nls_charset_id ('AL32UTF8'))

    4  );

    1 row inserted

    SQL >

    SQL > select x1.col_a, x1.col_b, x1.col_c, x2.*

    tmp_xml 2 t

    3, xmltable)

    4 "/ parent/Child1.

    5 passage t.object_value

    path of 6 columns col_a varchar2 (10) '@ColumnA '.

    7 road of varchar2 (10) col_b '@ColumnB '.

    8 road of varchar2 (10) col_c '@ColumnC '.

    9, child2 xmltype path "Child2".

    (10) x 1

    11, xmltable)

    12 ' / Child2'

    13 passage x1.child2

    path of 14 columns col_d varchar2 (10) 'ColonneD '.

    15 road of varchar2 (10) col_e "child3/column.

    16, road of varchar2 (10) col_f "child3/ColumnF.

    17 road of varchar2 (10) col_g "child3/column".

    18 road of varchar2 (10) col_h "child3/ColumnH.

    19 road to varchar2 (10) col_i 'ColumnI.

    (20) x 2

    21;

    COL_A, COL_B, COL_C COL_D COL_E COL_F COL_G COL_H COL_I

    ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- ----------

    CAF ClientID ClientName 20130121 D 20752,19 AUD

    FCA ClientID ClientName M 20130121 235.39 bla Blahdeblah AUD

    (you can adjust data types as needed)

  • What is the fastest way to convert navigation app 1-level 2-level once a project has already been established?

    What is the fastest way to convert navigation app 1-level 2-level once a project has already been established?

    You cannot change a project to change this setting. You will need to create a new project.

  • What is the best (fastest) way to convert Apple folios (iPhone and iPad), Android (phone and tablet)?

    We have an app for Apple devices multifolio and we will include an Android version.

    How is the best and fastest way to do it?

    Do I have to copy all my source files (* _v.indd) in another folio folder set and run through them, scaling to adapt to the direction of Android, i.e. to convert form 1024 x 768px to 2560 x 1600. (I know it leaves a black band, I can always fill it up).

    And something similar for versions of phone?

    THX.

    That would be the best way. Are made, IMO, a waste of time and effort.

  • The fastest way to transfer files between servers...

    I have a question regarding what would be the best option to accelerate the transfer of files between 2 servers to our VMware environment. We plan to spend our GroupWise email from netware to windows and upgrade to Groupwise (v7 to v8) at the same time. We will anticipate moving about ~ 125 gigabytes of data (files ~ 517 000) and expect that it will take several hours. We would like to minimize this time better we can so we wonder what would be the best configuration of things to get there? Two virtual machines on the same host? Two virtual machines on the data store even? On different hosts, or data warehouses? Our configurations are listed below:

    -In the course of running vSphere 4.1 ESXi

    -Data stored on 2 Dell Equalogic 5500 without

    -SAN one in each of the 2 sites, physically about 3 miles away

    -3 guests, 2 to a location and 1 in the other (same places the San)

    -Transfer of data from Netware 6.5 source, destination will be Windows 2008 R2 DataCenter

    -Links gigabit between all the elements of our VMware environment, including the link between the sites (on optical fiber).

    -3 guests are able to run all our virtual machines without overloading, so if we go to the virtual computer to another host, it is not a problem.

    We would like to know what is the best way to put everything in place for the transfer, so that we can prepare before hand. Any suggestions?

    Thanks in advance.

    Well, the fastest way would be to offload the clone/copy to the San operation. If your configuration supports VAAI then the clone would happen completely on the SAN by assuming that the source and destination storage device is the same SAN. Would it be different San then the network factors in anything. For what is running on the same host, which would be beneficial for cloning a virtual machine (mainly memory footprint) should not take place on the network.

    I hope this helps!

  • the fastest way to deploy on iOS / Alternative to drag the app in itunes?

    What is the fastest way to deploy on the iOS device to test?

    I myself remember someone has posted a tip on this subject, but I was more focused on android at the time.

    I use CS5.5 on Windows

    Try here iPhone Configuration utility:

    http://www.Apple.com/support/iPhone/Enterprise/

    That would get the IPA on a device quickly connect via USB. If you want to send it to a lot of beta testers, then watch https://testflightapp.com/.

Maybe you are looking for

  • How to sync the iPhone to a Macbook Air 128 GB without taking up space?

    Hello I just bought a MacBook Air 128 GB flash drive. I can't afford to buy the 256 GB so settle for 128 gb. Can I know if I use the MacBook Air to sync my iPhone 64 GB using iTunes, the entire contents of my handphone be copied in the drive of the M

  • HP Pavilion g6t - 1 d 00: cannot find command of Kit Recovery Option

    Hi, my laptop crashed and recovery partition is lost and need to order the recovery kit, but can't find the options to control the kit in the product page. I need advice with this The full name of the product is HP Pavilion g6t - 1 d 00 CTO Notebook

  • Acquisition of images with 3 USB cameras causing too many uses of the memory/cpu

    Dear experts, I'm trying to capture images with 3 cameras USB, located in 3 different positions. I have to initialize each cameras using USB list vi camera when switching between cameras. I realize that, by making this method causing too many uses of

  • Own disk for WIN10 driver install on Iconia W700?

    Hello I'm doing a clean install release WIN10 on my W700. My win81 is some kind of crap and I need to do a clean install (and not first win8, win81 and win10). When the WIN10 installation program shows the destination window, it's just empty and he a

  • HP Compaq TC1100 screen problems

    just recently, happened once when it lights at the beginning that it displays the letters scattered across the screen, and then loading it show is I think the 8-bit colors and see the kind of blocks, pictures of him are lower. Some else has had this