jaw Posted May 11, 2006 Report Share Posted May 11, 2006 hi all i got a question hope u all wont laugh at me. i like to ask is labview able to capture data from microsoft excel and use the data to do some programming??? plaease advice. thanks alot :worship: Quote Link to comment
Ton Plomp Posted May 11, 2006 Report Share Posted May 11, 2006 hi all i got a question hope u all wont laugh at me. i like to ask is labview able to capture data from microsoft excel and use the data to do some programming??? plaease advice. thanks alot :worship: No laughs here, yes it is possible. There are 2 options (the easy expensive and the difficult cheap) Buy the report toolkit. Make your own toolkit. BOth make use of the excel activex software. It is possible to do but it is very hard. Ton Quote Link to comment
Aitor Solar Posted May 11, 2006 Report Share Posted May 11, 2006 I don't think it's so hard, in fact. You have an example in LabVIEW (Help -> Find Example -> Communicating with external application -> Excel) and the library it uses. All is based in opening an Excel ActiveX object and operating its methods and properties. Saludos, Aitor Quote Link to comment
Guest terminator Posted May 11, 2006 Report Share Posted May 11, 2006 You COULD save the excel file as .txt and open that file with the Labview open spreadsheet vi. Depends on what's in the excel file, how often you need to do this, etc. Quote Link to comment
i2dx Posted May 11, 2006 Report Share Posted May 11, 2006 Maybe this example helps you out ... it's originaly for writing data into excel, but the basic know how, how to access the tables and cells, is allready in there. you simpley have to change the write funktionality into a ready functionality. In fact it's easyer to read the data, then to write the data. Unluckily I don't have a read example yet, but I hope it can give you a clue, how it works. Quote Link to comment
VDB Posted May 12, 2006 Report Share Posted May 12, 2006 Or have a look at: http://sine.ni.com/apps/utf8/niepd_web_dis...034080020E74861 VDB 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.