-
Posts
87 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by Clio75
-
Test it and it worked. Thanx for your time.
-
Well done mate! :cool:
-
Thanx for this example. But I have a hard time understanding what is happening. I understand that my code is put in the "run stuff" but how to get the result from Runstuff into the monitor interface I don't understand. So if you have the change, give me a lite intro Thanx for your time
-
Labview 7.1 app occupying the most of the system memory
Clio75 replied to Muni's topic in LabVIEW General
I don't know if this is the case here , but my experience with code written in old LW, and upgraded to new is mixed. I have some old code written in and old LW7 that in strange way don't work in LW 8.6. But If I write(draw) new code that to me seems exactly the same starts working. why?? I DON*T KNOW. I have just excepted the fact. Good loock -
Is it possible to have a small example from you ? Thanx
-
Hi, I'm looking for information about how to have a user interface on the Teststand sequence. I have a sequence that select the correct test based on the serial number(five first digits). Based on this I like to call a user interface that can be there under the rest of the test. with the sequence running in the backend. and updating the frontend. When the test is finished, it close the user interface to get the red/green/yellow/blue Teststand popup box I have tried looking on the internet, but not found anything like this. If you have some experience/ tips or trick I can try please let me know. Clio75
-
Hello After posting the same @ ni.com I have this replay http://forums.ni.com/ni/board/message?boar...thread.id=13178 It is possible, but they all advice me to use the IF/ELSE statment. :headbang:
-
Hello I'm have bumped into a challenge, and I like your opinion/help/suggestions. The Select case in Teststand 4.1.1 is not behaving like I was hoping for. Several products in the test. And from a bar code reader it will select witch sequence to run More that one product is using the same sequence But they have different number from the barcode reader. So I put products that can have the same test into the same case. But that the case was not been selected when I runed any of products. If I but them in separate cases it works. It's not a big problem, but it is a pain in the ###### thing. The hole sequense is growing faster and faster. And at the end it will be at lest twich the size I was hoping for. This is working. Selsect Case 1 case 2 case 3 case 4 End select Thins is not. Select case 1,2 case 3,4 end Select Please help me if you have some advice
-
QUOTE (Charles Chickering @ Dec 18 2008, 10:07 PM) Hello I'm also new to Teststand. And I had a similar looping sequence. I don't know if you have found any solutions on your problem. I'm using Teststand 4.1.1 In TS4.1.1 I can sett the step to loop e.g. 4 times(fails) or 1(or more)Pass(es) before moving on to the next test. This is located under Step -> properties -> Looping. Pass fail count Stop after x count of pass or after maximum y times. I hope this helps.
-
QUOTE (normandinf @ Oct 8 2008, 08:08 PM) Ye I know. Have this problem EVERY time I use a new computer. It's f... annoying.
-
First VI to open in project takes long time
Clio75 replied to John Lokanis's topic in Development Environment (IDE)
when I open the first VI it's slow. But I thing in my case its due to loading the visa resources(serial ports, GPIB to instruments, etc etc) The reason I thing this, is that this only apply to first VI that using visa. This was much faster in 8.6 that 7.0 -
While saving, one or more files loaded into memory and/or were modified...
Clio75 replied to PJM_labview's topic in Hardware
QUOTE (PJM_labview @ Dec 18 2008, 12:35 AM) is there a developer from Microsoft that have started in NI ??? -
QUOTE (pallen @ Dec 17 2008, 09:22 PM) Same here. But I hope my next will have at least 1600*1080
-
QUOTE (miab2234 @ Dec 15 2008, 12:18 AM) http://lavag.org/old_files/monthly_12_2008/post-10422-1229339348.jpg' target="_blank"> Something like this. This will add one to the "test counter" control. Do the similar to the other cases. P.S. The blue boxes are local variables. just in case you didn't know it.
-
QUOTE (sachsm @ Dec 12 2008, 07:20 PM) I do the property node, Like the picture attached. http://lavag.org/old_files/monthly_12_2008/post-10422-1229193355.jpg' target="_blank">
-
Hello all you clever guy's. I have a challenge for you. Is it possible to run Testexec with LW 8.5 ? I running it today under 7.0 and if we going to upgrade I need to know how to upgrade/rebuild the Testexec. This is only to save some time until I have rebuild the applications without Testexec. well if anyone like a challenges you are free to try. If you need mor information Please ask. Thank in advanced.
-
With so many insults in one reply I not sure I going to help you any more. If you read my post. You will se I ment use the VISA READ/WRITE and NOT the F..... drivers you have to the F..... instrument. QUOTE (zhpipo16 @ Jun 8 2008, 07:19 PM) This is not a place you can demand an answer. We are ALL LW users helping each other the best we can. If you need fast tek support call NI or you local dealer.
-
QUOTE Have you tried to right click and select HEX VIEW ? BR Clio
-
QUOTE (zhpipo16 @ Jun 7 2008, 09:46 PM) I can answer why you haven't got an answer, but I can tell you how I do instruments at our site Have you tried to use vise write and visa read, instead of this drivers? To be honest i have never been able to get them to work like I would like them to do. So I write my own, just by using the protocol and visa boks. Then I have a vi after your own wish. I hope this helps you BR clio
-
QUOTE(jdebuhr @ Aug 23 2006, 06:41 PM) Hello Working on something similar. And struggling to have 0xDF to be displayed as ascii "DF". I'm reading from serial interface (visa) from some of our equitment. And would like to read out the command that was send and received. a command is a 3 byte command like HEX(A0 00 00) I like to find a way to see this as Ascii(A0 00 00) Or convert it to ascii(Video L1 Out 1 Inp1). Any ides ???