Re: I pull fiftyfour bytes of data from MicroProcessor's EEPROM...

2004-03-03 Thread GrantM
Hello, You mention that you send a string to the microprocessor that tells it how many bytes to send. Instead of requesting 512 bytes, try reading 10 times and only requesting about 50 bytes at a time. If that doesn=92t help, try directly communicating with your microprocessor through HyperTermi

Re: buffered digital output

2004-03-01 Thread GrantM
Hello Thijs, The "Port List" connection of the DIO Config.VI should be wired with an array of the digital ports you wish to use. Each port has 8 digital lines. Unfortunately, the E-series devices do not support hardware-timed digital I/O. You could still output your points in a software loop, b

Re: Stream data to disk (LabVIEW RT and NI PXI-5122)

2004-02-27 Thread GrantM
Hello, Although LabVIEW RT is not necessary for your situation, please see the response to your question in the http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RPAGEID=135&HOID=5065000800ECC1&UCATEGORY_0=_34_%24_12_&UCATEGORY_S=0";>High-Speed Digitizers Forum. Grant M. Nati

Re: Labview window scrollbar won't enable

2004-02-26 Thread GrantM
Hello, Are you referring to the scroll bars on the front panel or the block diagram? By design, the scrollbars become disabled when the entire front panel or diagram fits in the window. As you've discovered, moving an object close to the edge of the window will cause the scrollbars to become ena

Re: In-place array subset replacement

2004-02-25 Thread GrantM
Hello, Dennis is correct; a local variable will force a copy of the data. In general, LabVIEW will try to do an in-place replacement whenever possible. However, depending on what is happening with the data before and after the replacement, LabVIEW may make a copy. A good KnowledgeBase discussin

Re: My installer built by LabVIEW don't work in some machine

2004-02-25 Thread GrantM
Hello, For general troubleshooting of the Application Builder, Go to http://www.ni.com and click on Support at the top. In Option 1, where it says "Select Software," choose LabVIEW. On the LabVIEW Support page, go to Option 3 and select the http://www.ni.com/support/labview/toolkits/appbuild";>App

Re: can i use a counter input for a encoder feed back reading i 6014 daq card

2004-02-25 Thread GrantM
Hello, Yes, it is possible to read encoder inputs with the 6014 card. In order to find more information about using encoders, Go to http://www.ni.com and click on Support at the top. In Option 3, under search select "KnowledgeBase" and enter "encoder" (without quotes) in the Keyword box. The fir

Re: After reconfiguring a 6534 from output to burst input, I get error 10614.

2004-02-25 Thread GrantM
Hello John, It sounds like you've figured out the answer to your problem. For a bit more information on programming DIO boards, check out the product manual. The manual can be located by going to http://www.ni.com and clicking on support. In Option 3, select "Product Manuals" and in the keywor

Re: I pull fiftyfour bytes of data from MicroProcessor's EEPROM...

2004-02-25 Thread GrantM
Hello, Can you elaborate what you mean by the system is lost? Ben has suggested a good idea of posting the code in question. It would also be helpful to know which version of LabVIEW you are using and which serial VIs you are using. His clarification of the timeout for the serial read is also a

Re: where can i find additional DDE resources???

2004-02-25 Thread GrantM
Hello, Dave has posted a couple of example programs which use DDE in LabVIEW. You can find a tutorial by going to http://www.ni.com and clicking on "Support." Under Option 3, search "Tutorials/Application Notes" and enter "DDE LabVIEW" (without quotes) into the keywords box. One of the first li

Re: Memory error

2004-02-25 Thread GrantM
Hello, Can you provide any additional information about this memory error such as the error message? Also, is this a LabVIEW memory error or a Windows memory error? Crashes in LabVIEW when working with CINs are frequently caused by errors in the C code of the CIN. Since a crash doesn't happen f

Re: Further Examples for the Picotech ADC200 Series

2004-02-25 Thread GrantM
Hello Wayne, A good place to start for example code is the product manufacturer and it seems like you have already done that. National Instruments also provides example code we have created as well as from other users. You can search this library by going to http://www.ni.com and clicking on Supp

Re: using MS Databound grid in Labview

2004-02-25 Thread GrantM
Hello, I am not familiar with the databound grid control you refer to or with databases in general. However, instead of recreating its functionality, you could look into the LabVIEW Database Connectivity Toolkit which simplifies database communication. You can find out more information about thi