キャンセル
次の結果を表示 
次の代わりに検索 
もしかして: 

help

hello

ohh thanks for reply...i am using laser diode FL500 which has 2 output one is vs =5v and other is vset here i am confused...

what i try was i pulg vs output to USB6009 output pin is that right?...and vset connected to usb6009 input in ai0 port ...but know i am confused to get ouput here ,,....reply please ...i am tried as working so long on it

thanks

0 件の賞賛
メッセージ31/52
1,867件の閲覧回数

this is datasheet for laser diode....

thanks

0 件の賞賛
メッセージ32/52
1,862件の閲覧回数

Vset is an INPUT to the driver.  It claims a 2kOhm impedance and states not to exceed 2V on that input.  So that puts the current at 1mA.  An analog output of the DAQ can handle that.  So connect AO0 to Vset.  You will use LabVIEW to set that voltage.



There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 件の賞賛
メッセージ33/52
1,862件の閲覧回数
You still have not explained anything about how you are going to vary the dc in. If you can't do that, it makes no sense to try to plot the current. Attach a schematic of your setup. The design of your system would be an obvious first step.
0 件の賞賛
メッセージ34/52
1,861件の閲覧回数
Sorry, posted before you attached pdf.
0 件の賞賛
メッセージ35/52
1,856件の閲覧回数

HELLO

who to vary volatge that my confusion .....see my vi which i tried ... ia m attaching here...

when i conect vset to USB 6009 its show error regarding volatge vlaues

0 件の賞賛
メッセージ36/52
1,850件の閲覧回数

What does the error actually say?  Does it have an error number associated with it?

0 件の賞賛
メッセージ37/52
1,839件の閲覧回数

this is error....iam attaching now

0 件の賞賛
メッセージ38/52
1,835件の閲覧回数

What error are you getting?

 

Why are you using the Formula Node?  What is the sin function doing in there?  There is a nice simple function in LabVIEW called Ramp Pattern.vi (in the Signal Processing->Signal Generation palette).  Use that to make an array of the step voltages and then use a FOR loop with autoindexing to set the voltage.  Makes things a lot simpler.



There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 件の賞賛
メッセージ39/52
1,832件の閲覧回数

Well the sine of i*Step will vary from -1 to 1  Your task range is 0-2 so half of any possible values of "c" will result in an error


"Should be" isn't "Is" -Jay
0 件の賞賛
メッセージ40/52
1,829件の閲覧回数