ChrisMcLennan Posted March 27, 2007 Report Share Posted March 27, 2007 Hello LAVA Forumites, I have developed an in-line basic interpreter VI for LabVIEW that allows a developer or enduser to place basic scripts in LabVIEW applications via an Express VI. I am hoping to get a handful of LabVIEW developers to download it and try it out. http://www.labbasic.com There is alot more data on the software including a couple of 'screencam' style flash movies showing LabBASIC in action on the website. The download is about 5.5 megs. Regards! Chris McLennan chris@labbasic.com Quote Link to comment
PJM_labview Posted March 27, 2007 Report Share Posted March 27, 2007 Where do you want bugs to be reported? I did not saw a forum on you web page. PJM Quote Link to comment
ChrisMcLennan Posted March 27, 2007 Author Report Share Posted March 27, 2007 Hello PJM, If you could just use the 'contact' link on the website, or just email me @ beta@labbasic.com . I'll try to post the list that gets compiled. If there are enough testers, I think setting up a forum would be a great idea! Thanks for the help! Chris Quote Link to comment
crelf Posted March 27, 2007 Report Share Posted March 27, 2007 QUOTE(ChrisMcLennan @ Mar 27 2007, 02:29 AM) If there are enough testers, I think setting up a forum would be a great idea! You could just use the thread here... Quote Link to comment
sam Posted March 28, 2007 Report Share Posted March 28, 2007 very nice toolkit. I have one suggestion, I think it would be better to use a check box to indicate debug mode. or if you keep the current style then indicate in text the status of the debug button. Quote Link to comment
viSci Posted March 28, 2007 Report Share Posted March 28, 2007 I have some questions: 1. Can you have multiple instances running at the same time? 2. How do you call a LabVIEW vi from the script? Thanks Quote Link to comment
ChrisMcLennan Posted March 28, 2007 Author Report Share Posted March 28, 2007 Hello folks, and thanks for the comments. Regarding the debug boolean: Yes, I agree. I've actually had the same comment from about 3 others since I posted the link yesterday. Regarding multiple instances: Yes, you can have multiple LabBASIC VI's running in parallel without any issues. Regarding calls back to LV: Hmmm, this is possible, although would require a small change to the code. It's possible via COM to connect to the LabVIEW engine and set parameters. The current beta doesn't pass the COM reference of the calling VI to the LabBASIC VI, but I will look into this. Best regards, Chris 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.