Anders Björk
Members-
Posts
231 -
Joined
-
Last visited
-
Days Won
2
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by Anders Björk
-
QUOTE(ronanmcc @ Aug 26 2007, 06:08 PM) Do the introduction to labview outlined in the labview manuals. Fot the motor part, use a Digital Out and possibly need a relay to route the voltage to the motor. Checkout the example VIs for DO for the HYtek module. A while loop and sequence and wait, you are there... Next check the examples for Analog In for the flow and pH-meter, check the electrical out on these sensor to check if you can connect them directly to your Hytek module.
-
QUOTE(pjsaczek @ Aug 23 2007, 04:30 PM) Has the unit already a serial interface? Otherwise you need some hardware for acquireing and sending signals to the unit. The printer your talking about is it a plotter or is it a printer writing numbers? If it is the later you might been able to catch the control codes and the information, but you will need some extra electronics for that. Then after capturing the information from a serial port you could use string function screen out your numbers.
-
What I have read from the promomotion material for LabVIEW 8.5 the support for own-functions are now built into the mathscript node. So getting 8.5 might solve your problem. I guess a lot other things has improved in the mathscript node as well.
-
One experiance I got when working with a customer was that mixing usb-mouse and usb-keyboard on the same internal "hubb" as the usb to serial adapter didnt work, or actual worked very sluggish. Moving the serial-usb to another internal hubb made it more stabile.
-
Syncronizing index of to array controls
Anders Björk replied to Anders Björk's topic in User Interface
QUOTE(orko @ Jun 25 2007, 08:11 PM) It is working fine, tomorrow I will try to implement that in an application. I will take note of your suggestion when wiring it up tomorrow. -
Syncronizing index of to array controls
Anders Björk replied to Anders Björk's topic in User Interface
Thanks very much for your help! I used the same properties before it didn't work, I was quite puzzled why :/ -
Syncronizing index of to array controls
Anders Björk replied to Anders Björk's topic in User Interface
QUOTE(tcplomp @ Jun 25 2007, 05:07 PM) Yes thats what I meant. I had a simple while loop with two array controls, two property nodes, a time delay and stop button. For testing, tested several properties by read and write. -
I have been trying some hour to to syncronize the index of two array controls by use of the property nodes, is it possible to get that working?
-
QUOTE(MartinP @ Jun 20 2007, 02:21 PM) Is the peaks in your VI-representative for your massspectra? What type of Mass is it? I would try build a moving maximum estimator, to find some approximate peak-positions. I did a work with other co-authors on MALDI-TOF spectra, we fitted two gaussians to each peak and gained information thereby. M Kempka, J Sjödahl, A Björk and J Roeraade, 'Improved Method for Peak Picking in MALDI-TOF/MS', Rapid Commun. Mass Spectrom. 18 (2004), 1208–1212 Otherwise using wavelets to denoise would be wise, my opion is that it would more suitable than SG. Another option is to find the peaks in wavecoefficents and then back transform.
-
wav file > FFT > peak point
Anders Björk replied to zeldAIS's topic in Application Design & Architecture
QUOTE(AndersBjork @ May 20 2007, 03:16 PM) Adding a comment on your evaluation, I would use principal component analysis or partial least squares to analyse the spectra or selected regions around the peaks. I have done similar thing since 1997. You should get a better estimate of the "condition" if you use a "weighted" average. -
wav file > FFT > peak point
Anders Björk replied to zeldAIS's topic in Application Design & Architecture
QUOTE(zeldAIS @ May 20 2007, 12:47 AM) Well put a Express for Spectral measurements in parallell with the tone-measurements or edit the tone measurement vi... I guess the first alternative is most easy. That extra computing will probally not be a problem in your case. -
wav file > FFT > peak point
Anders Björk replied to zeldAIS's topic in Application Design & Architecture
First of all remove the Fourier transform vi there is no need for that. The tone measurement express vi make the complete work for you. You only need to wire input data (wavfile data/AI) and specify a approximate frequency for the peak your looking for (possibly specifiy some other parameters). To read a wave file you find them in the palette Programming\Graphics and Sound\Sound. Rather than attaching VI paste a screenshot of your diagram, you will get a better respones, fast for us to see your problem. -
COM component that gives a variant instead of reference
Anders Björk replied to Anders Björk's topic in Calling External Code
QUOTE(Herbert @ May 10 2007, 08:12 PM) Thanks! It work when I tried again. -
I have a COM object that is suppose to give a reference to another object but it gives a variant and here comes the problem. I dont have a clue if it solvable or not. I have tried from variant with a an constant to the subobject as type but that didnt work. According to the object documentation the second object is only reachable throught the first. All ideas are appreciated. http://forums.lavag.org/index.php?act=attach&type=post&id=5805
-
I have contacted NI about this.
-
Yet again have I got a carton box probally delivered by airplane from Hungary containing a folder "Global Services and Support", a paper saying my SSP is renewed and a copy of the invoice. The box weighs about ten-twenty times than papers.. How is NI think? This a waste of resouces, an regular envolope or even better a email would be a better solution.
-
[8.2.1] User event type propagation error
Anders Björk replied to Tomi Maila's topic in LabVIEW Bugs
I had a similar problem when working on a customers software.. I found no other solution then to uppdate the event name twice..checking the counter in the while loop.. -
Interest towards LabVIEW constantly decreasing
Anders Björk replied to Grampa_of_Oliva_n_Eden's topic in LAVA Lounge
It seems like all major programming languages decline.... So it is not Labview specific... -
Slightly OT: PID Control of 2 Proportional Valves
Anders Björk replied to Jeff Plotzke's topic in Hardware
QUOTE(Jeff Plotzke @ Feb 26 2007, 11:44 PM) Maybe this all to late but, but if a remeber correctly one way to implement this isto use the control error from the controller for the large valve as the variable to control in the controller for the small valve. That is practially your own manual approach with to controller in automatic control. -
Is it possible to call a VI with options?
Anders Björk replied to Anders Björk's topic in Application Design & Architecture
Thank you very much! It will help me alot! Should have checked the help better -
Is it possible to call a VI with options?
Anders Björk replied to Anders Björk's topic in Application Design & Architecture
I mean do not compile VI into a binary but you would like to open LabVIEW and get it automatically to run a VI with some command line args.