Questions tagged [labview]
10 questions
6
votes
1 answer
Programmable parameter change of Pro/E simulation by using Excel VBA , Matlab, Labview or Pro/E own function
Now, I've been conducting beam simulation by using Pro/E.
I would like to change payload(force) of beam step by step, and then plot the relation between deflection and payload(load range : 50kg to 500kg, step size : 25kg).
But, this task is too much…
KKS
- 354
- 1
- 11
5
votes
1 answer
LabView or another software for experiments
I used LabView for a lot of my BME undergrad, but the labs focused mainly on things dealing electrical signals.
In the real world I'm working mostly on ME projects, but we lack a good deal of experimentation equipment.
What are the limitations of…
William B.
- 363
- 1
- 5
3
votes
2 answers
How to resolve file space issue on CDAQ Controller with Labview Test System?
Question: I am currently encountering Hard Drive Memory space issue to store file on a National Instruments based CDAQ Tester. I am using Labview 2013 SP1 and have to all the software load in the CDAQ Controller. Some of the basic specifications…
Mahendra Gunawardena
- 7,153
- 5
- 25
- 65
3
votes
0 answers
Logistic regression in LabVIEW
I am using a psychophysical model to calculate the probability (P) of detecting an electrical stimulus to the skin (amplitude = x) over time (t):
\begin{equation}
P(x;\alpha(t),\beta) = \dfrac{1}{1+e^{\beta(\alpha(t)-x)}}, \text{ } {\small \alpha…
Alexm
- 123
- 1
- 5
1
vote
1 answer
Labview: Changing while loop condition not working
I have a while loop that is set to terminate upon false but I would like to change to terminate upon true. I'm supposed to be able to right click on the termination condition to change it but it's not giving me the option.
Here is an image of what I…
mattzhu
- 11
- 1
1
vote
1 answer
Unable to install Actuators to a LABVIEW based Engineering Test System
I need to install an actuators to LABVIEW base test system because the old actuators are defective. We cannot purchase the old actuators because they are obsolete. The old actuators communicated using the COM ports 1 and 8. The COM port are hard…
user1586
- 674
- 4
- 15
1
vote
0 answers
How to derive a value from a transfer function
I have a scenario where a valve q_in(t) is pumping water into a tank of height h(t) and area A, which is then pumped out by a second valve q_out(t) that has a resistance to water flow R.
I got this transfer function:
$ \frac{H(s)}{Q_i(s)} =…
MelanieW403
- 11
- 4
0
votes
0 answers
How to use low pass filter in lock-in amplifier?
I am doing the pump-probe experiment.After the reflection of probe beam from the sample it is passed through photodiode and then to lock-in amplifier. Now I need to extract unnecessary noise from signal but I don’t know how to do that by using low…
0
votes
1 answer
C# classes through labVIEW?
I haven't worked a lot in labview, but I know we write c# class libraries to help our labview testing. I am writing some hardware testing through a c# class library project where I am using interfaces for various equipment we interact with (load,…
Grant Dare
- 1
- 1
0
votes
1 answer
Labview math operations with fractions
Is there a simple way to do multiplication by a fraction in Labview? If I want to multiply by like 9/5s I could obviously put 1.8 and multiply that or do a separate operation to first divide 9 by 5 and then multiply the result from that, but the…
mattzhu
- 11
- 1