03-05-2008 05:10 PM - edited 03-05-2008 05:12 PM
03-05-2008 09:33 PM
and also, how to do i tell if i have application builder installed?
03-05-2008 09:46 PM
03-05-2008 10:24 PM - edited 03-05-2008 10:28 PM
im checking the obvious stuff like missing the application builder as ive been stuck on this for quite some time
03-06-2008 08:43 AM
03-06-2008 07:08 PM - edited 03-06-2008 07:11 PM
here is the vi
http://www.engr.uconn.edu/~jmacione/dll3.vi
and project
http://www.engr.uconn.edu/~jmacione/labviewdll.lvproj
For this particular project, ive incorported my signal generator vis into the example file for meanmodemedian.vi (example file for building dlls)
Ive rewired the "mode" indicator into the area of code for the signal simulator, and replaced it with "mode3" , a copy
In the project, Im only getting "mode" as an output parmeter along with the other two from the example file, "median" and "mean".
It appears i cant create any new output parameters and am stuck with the three from the example file.
Yes, this files were recomplied with control shift run ahead of time.
I had resaved it to ahead of time.
I must be tired or getting old or something, but ive been stuck on this for a few weeks.
I do remember making dlls in labview 3years ago, dont remember it being this hard
If it matters, this is 8.2 on vista
Message Edited by jimmyinCT on 03-06-2008 07:09 PM
Message Edited by jimmyinCT on 03-06-2008 07:09 PM
Message Edited by jimmyinCT on 03-06-2008 07:11 PM
03-06-2008 09:03 PM
Your project is referring to different VIs than the one you posted but even after fixing that, I had a problem with it. It might be corrupted or something may have happened in the conversion to 8.5. I created a new project for the posted VI and was able to see the parameters. You have no parameters for fundamental frequency, Add White Noise Amplitude, etc. because none of those are wired to the VI's connector pane. As I said, you have to do this and have always had to do this in earlier versions of LabVIEW. I wired them up and they then appeared as parameters. Having a dll with a while loop and a stop button makes no sense either. How are you going to stop it? The answer is, you can't
03-06-2008 09:25 PM - edited 03-06-2008 09:34 PM
Oh my god, its like im trying to get away from labview from all the issues like this, its going to suck the life out of my before i am finally rid of you people forever
Message Edited by jimmyinCT on 03-06-2008 09:27 PM
Message Edited by jimmyinCT on 03-06-2008 09:31 PM
Message Edited by jimmyinCT on 03-06-2008 09:32 PM
03-06-2008 10:09 PM - edited 03-06-2008 10:10 PM
I did answer your specific question and nowhere did I say that you had to use an earlier version. I said that you did not have your controls and indicators wired to the VIs connector pane and I speculated that was your problem even before you posted the VI. You obviously did not check this. I only mentioned earlier versions of LabVIEW because you said you had done it before. I don't have 8.2.1 and for all I know, the project would open just fine in 8.2.1. Just to be sure, you can create a new project but the only confirmed bug is your failure to wire up the controls and indicators.
Maybe the problem is that you don't even understand what and where the connector pane is. This is really basic LabVIEW but right click on the VIs icon in the upper right corner of the VI. Select Show Connector. This is the connector pane. You click on a box and then you click on one of the controls or indicators. Keep controls on the left side and indicators on the right. You know you have made a connection when the little box changes color (matches the data type of the control or indicator). This is the exact same process you have to go through when you create a subVI.
p.s. If you want to be rid of 'us people', just stop posting here and learn how to do the basics on your own.
03-07-2008 01:20 AM