shan Posted April 5, 2004 Report Share Posted April 5, 2004 Hi frnds, I have used Labsql to connect labview ans Sql..But it is found that as the time goes the performance is descreasing....Is there any performance issue with labSql Connection..And itz founf that of if restarts the sever i'll get the initial performance again.. Quote Link to comment
marp84 Posted June 6, 2008 Report Share Posted June 6, 2008 hi bro i want to add labview library in analog input & output cause i can't found some icon in there. how i can update n add to that library? if you know about that please let me know it.tanx before Quote Link to comment
Neville D Posted June 6, 2008 Report Share Posted June 6, 2008 You need to load the latest version of the NI DAQmx drivers for those VI's to show up. Are you playing with an evaluation or student version of LabVIEW? Neville. Quote Link to comment
Aristos Queue Posted June 6, 2008 Report Share Posted June 6, 2008 QUOTE (marp84 @ Jun 5 2008, 11:17 AM) hi bro i want to add labview library in analog input & output cause i can't found some icon in there.how i can update n add to that library? if you know about that please let me know it.tanx before Marp84: I truly cannot understand the question you are asking here. I'm impressed that Neville was able to put together a reply. It would make communication a lot easier if you took the time to use some punctuation and grammer in your questions. Some users get upset at requests like these. I'm not trying to scold you like some elementary English teacher. I just want to be able to read the post. Otherwise I -- and others -- cannot help you. I make a lot of allowances for the non-English speakers who are using automated translation tools, but I'm pretty sure that's not your situation. Quote Link to comment
crelf Posted June 6, 2008 Report Share Posted June 6, 2008 QUOTE (Aristos Queue @ Jun 5 2008, 05:02 PM) ...use some punctuation and grammer in your questions. Well put Aristos (although I'm glad you didn't mention spelling ) QUOTE (Neville D @ Jun 5 2008, 11:29 AM) You need to load the latest version of the NI DAQmx drivers for those VI's to show up. ...or maybe you're looking for the older NI-DAQ VIs? Are you working on an old project, or are you starting a new one? Quote Link to comment
marp84 Posted June 7, 2008 Report Share Posted June 7, 2008 i use labview 8.0 professional versions, i've NI DAQmx, MCC DAQ for USB and VI logger too.but this all i get (looks attachment). can some one tell how i can find AI an AO complete library. tanx Quote Link to comment
Rolf Kalbermatter Posted June 10, 2008 Report Share Posted June 10, 2008 QUOTE (marp84 @ Jun 6 2008, 04:16 PM) i use labview 8.0 professional versions, i've NI DAQmx, MCC DAQ for USB and VI logger too.but this all i get (looks attachment).can some one tell how i can find AI an AO complete library. tanx Sorry! I'm not going to open Windows bitmap files (.BMP). Saving them as JPG would at least shorten the download time considerably and wouldn't be a lot more work on your side. Rolf Kalbermatter Quote Link to comment
crelf Posted June 10, 2008 Report Share Posted June 10, 2008 QUOTE (rolfk @ Jun 9 2008, 01:04 PM) Sorry! I'm not going to open Windows bitmap files (.BMP). Saving them as JPG would at least shorten the download time considerably and wouldn't be a lot more work on your side. FYI: Here are the http://forums.lavag.org/How-to-Insert-Images-in-your-Posts-t771.html' target="_blank">image guidelines. Please try to use only JPG, PNG and GIF file formats if possible. Quote Link to comment
JiMM Posted June 10, 2008 Report Share Posted June 10, 2008 Yes, your 2.25MB BMP file is 68KB when saved as a PNG! Quote Link to comment
marp84 Posted June 13, 2008 Report Share Posted June 13, 2008 i use labview 8.0 professional versions, i've NI DAQmx, MCC DAQ for USB and VI logger too.but this all i get (looks attachment). can some one tell how i can find AI an AO complete library. tanx Quote Link to comment
jdunham Posted June 13, 2008 Report Share Posted June 13, 2008 QUOTE (marp84 @ Jun 11 2008, 07:59 PM) i use labview 8.0 professional versions, i've NI DAQmx, MCC DAQ for USB and VI logger too.but this all i get (looks attachment).can some one tell how i can find AI an AO complete library. tanx I would just try to reload your Device Driver CD from your LabVIEW 8.0 install disks. At the beginning of the install, there are checkboxes for all the components to be installed. Make sure that "LabVIEW 8.0 Support" (or something similar) is activated under the DAQmx item. Good luck. Quote Link to comment
marp84 Posted June 24, 2008 Report Share Posted June 24, 2008 i've do that but it's never works Quote Link to comment
Neville D Posted June 24, 2008 Report Share Posted June 24, 2008 QUOTE (marp84 @ Jun 23 2008, 10:43 AM) i've do that but it's never works Open up NI-MAX (Measurement and Automation Explorer) Look Under My System>Software (hit F5 or click Refresh) Make sure NI-DAQmx is listed under there Note that DAQmx will NOT work with MCC hardware, and MCC software won't show up here. Also what package of LabVIEW do you have? Professional Development System? Basic? Student Edition? Probably Student Edition or Eval version may not have DAQmx stuff loaded. Neville. Quote Link to comment
LAVA 1.0 Content Posted May 7, 2009 Report Share Posted May 7, 2009 i've just started learning labview. Im currently using v8.5 & im trying to place the result into the array but i do not know how i should go about doing it. does anyone have any labview example regarding placing the result into the array? graphical help or website link would be very much appreciated. Quote Link to comment
Karissap Posted May 7, 2009 Report Share Posted May 7, 2009 It would be helpful to know what exactly you want to do, what data type you are using, string, numeric, and what dimension array size, 1D, 2D etc. If you want to replace an array element without resizing it use the "Replace Array Subset.vi" or in place element structure, if you want to add an array element but not replace any existing elements use the "Insert into array.vi" or the "Build Array.vi". You can also use auto-indexing on a for loop to create arrays automatically. Here's a screen shot of these different methods: Quote Link to comment
asbo Posted May 7, 2009 Report Share Posted May 7, 2009 labviewnoob, go to the Help menu and select the Find Examples item. NI has a phenomenal number of examples showing how to accomplish many different things in LabVIEW. Give a man a fish ... Quote Link to comment
LAVA 1.0 Content Posted May 8, 2009 Report Share Posted May 8, 2009 thanks for the help guys. especially the graphic diagram. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.