Terminal of 6229-one PXI MIO to multiple destinations?

I'm with LabWindows/CVI (C API) with DAQmx.  Is it possible to get a terminal to multiple destinations?  For example, I would like to route of PFI4 to the PXI_Trig0 line and also back to the PFI10 line.  My app (a TestStand sequence) has access to a routine which eventually calls "DAQmxConnectTerms" to make the connection.  I can just make two successive calls, one for PFI4-> PXI_Trig0 and one for PFI4-> PFI10?

I watched the device roadmap 6229 in MAX and don't see a HW problem.  PFI4-> PFI10 route requires resources of routing additional (' Locust/tioCounterPair/Counter1SourceRaw' and 'Ctr1Source'), but I do not use the meter in my application.  Which shouldn't be a problem.

TIA,

Ed Perkins

I don't think there is a software method to route a single PFI line to two different destinations.  You may be able to deliver two PFI lines for the same trigger, but I don't think that you will be able to program what you have described.

Tags: NI Hardware

Similar Questions

  • Multiple Destination of the log

    Anyone know if you can send the logs to multiple destinations?  We have a preview newspaper, but our security policy requires us to send them to a central unit - so I want to send them both if that's possible?


    Thank you!

    -Karl

    Just found the answer (for anyone wondering).  ESX 5.x and higher is supported. However, the ESX 4 hosts don't support multiple destinations

    An excerpt from http://www.vmware.com/pdf/log-insight-10-install-admin-guide.pdf

    "While ESXi hosts 5.x can have several targets of syslog, ESXi 4.x hosts can have only one target."

  • HP5643: HP 5643 All in One - how scan you multiple pages

    I can scan my wireless printer unique pages, but for the life of me I can't understand how to scan multiple pages.   I read the other posts on other threads on by clicking on the sign (+) sign to the left of the display after scanning one page, but I don't have a (+) sign to click on.  Someone has this model of printer, that can help me?    Thanks in advance for your help.

    In addition, any way to speed up the scanning process?     My old printer could easily scan a 10 page document in time, that it takes to scan a single page.

    @TXXpress

    Assuming for now your printer to provide the "Document Scan" and the little "+" feature, you don't have to have the "Preview Scan" selected.

    See:

    Scan_Multiple_Documents-combined

    If all else fails, you can try to use a different program to scan multiple pages into a single document.

    Options of the digitization program

    I don't have the same printer model - I can't comment properly on scan "slow".

    • In general, the printers to "do a bit of everything" cheaper still not 'all' as well as more expensive printers, a full service.

    Other things that could cause a "slower than ideal: sweep

    • Wireless, if they are available and used to connect the printer, may cause slow response - which can be attributed to anything between a bad router and a bad signal for a slow wireless card in the printer or the computer.  The answer "slower than snail" may be caused by the network is too busy with other wireless / network diagram.

    Finally, the "so slow I want to die" may be caused by the printing software - programs sometimes even 'good' can develop problems just hanging out on the computer for awhile.  You can remove the program from the printer and then replace it with a new copy of the software service Support full page for the Web site of your printer.

    Printer: printer e-all-in-one HP ENVY 5643

    Full software features:

    File name: EN5640_117.exe

  • Unable to print only one page in a multiple page / image tiff file using Windows Photo Gallery

    IT seems that for Windows Vista Photo Gallery is able to display multiple images in a TIFF file format when printing, but it does not select the image to be printed. Whenever I print a tiff image file two pages to print.  Since most of my photos are in TIFF format, and each contains two images one by one another at a reduced resolution and normal resolution I'm only interested in printing the first image and not the second.  I really don't want to convert all my photos in a different format.  Does anyone know if there is a setting to fix this?

    Hi KKosin

    Welcome to the Microsoft Vista answers Forum!

    I suggest measures are:

    1. try to print the image in MS Paint, steps to follow:

    i. Click Start, in the search box, type in the paint

    II. open the document to print

    III. click on print and check

    2. change the format of an image file and check if this problem is still happening. You can change the type of file to the JPEG/JPG format. Steps to follow:

    i. right click on the file type

    II. select Rename

    III. the extension .jpg or .jepg replace

    IV. and then try to print

    Here are some links for reference:

    Explore the features: Windows Photo Gallery

    http://www.Microsoft.com/Windows/Windows-Vista/features/photo-gallery.aspx

    Windows Photo Gallery: frequently asked questions

    http://windowshelp.Microsoft.com/Windows/en-us/help/d29d1fe4-EECD-4ae0-9efa-423098e5406b1033.mspx

    Hope this information is useful.

    Let me know if it worked.

    All the best!

    Thank you, and in what concerns:

    Samhrutha G S - Microsoft technical support.

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Update multiple rows in a table with one value of another multiple

    Using SQL Server

    How this can be done:

    In all the lines in the upper table PS_CA_BILL_PLAN, we want to update the field LAST_XREF_SEQ_NUM with the MAX (XREF_SEQ_NUM) + 1 of the bottom table

    Where the CONTRACT_NUM and the BILL_PLAN_ID are equal

    This SQL below (in green) works for one line only

    SQL.jpg

    I think it's the SQL code you're looking for:

    UPDATE PS_CA_BILL_PLAN SET LAST_XREF_SEQ_NUM =

    (SELECT MAX (XREF_SEQ_NUM) + PS_CA_BP_XREF 1 B)

    WHERE B.CONTRACT_NUM = A.CONTRACT_NUM AND B.BILL_PLAN_ID = A.BILL_PLAN_ID)

  • XMLTable query returns one line per element multiple

    Hello

    Using Oracle 11 g Release 2, I have a XML file that is stored in the following table:

    CREATE TABLE XML_FILES

    (

    FILENAME VARCHAR2 (1000).

    FILECONTENT XMLTYPE

    );

    The sample XML file:

    < includedClaimProcessingResult >

    < ClaimRecordIdentifier > 1000 < / ClaimRecordIdentifier >

    < ClaimIdentifier > 0x1ABC2D123456789 < / ClaimIdentifier >

    < classifyingProcessingStatusType >

    < statusCode > R < / statusCode >

    < / classifyingProcessingStatusType >

    < recordedError >

    Pharmacy claim < name > < / name >

    < value > < / value >

    < > 1.2.3 ErrorCode < / ErrorCode >

    < > < ErrorCode > 4.5.6 ErrorCode

    < ErrorMessage > claim rejected because the claimIdentifier already exist in the database < / ErrorMessage >

    input < ErrorMessage > claim must match a claim < / ErrorMessage >

    < ErrorDetail > identifier request already exists in the DB < / ErrorDetail >

    < ErrorDetail > < / ErrorDetail >

    < / recordedError >

    < / includedClaimProcessingResult >

    All items have a frequency of 1, with the exception of the error code (1 or more), ErrorMessage (0 or more), & the ErrorDetail (0 or more).

    Here's my query:

    Select

    r.REC_ID,

    r.NAME,

    r.VALUE,

    EC. ERR_CODE,

    Ed. ERR_DTL,

    EM. ERR_MSG

    of xml_files xf,.

    XMLTable ('/ includedClaimProcessingResult' in passing xf.filecontent)

    columns

    Path of REC_ID NUMBER (10) "ClaimRecordIdentifier."

    Path NAME VARCHAR2 (20) recordedError/name"."

    Path of ELMNT_VAL VARCHAR2 (5) ' recordedError/value. '

    IERRC xmltype path recordedError/ErrorCode"."

    ierrd ' recordedError/ErrorDetail, xmltype path

    r ierrm xmltype path "recordedError/ErrorMessage"),

    XMLTable ('ErrorCode' adoption r.ierrc

    columns

    Path of ERR_CODE VARCHAR2 (15) '.') EC,

    XMLTable ('ErrorDetail' adoption r.ierrd

    columns

    Path of ERR_DTL VARCHAR2 (100) '.') (+) ed,.

    XMLTable ('ErrorMessage' adoption r.ierrm

    columns

    Path of ERR_MSG VARCHAR2 (100) '.') (+) em;

    I try to return the item corresponding to the first occurrence of several elements in a row values, the second occurrence is in another line, etc. (the number of possible occurrences is not static):

    REC_ID NAME VALUE ERR_CODE ERR_DTL ERR_MSG

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

    1000 pharmacy claim 1.2.3 that request identifier already exists in the DB claim rejected because the claimIdentifier already exist in the database

    1000 pharmacy claim 4.5.6 incoming claim must correspond to a claim

    Thanks for any help!

    It would be much easier if the person who designed the XML thought first about the consequences of their design...

    We can do it, but it will not perform...

    One option would be to apply an XSL to transform XML into something more logical...

    The other would be to use XQUERY...

    SQL > with MY_BAD_XML like
    () 2
    3. Select XMLTYPE)
    4'
    5 1000
    6 0x1ABC2D123456789
    7
    8            R
    9

    10
    11 request for pharmacy
    12
    13            1.2.3
    14            4.5.6
    15 application rejected because claimIdentifier already exist in the database
    16 Inbound claim must correspond to a claim

    17 request identifier already exists in the DB
    18
    19
    20 ') of the double OBJECT_VALUE
    21)
    22. Select c.
    MY_BAD_XML 23,
    24 XMLTABLE)
    25 ' for $i in $XML / includedClaimProcessingResult
    26 return result {} element
    27 for $j to $pos in $ recordedError/i/ErrorCode
    28 return element row {}
    $i 29/ClaimRecordIdentifier,
    $i 30/ClaimIdentifier,
    $i 31/classifyingProcessingStatusType/statusCode,
    $i 32/recordedError/Name,
    $i 33/recordedError/value,
    $i 34/recordedError/ErrorCode [$pos],
    $i 35/recordedError/ErrorMessage [$pos],
    $i 36/recordedError/ErrorDetail [$pos]
    37                     }
    38} / row
    39             '
    40 from OBJECT_VALUE as 'XML '.
    41 columns
    42 path of the ClaimRecordIdentifier VARCHAR2 (32) "ClaimRecordIdentifier".
    43, path of the ClaimIdentifier VARCHAR2 (32) "ClaimIdentifier".
    44, path VARCHAR2 (32) statusCode 'statusCode '.
    45, path name VARCHAR2 (32) 'name '.
    46, path of VARCHAR2 value (32) 'value '.
    47, path VARCHAR2 (32) error code "error Code".
    48, path VARCHAR2 (32) ErrorMessage "ErrorMessage".
    49, path of ErrorDetail VARCHAR2 (32) "ErrorDetail.
    (50) c
    51.

    CLAIMRECORDIDENTIFIER CLAIMIDENTIFIER
    -------------------------------- --------------------------------
    STATUSCODE NAME
    -------------------------------- --------------------------------
    ERRORCODE VALUE
    -------------------------------- --------------------------------
    ERRORMESSAGE ERRORDETAIL
    -------------------------------- --------------------------------
    1000 0x1ABC2D123456789
    Pharmacy claim R
    1.2.3
    Request rejected because claimIden request identifier already exists

    CLAIMRECORDIDENTIFIER CLAIMIDENTIFIER
    -------------------------------- --------------------------------
    STATUSCODE NAME
    -------------------------------- --------------------------------
    ERRORCODE VALUE
    -------------------------------- --------------------------------
    ERRORMESSAGE ERRORDETAIL
    -------------------------------- --------------------------------
    1000 0x1ABC2D123456789
    Pharmacy claim R
    4.5.6
    Incoming claim must correspond to a claim

    SQL >

  • How one thread can run multiple runnables?

    Hi What follows is 1.6 api documentation
    Executors.newSingleThreadExecutor() 
              Creates an Executor that uses a single worker thread operating off an unbounded queue.
    It should provide the Runnable when the thread is built himself, and once the thread ends the execution of its run the thread method is dead and cannot be started again as a thread.

    But the doc above indicates that a single worker thread is enough to execute Runnables queue. How it possible?

    Myriam wrote:
    But the doc above indicates that a single worker thread is enough to execute Runnables queue. How it possible?

    Nothing prevents you from creating a Thread that has a list of Runnables and call its run() method one after the other.

    new Thread(new Runnable() {
        public void run() {
            for(Runnable r : listOfRunnables)
                r.run();
            }
        }
    }).start();
    

    Threading tips base.

  • How to reset the indicator of County of Terminal on the PXI-6608

    Dear community,

    Is it possible to reset the terminal number on the PXI-6608 indicator? When I use Get Attribute.vi I have the time to correct value first, but unfortunately (unlike DAQmx) reading of the value is not reset it...

    I like to keep track of how many times he flipped. And I don't want to use another counter to do because I like to keep them free for other things.

    Thank you!
    Case No.

    Traditional DAQ doesn't have a way to reset the indicator terminal number, as far as I know. One thing you might be able to do is change the "output" in "toggle" mode and then read the "output status" to determine the reversals to determine when the State of the output has changed in your application.

    I hope this helps!
    Gus...

  • PXI-6562 Multiple trigger

    Hello

    I'm trying to trigger the capture of the PXI-6562 with multiple PFI.   Since I did not extract the available channels, I can't use pattern trigger.  My idea is to have PFI0 and PFI1 as a trigger. So, the DIO card begins to capture data when PFI0 = HI and PFI1 rising edge.

    I don't know if the PXI-6562 is able to do. I just want to avoid the construction of any additional hardware.

    Thank you!

    Andy

    Hi Andy,.

    Unfortunately, the PXI-6562 does not support the combination of trigger for the acquisition of the PFI lines you describe.  A trigger pattern to achieve match but only if you use a combination of the DIO lines.  Otherwise, for the generation, perhaps you could implement this with two separate script triggers and a condition statement.  For you the request, I would recommend using a simple gate circuit to let the relaxation through when the other line is high.  A door AND would also work.

    I would like to know if this helps, good luck!

  • Can I multiplex data inputs direct-DAQ PXI and SCXI?

    Hello

    In a PXI chassis - SCXI - combo PXI1052 (PXI-6602/6052E/SCXI1112/1125, LabVIEW 7), I know how to read the different SCXI Modules in multiplexed by DAQboard controller mode

    e.g. SCXI module 1 - module 2 SCXI data - SCXI module 3 data - data of the module 1 SCXI module-...

    However, I would like to use the direct entries in DAQ cards as well. for example

    PXI MIO grabs - SCXI module 1 data - module 2 module SCXI - SCXI module 3 - inputs PXI MIO - SCXI module 1 data-...

    I couldn't find a solution in the documentation or discussion. Thus, this task can be a) impossible or b) trivial. The obvious solution to use 2 different PXI-MIOs is only as a last resort.

    Thanks for your help.

    Michael

    Hi Michael,

    You can add HAVE strings of the MIO to the same task DAQmx SCXI modules. If you use the DAQ Assistant, hold down the ctrl or shift during the selection of channels to select channels from multiple devices, or click the '+' to add more channels to a task existing DAQ Assistant. If you use the DAQmx API directly, go ' PXI1Slot4 / ai0:15, SC1Mod1 / ai0:7, SC1Mod2 / ai0:7 "(or something similar) in the DAQmx setting create channel physical channels. You can also call DAQmx create channel several times with the same task handle, which is useful when multiple channels must measure different types or channels of communication.

    Brad

  • How to use multiple profiles within the same instance of Thunderbird

    A month ago, I got Thunderbird set up with three profiles,
    and all three could be used in a start only one of
    Thunderbird. That the PC is now gone. I've reconfigured the three
    profiles on a new PC, but can't do all three
    can be used in the same instance of Thunderbird. Can you help me?
    Both computers are / were only Windows7 64 bit.

    Thunderbird opens on the default if a profile
    or
    The Profile Manager is responsible to ask at startup it will allow you to choose which profile to open if it opens the last used profile...

    Thus, it shows a profile at a time within a single instance of Thunderbird.

    However, only one profile can have multiple e-mail accounts.
    for example: I run 4 e-mail accounts in a profile.

  • error in the Terminal

    When external drives safely in OS X Terminal diskutil command, one of my external hard drives through the fine, but the other who gets an error of e/s... of the Mac mini.

    do this same thing of my Macbook Pro as a test using the same rules of the disk and the cable...  Is is possible that the Mac Mini with two connected dives attempting to pull too much power at the same time?

    Given that car zero - thin discs from another Mac, the reader looks in good condition... Are e/s just for most errors just make bad drives? These are the two WD element 2 TB USB 3 drives...

    I've always had to replace at least one of them several times, so I don't why it is that while the other is never fails... then I fear, I may have another replacement... Maybe time to Seagate. I have backups so not worried about that.

    Tech198 wrote:

    When external drives safely in OS X Terminal diskutil command, one of my external hard drives through the fine, but the other who gets an error of e/s... of the Mac mini.

    do this same thing of my Macbook Pro as a test using the same rules of the disk and the cable...  Is is possible that the Mac Mini with two connected dives attempting to pull too much power at the same time?

    Given that car zero - thin discs from another Mac, the reader looks in good condition... Are e/s just for most errors just make bad drives? These are the two WD element 2 TB USB 3 drives...

    I've always had to replace at least one of them several times, so I don't why it is that while the other is never fails... then I fear, I may have another replacement... Maybe time to Seagate. I have backups so not worried about that.

    IO errors are indicative of a bad drive.   It is possible, if you reformat - losing all data, you can extend the life.  If under warranty return it with a copy of your terminal error.

  • where can I find dashboard items in the finder or terminal?

    I need to find the content of the dashboard in the finder or terminal to eliminate one of its elements.

    By mistake I installed something that isn't even a widget, but instantly opens web browser, then any time, I opened the dashboard, a second later it closes and safari opens. It's too little time to click the button "-" and remove the false widget. It seems that the only way to get rid of it is to get rid of it at the level of the finder or terminal, not management dashboard.

    Help, please

    This procedure will reset the configuration of your dashboard to the default value.

    Back up all data before proceeding.

    Please triple - click anywhere in the line below on this page to select:

    defaults delete com.apple.dashboard layer-gadgets && killall Dock

    Copy the selected text in the Clipboard by pressing Control-C key combination.

    Launch the Terminal application integrated in one of the following ways:

    ☞ Enter the first letters of his name in a Spotlight search. Select from the results (it should be at the top).

    ☞ In the Finder, select go utilities ▹ of menu bar or press the combination of keys shift-command-U. The application is in the folder that opens.

    ☞ Open LaunchPad and start typing the name.

    Paste in the Terminal window by pressing the command-V key combination. I tested these instructions only with the Safari browser. If you use another browser, you may need to press the return key after pasting.

    Wait for a new line ending with a dollar sign ($) below what you entered. You can then quit Terminal.

  • error:-1074130544 using the PXI NI 2569 map

    Hello

    I use the testbed 4.1 for the execution of the sequences. I use NI 2569, 2529, 4070, 6229, 4110 PXI cards in my NI 1045 chassis and I use my own COM server for the test bench. The COM server has the implementation to call the driver API provided by OR for different PXI cards. Now, I have improved my versions of all my PXI cards drivers. My driver versions are currently

    OR Switch: 3.6

    DMM OR: 2.7.2

    NEITHER series: 3.3

    NEITHER Daqmx: 8.6.1

    OR Visa: 4.3

    Traditional DAQ: 7.4.4 (inheritance).

    I used to use versions of the drivers such as:

    OR Switch: 3.0

    DMM OR: 2.5

    NEITHER series: 3.0

    NEITHER Daqmx: 8.0

    OR Visa: 4.3

    Traditional DAQ: 7.4.1 (inheritance).

    Now, the question was when I called you my code niSwitch_Connect() function, it allows to connect the switches correctly and returns a value when I was with older versions of the driver. But after upgrading my driver version now I get the 1074130544 error a few times, that is, the niSwitch_Connect() is able to connect the switches, once successfully but later if I try to call the same function for various switches most of the switches is closed successfully, but a switch gives the error.

    Please let me know how I can do about it.

    concerning

    Krishna

    Yes, you are on the right track. There must be a main routine, a piece of code that calls the two procedures that you have described. It is probably a good idea to log in this common piece of code and pass it as a parameter to these two procedures in two files separate .c, for these procedures to be used.

    Best regards

  • PXI-8513 appearing does not in MAX

    I have a chassis NI SMU-1071, with embedded controller SMU-8100, DAQ, PXI-6229 and PXI 8513 CAN / XS.

    Today I tried to receive SOME messages by using the XNET Read.vi and Session.vi to create XNET but when I wanted to specify an interface, he couldn't find all the interfaces, while the VI is located on the remote system and the PXI card appear in MAX I have checked my drivers and noticed that I was running NOR-XNET 1.4 I decided to update to 1.5, hoping that would solve the problem, which he did not.

    When I opened MAX after the update, it detects the chassis, but it no longer detects the card PXI8513... He appears on a tab separated from XNET devices, but it has now disappeared. When I open the tab "Display Slot" of the chassis, he said slot 3 is unknown/Emty, although it houses the XNET card.

    The software running on the remote system is the "NI XNET 1.1.1", this could be the problem and if so, how can I change this?

    After reflection and reading this guide of errors (http://zone.ni.com/devzone/cda/tut/p/id/5403) I figured out I don't update the drivers on the target distance.

    After that I updated the drivers through the software tab of 1.1.1 and 1.5 everything works fine now.

Maybe you are looking for