Issue of digital entry behavior

PCI-6143 with wheel wired to PFI0 & PFI1. LabVIEW pgm written in 8.5 full. Source code works well (on other Web development pages

computer with USB-6211 card) but hangs, as is eating 100% cpu time in the destination computer. This machine it must run on a LV 7.1 installed and some 7.1 executables. I installed DAQmx 8.8 on this machine with LV 8.5 support. I'm trying to run the executable on this machine that LV 8.5 is not installed.

If I enter MAX, select the card and run test panels, I get conflicting results. If I choose digital IO on both channels 1 or 0 I constantly receive all 8 lights. There is no signal. But if I'm going to count, use the trigger channels and count the edges I activity. Am I missing something? I need to remove these problems before you start to screw up my source code to find a bug that does not exist.


Tags: NI Hardware

Similar Questions

  • WordPad may be formatted/jprogrammed/that it's Add digital entries, consider the digital occurrences, etc.?

    I want to make a WordPad document that contains several tables of numerical data.   To save a lot of time, I'd like to WordPad to add some digital entries, add up the number of times wherever a number took place and other things like that.    Is this possible or do I have to use Microsoft Works?

    Hello

    WordPad is a treatment basis of text which is included in Windows. A word processor is a computer program that you can use to create, edit, view, and print text documents.

    See also:
    http://Windows.Microsoft.com/en-us/Windows-Vista/using-WordPad

    (Applies to Windows XP)

  • Problem of current drawing of digital entry into PCI-6220

    We have card NI PCI-6220 mounted on card PCI-Raiser in a windows PC mini. We are using 8-channel digital input P1.4 - P1.7 and P2.2 - P2.5 to take a few entries of our entry card.

    When the computer is turned on then everything works well and we get of the digital inputs in Labview. The problem is that when the computer is off the digital inputs on current drawing of early card PCI-6220 and due to this voltage regulator IC on our card entry begins to heat upward.

    This problem occurs only when the PC is turned off, in a State that everything works fine.

    We will be grateful can anyone suggest a solution to our problem.

    Concerning

    Magalie

    I'm not familiar with this part OR special. But maybe there is protection on the output diodes. Usually, these diodes are connected since the entries on the power rail.

    In case the power rail is 0V (or below the input voltage supplied in them), the LEDs will be put and feeding current in the power of the PC rail, attractive and current of your external device. If this unit has a push-pull, HIGH level output configuration there will be excessive current from the power supply where the outputs are short-circuit or almost short as it will be in the configuration described above.

    I have no immediate solution except for additional hardware as the optocouplers, the outputs of your device from the inputs of the unit NOR the decoupling.

  • Issue of calendar entries sharing with groups of BBM blackBerry Smartphones BB Curve 8520-

    Greetings!

    I am currently using a BB Curve 8520. I have a problem with the birthday entries sharing with my BBM groups.

    When I add a birthday entry to my contacts from the phonebook, the phone will ask whether or not you will share this date with the BBM groups calendar.

    If I select No., birthday entry will continue to BE SHARED to your BBM groups.

    So I have to go to the calendar of the BBM groups to delete manually created entry.

    Can you help me to solve this problem with my phone?

    Thanks in advance!

    Hi, Ahmed.

    Follow the steps; below

    1. take a full backup of your device.

    2 reset the device (Do a security wipe)

    3 register your device with Netowrk.

    4. return the maintenance book.

    5. If more than one e-mail account then delete pulled CICAL service book of reset. (but keep a default for CICAL service)

    6. now, do a restore advance except BBM GROUP and data.

    7. now, create a new entry in the calendar.

    Please read the following threads for more info:

    http://supportforums.BlackBerry.com/T5/BlackBerry-App-World-General/calendar-issues-BBM-Group/TD-p/6...

    Courtesy: Santosh-Boiro

  • anyone else having issues receiving digital sketch, but not question to send?

    I don't get the digital sketches, but can send them very well. Apple Watch has been restarted twice. Any suggestions?

    Hello..

    See if there is something in this article of support which may help > use digital touch - Apple Support

  • Several digital entry tasks by unit

    I'm a noob DAQmx here and I have a few general questions about the architecture of task on a device.  I'm trying to create two tasks of DI with a portX associated on the same device.  When I try to start these tasks the other always up a resource-200022 error.

    I even have two tasks for digital on the same device?

    Not if they are two devices timed. If you do not use hardware timng, combine the channels in a single task.

  • 9205 digital entry into Compact DAQ sistem

    I have a Council NI 9205 and I want to use the digital input to acquire a digital fashion Laser diffuse sensor signal, to measure the speed of rotation of an electric motor. The problem is that I have not access to PFI0 in terminal mode of spring. NOR Max I can only receive analog signals. Thank you!

    Hi Padeanu.L,

    You are right that it is not possible to use PFI 9205 MAX line using the DAQ Assistant.  However, it is possible in any programming environment that you prefer (LabVIEW, C, etc.).  The PFI line cannot be used as a digital task, but it can be used with counters (edges of County, period, frequency, etc.).  For example, in the Counter - County Edges.vi example, you can set the input terminal/9205DeviceName/PFI0 and the meter/ChassisName/_ctrN, where N is the counter that you want to use.  The underscore character counter is because the 9205 has only one PFI line that does not support all modes of counting cDAQ, which is also why he does not for you in MAX.

  • Digital entry at RPM

    Hello!

    I'm new to labview and I have a problem, please help me...

    I have a Picoturn that measures the turbine RPM. I connected the digital output of picoturn to Port 0 and port BNC-2110 D.GND. The NLC is connected to the card M-Series PXI-6251. The DAQ Assistant, I make 1 and 0 when I run the turbine. So I connectedd assistant DAQ "Boolean to digital convertor" and then plug it into the digital waveforms graph, but I don't see anything in the chart of digital waveforms.

    I don't know if I do it right or wrong. I just need rpm from there.


  • Issue of digital overflow

    Hello

    Can someone well want to explain to me why I am getting this error -

    {

    DECLARE

    P1 PLS_INTEGER: = 2147483647;

    P2 PLS_INTEGER: = 1;

    n NUMBER.

    BEGIN

    n: = p1 + p2;

    END;

    /

    }

    Error-

    ORA-01426: digital overflow

    ORA-06512: at line 6

    Thank you 1 million.

    Hello

    Sri G wrote:

    Hello

    Can someone well want to explain to me why I am getting this error -

    {

    DECLARE

    P1 PLS_INTEGER: = 2147483647;

    P2 PLS_INTEGER: = 1;

    n NUMBER.

    BEGIN

    n: = p1 + p2;

    END;

    /

    }

    Error-

    ORA-01426: digital overflow

    ORA-06512: at line 6

    Thank you 1 million.

    When you add the PLS_INTEGERs 2, the result is a PLS_INTEGER.  The amount you're trying to do is greater than the maximum value that can contain a PLS_INTEGER, that's why you get the error.

    If you change the assignment statement to

    n: = CAST (p1 AS NUMBER) + p2;

    you will not get this error.

    If you suspect that you will get anywhere near the limit, you should not use PLS_INTEGERs.

  • issue of digital painting

    Make a comic. When you perform a digital painting, why people color all in blue before colouring with other colors?

    This is a pencil sketch technique used by the designers of old school comics.  It is called "no photo" or "no-repro" blue.

    Blue non-photo is a particular shade of Blue , which can not be detected by the cameras of graphic arts. This allows layout editors to write notes to the printer on the print flat (the image that must be photographed and sent to print) which will not show in the final form. More than this, it allows the artists to sketch lines without having to erase after inking.

    Blue non-photo - Wikipedia, the free encyclopedia

    You wouldn't think this would allow digital, but this explains: http://comicsaregreat.com/video-making-non-photo-blue-pencils-in-photoshop

    It is one of the Brush tool presets in Photoshop

    Gene

  • Issue of text entry.

    Hi, I have problems with the function of text entry, I had created a comment field but when typing go in a single line.

    I would like to know if theres any way to alow typing in more than one line in the same text field.

    Sorry for my English, thanks.

    I tried the following which resulted in an editable multiline text field (after the change of code in Flash Builder)

    1. Created a text input in CF and resizes to display multi-line
    2. Fc .fxp file imported from Fb and passed (in src/Main.mxml) under the following line of code:

    s:TextInput height = "244" text = 'my text field.' width = "431" x = "191" y = "173" / >

    TO

    s:textarea height = "244" text = 'my text field.' width = "431" x = "191" y = "173" / >

    If you now run your Fb app, it will result in an editable multiline text field.

    Be sure to do it when you have finished the layout and design of your interface in Flash Catalyst. Once you move to Flash Builder, this is where you fill in your application.

    I hope this helps.

    Tanya

  • Issue of PIN entry

    I'm having a strange problem when you enter a PIN code for unlocking. It is an intermittent problem as well. When I type in my 4-digit PIN, sometimes he jumps on a number, I have input. It's always the same # 4. I know I'm hitting well because I get the vibration when I am pressing the button. Anyone who has experienced this problem?

    Decipher, BACKUP and FDR, please.

  • Issue of digital field

    I have several numeric fields in my form. I have problems to get the numbers in the correct format. By example, if I type in 5.00 & go to the field following la.00 get stripped & shows only a 5

    I tried fixing it by changing the template of validation but NOTHING I try does not work... any ideas? Thank you

    Hello

    Looks like you are using a decimal field, try setting the display mode:

    NUM {z, zzz, zz9.99}

    Hope that helps,

    Niall

  • Issue of digital switchover

    If my site is everything to lose power then I perform a failover, and then stop the primary old for awhile and then catch up on balls later? So, for example, if I finished the siwtchover and then stop and power returned 3 days later I can use raise the old primary as the day before and wait for newspapers to catch up?

    If Yes, in theory can't I just do another pass after that that they sync?

    Hello

    If you have a version of database Oracle, this passage to support.
    So yes you can make a permutation, perform cutting current (or other maintenance on the primary server), and then after sync 2 databases, to make another passage to return to the normal state.

    Next time please give your operating system and version number of Oracle, it is easier for us.
    And thanks to helpful/answered question mark.

    Greetings,
    Loïc

  • Error "the procedure entry point SMapLS_IP_EBP_12 be found in KERNEL32.dll dynamic link library" when you try to play Red Alert: Command & Conquer

    Original title: the procedure entry point SMapLS_IP_EBP_12 could not be found in KERNEL32.dll dynamic link library.

    Ive been trying to install Red Alert: Command and Conquer on my new pc windows 7 and of course he will not play to come with all can't play because its running windows 6.1 and it's a single program of windows 95. then I went through all troubleshooting and change everything to make sure that it works and it actually installed, but when I went to play this message appears and im like why does this happen to me!

    The procedure entry point SMapLS_IP_EBP_12 be found in KERNEL32.dll dynamic link library.

    It of the message, can someone help me?

    Hi BigAl3000,

    Please note that Command & Conquer: Red Alert 3 is the only version compatible with Windows 7.

    Red Alert 2 and red alert are not compatible with Windows 7.

    See Windows 7 compatibility for Command & Conquer: Red Alert for more information.

    To troubleshoot program compatibility issues in Windows 7, try the following methods:

     

    Method 1: Open the program compatibility problems

     

    Most programs written for Windows Vista are also running Windows 7, but some older programs might run poorly or not at all. If an older program does not work, use the program compatibility issues to simulate the behavior of earlier versions of Windows.

    Method 2: Contact the program vendor or the hardware manufacturer

     

    Contact the program vendor for advice on how to solve the problem. In general, the software vendor's Web site provides a support section that you can use, for example, to search for an error message that you receive from the program.

    Hope this information helps.

    Gokul - Microsoft Support

    [If this post was helpful, please click the button "Vote as helpful" (green triangle). If it can help solve your problem, click on the button 'Propose as answer' or 'mark as answer '. [By proposing / marking a post as answer or useful you help others find the answer more quickly.]

Maybe you are looking for