Re: Download LV 2011
I says "register your serialnumber" - This is what i did before posting the picture.Before that i also couldnt download lv 2012/2013. After registering only those two versions appeared.
View ArticleRe: Download LV 2011
I suppose that you SN is only valid for these versions from your picture.Contact support from NI as Gerd already wrote.
View ArticleRe: Wait for signal generator to finish list sweep before sending next command
If you were using standard VISA calls, I'd just say to send the sweep command but append ;*opc? (operation complete?) to it to make it a query. Then execute a VISA read to read what comes back. This...
View ArticleRe: Something is blocking my loop and I can't update the buttons
your loop is not running at all because you have put one event structure inside while loop with no timeout case.so only when you have an event fired that is registered with event structure then your...
View ArticleRe: Wait for signal generator to finish list sweep before sending next command
Somehow I didn't know about the OPC command. Thanks for leading me in the right direction!
View ArticleRe: Wait for signal generator to finish list sweep before sending next command
As far as I can tell, it works perfectly now. What a simple solution. Thank you!
View ArticlePrevent file path from prompt
Howdy!I am new to working with XControls but I am working on one for fun to get better with them. The control part of the xcontrol is two file path constants and a boolean push button while the...
View ArticleApplication Builder executable issue
I have created a vi that has several inputs, including frequency counters and current inputs. I have created an executable using Application builder which works fine on the devlopment, just as if it...
View ArticleRe: How do I set the time axis on my waveform chart to show run time i.e each...
townes wrote:I can't seem to figure out what you mean. I have no formal training with labview. It's taken me a long time to write the simple program I've attached. Any further guidance would be greatly...
View ArticleError 61046 -- NI 5761 Issue
Hello, I have a recurring error which is somewhat sporadic but has proven to be a pain to deal with. I'm using a NI5761 Digitizer with a PXIe-7965 FPGA for data acquistion. There is an external clock...
View ArticleNI-Industrial communications for ethernet/ip
I have a program that has been running (industrial communications) ethernetIP tag read strings. The read was a 10 character length and has been working for years. Today it is adding a 11th character...
View ArticleRe: How do I set the time axis on my waveform chart to show run time i.e each...
I will definately make the time to go through the basic materials. Thank you for yuor help!
View ArticleRe: Adding elements in tree Efficiently
Sorry I didn't fully read the post before posting last. I see you are already using the Add Multiple Items, and defer panels. This does take a very long time to update. I even tried changing the...
View ArticleRe: Comparison of Elements of Two 2D Arrays
Thanks, paul_cardinale ! It works.. Now I see the principle. Sometimes, the algorithm works perfectly, but sometimes it detects only one common index. For example, 3 5 and 5 5 61 0 0 1...
View ArticleRe: Problem with writing continuous data to excel using using Report...
One option would be to use the TDMS file to save the data while the test is ongoing and then at the end resaved it to an excel file using the report generation VIs.Mike...
View ArticleRe: LabView FPGA Error Code -63196
When I try to communicate with the FPGA vi from the Host vi.
View ArticleRe: very fast data receive using USB and processing the data
msaifuddin wrote:I know FT2232H module is capable of handling data up to 40Mbps. But I could not find anything related to receiving high speed data specificly in LabView on the pc side and bottlenecks...
View ArticleRe: Using Labview opc client to connect to Opto 22 optoopcserver
Thanks. I ran Monitor OPC Items with DataSocket.vi and it's the same thing, I can see the tags but they don't update.
View ArticleRe: Something is blocking my loop and I can't update the buttons
Along with some of the other problems pointed out abovelook at this loop:If the value of "Abspielen" is true this loop will start. and never end.............................Blocking the outer loop...
View Article