12-15-2008 07:01 AM
hi,
I'm looking for someboby having experiences with the filterwheel fw102 of thorlabs (or something close).
I just startet with labview. I want to create a sequense for the filterwheel, so that the weel changes position after a definded time and all the filters are passed throught.
the problem is, that there are different sub-vis, but I don't know which one to use. they are called "fw102x get on time", "get off time", "get time", "set on time", "set off time" or "set read delay time".
please help!
thanks!!!
lucky-s
Solved! Go to Solution.
12-16-2008 03:43 AM
I solved the problem!
I just don't need this time-vis, I use a while-loop with delay.
but thank for those thinking about my problem.
bye, lucky_s
04-02-2009 01:57 PM
I have been looking all over for the same thing. I am starting out new, never using LabView before, and I have to get two of these filter wheels working from one computer. I was hoping someone would be able to help me with some basics of how to get LabView communicating with the filter wheel and if possible, how to get it to work with Maxim DL.
Any tips will help. I'm feeling very lost with this.
Thanks.
04-08-2009 03:01 AM
hi.
sorry for responding so late.
are you still looking for an answer?
I just took the INITIALISE.vi, the SET_POSITION.vi and the CLOSE.vi in a row and that's it. because I needed to set the position more than once, I put a while-loop around the set_position.vi.
do you need an example?
04-08-2009 03:06 AM
lucky_s wrote:do you need an example?
Please post it. It may help someone else in future. You may got lot of wishes from them.
Thanks for your understanding,
Mathan
04-08-2009 03:20 AM
I -think-I used to have one of these in the lab.
I had problems determining when the filter change was complete since the wheel responds to receiving the command to change but does not send anything upon completing.
I got around this problem by simply sending the same change command twice. The first one is received immediately and responded to immediately whereas the second one can only be processed AFTER the change is complete. This way I was able to avoid static waits and my measurements got significantly faster since the filter wheel changes can take different amounts of time.
In case anyone has the same problem.
Shane.
04-09-2009 03:00 AM - edited 04-09-2009 03:01 AM
hi everyone.
so here is an example (filterwheel.vi) how to control the filterwheel. the sub-VIs came with the filterwheel, you can find them in the FW102x.LLB. I also attached the LLB below.
the VI is written in LabView 8.5.
best wishes,
lucky_s
03-12-2010 09:02 AM
Hi,
I am a newer to Fw102B, a filter wheel from Thorlabs. I want to use LV to control the filterwheel. I did not use the trigger signal. Only DC plug and USB port are connected.
After I install the driver, the filter wheel is controllable by using the installed program 'FW102B.exe'. Also Fw102B can be controlled manually.
However, when I run the 'Fw102Sample.vi', which is installed in the same directory of 'FW102B.exe', error occured.
Code: -1073807343
FW102x Initialize. vi <ERR>
Driver Status: (Hex 0xBFFF0011)
Insufficient location information or the device or resource is not present in the system
Primary Error: (Hex 0xBFFA1190)
The session handle is not valid.
Also I tryied the 'Filterwheel.vi' provided by lucky_s. The problem is still there. Anyone has idea what the problem is and how to resolve it?
Thank you.
07-26-2013 03:54 AM
hello lucky_s,
were the subVIs you've uploaded avaiable for LabView 8.5 or how did you them?
09-29-2020 09:42 AM
Hi, I was wondering if you could help me. Recently, I've had to update my Labview program as I've had to change from FW102B to FW102C. However, every VI on the filter wheel gives me an error. It keeps lookin for Optimet Sensor/Utility/Error which I don't have. Do you happen to know where I can download this Error sub VI? Thanks.