One way to do that would be to put the F calculations and the C calculations in separate cases on a case structure and have the input to the case structure be the Boolean control. When the control is one way, it can calculate F and when the control is the other way, you can calculate C.
How does the glider and the thermometer communicate with the control and the indicator boxes respectively. The interconnections are not explicit on the block diagram. I could wire the output of the calculus directly to the indicator and thermometer simultaneously, but couldn't do such with the control as it doesn't take an input. Labview 2019 here. Thanks in advance.
Hi Alicia! For technical support inquiries, we recommend visiting our support website: www.ni.com/en-us/support.html. From here, you can share your question with the community, or open a support ticket with our team. Let us know if you have any more questions!
Hi Mirsiadul, we don't have LabVIEW support for Apple M1 devices, yet. You can find more details about this in our Test Workflow Roadmap, which includes LabVIEW, here: www.ni.com/content/dam/web/pdfs/test-workflow-roadmap.pdf Also, you can provide feedback in the linked survey in the document.
hi dear, need interface with selec power meter. I want to make data base by using LabView by RS485 communication. how I get this software. please help on us.
Hello, i want to learn core 1 and core 2 from NI. however, i choose to take self-paced method. Do i need to buy any course kit also? i really don't understand the way of learning here.
To do the official Core 1 online training, you would need to sign up for it here: sine.ni.com/tacs/app/overview/p/ap/of/lang/en/pg/1/sn/n24:12725/id/1582/ After signing up, you should receive all of the necessary material. You can also learn about the options for training here: www.ni.com/training/online/
Hi, could you please, help me with making a programme using labview for impact modal testing to simulate the results for input force applied and resultant acceleration recorded with accelerometer using a data acquisition card?
At this point, the conversion should be checked by putting in key values. Entering 32 degrees F should give 0 degrees C and entering 212 degrees F should give 100 degrees C. However, the temperature range slider for degrees F does not allow the value 212 degrees to be entered because it tops out at 200 degrees F. This is a functional validation step that's missing from this video.
no i mean on the slider, it appears as 0,2,4,6.. and when i double click on it and edit it to 0, 50,100... as you it keeps going back to its initial values 0,2,4,6... I cannot get the slider with the number like you
Have you for sure made the slider a control and not an indicator? (Just to be clear, a control is an input and an indicator is an output). To know, you can right click on the slider to see what it is.
Out of curiosity, could you somehow define the function where the 5/9 division was unnecessary? As in, could the operation be executed so that you just use the value of 1.8 as a constant?
+ChaoticSerenity I expect, since the result on the output pin of the division function must be 0.5 recurring, not 1.8, then he could use it straight. He makes the best decision though, because 5/9 produces a recurring decimal so, however many digits you provide, there's always a rounding error, actually storing the rational number has better numerical integrity than typing 0.555555555555555555555...
***** are you American? because if you do, you need to realize your President is Black and theoretically, you are slave to your Black President haha. Geez. What's up with hatred?
These are solid tutorials so far.
0:04 Ahh that smile!
Right-click on your slider then select Visible Items\Digital Display. Doesn't need any code.
thx!
Thank you very much .
Hi i need to add a boolean switch to convert from farenheid to celcius and viceversa and how to implement in my program?
One way to do that would be to put the F calculations and the C calculations in separate cases on a case structure and have the input to the case structure be the Boolean control. When the control is one way, it can calculate F and when the control is the other way, you can calculate C.
@@NIApps Thank You for the suggestion
How are the numbers changing as you change the scalar of temperature?
You highlight the item, go to visible items, click on digital display.
Excellent !! you have these videos, thanks for sharing labview programming
Excellent !
Very clear , very simple explanation !!
Thanks!!!
Great totorials and smiles.
From where he get the temperature?
Good to be here! Thank you so much
ESTOY ENAMORADO DE LABVIEW.
Sir, can we get tutorial for control systems,
Thank you
To learn more about using control systems, you can visit our help site here: bit.ly/3ViIfif. Let us know if you have any more questions.
how to add that white triangle shaped slider?
Hi there, you have to right-click on the front panel to add items. Please let us know if we can assist you further.
How does the glider and the thermometer communicate with the control and the indicator boxes respectively. The interconnections are not explicit on the block diagram. I could wire the output of the calculus directly to the indicator and thermometer simultaneously, but couldn't do such with the control as it doesn't take an input. Labview 2019 here. Thanks in advance.
I can't find where to get temperature from on the front panel...
Hi Alicia! For technical support inquiries, we recommend visiting our support website: www.ni.com/en-us/support.html. From here, you can share your question with the community, or open a support ticket with our team. Let us know if you have any more questions!
can anyone help me out please, my lab view program is not showing my kiethly electrometer model 6517A, although i have installed the driver too.
Try ni.com/support
I'm unable to see Arduino option in my LabVIEW home window
I am using macOs m1 chip and i am not able to install Labview .
Hi Mirsiadul, we don't have LabVIEW support for Apple M1 devices, yet. You can find more details about this in our Test Workflow Roadmap, which includes LabVIEW, here: www.ni.com/content/dam/web/pdfs/test-workflow-roadmap.pdf Also, you can provide feedback in the linked survey in the document.
hi dear, need interface with selec power meter. I want to make data base by using LabView by RS485 communication. how I get this software. please help on us.
hello can you visit tell us how you make it the numeric indicator
I used Labview in my msc project
can somebody help me in getting the calibration executive latest version?
how to add those strings which display exact number what we are changing
Right click on the item -> Visible items -> Digital display
Hello, i want to learn core 1 and core 2 from NI. however, i choose to take self-paced method. Do i need to buy any course kit also? i really don't understand the way of learning here.
To do the official Core 1 online training, you would need to sign up for it here: sine.ni.com/tacs/app/overview/p/ap/of/lang/en/pg/1/sn/n24:12725/id/1582/
After signing up, you should receive all of the necessary material.
You can also learn about the options for training here: www.ni.com/training/online/
Hi, could you please, help me with making a programme using labview for impact modal testing to simulate the results for input force applied and resultant acceleration recorded with accelerometer using a data acquisition card?
Thanks a lot. Could you help me please I spent 30 min to find how to get the blue wire but i did not find it.
The color of the wire is dependent on the data type that you are sending. Which data type are you trying to use?
Nice tutorial
Glad to hear you found it to be useful!
At this point, the conversion should be checked by putting in key values. Entering 32 degrees F should give 0 degrees C and entering 212 degrees F should give 100 degrees C. However, the temperature range slider for degrees F does not allow the value 212 degrees to be entered because it tops out at 200 degrees F. This is a functional validation step that's missing from this video.
Excellent job. Just excellent.
how can we interface labview with wireless device(bluetooth)
I suggest looking at the LabVIEW forums: forums.ni.com/t5/LabVIEW/bd-p/170
thanks for the great videos!
Thank you for nice video...:)
Good to know how data flow programming works.
I cannot edit the number for Farehi temperature help pls
Do you want to edit the numbers on the thermometer indicator?
no i mean on the slider, it appears as 0,2,4,6.. and when i double click on it and edit it to 0, 50,100... as you it keeps going back to its initial values 0,2,4,6... I cannot get the slider with the number like you
Have you for sure made the slider a control and not an indicator? (Just to be clear, a control is an input and an indicator is an output). To know, you can right click on the slider to see what it is.
yes thx i can adjust it now
@@NIAppshow should we make the slider a control
Hello. He asked me. Do you have a labview library link for the user? Let me go please thank you.
Out of curiosity, could you somehow define the function where the 5/9 division was unnecessary? As in, could the operation be executed so that you just use the value of 1.8 as a constant?
+ChaoticSerenity
I expect, since the result on the output pin of the division function must be 0.5 recurring, not 1.8, then he could use it straight.
He makes the best decision though, because 5/9 produces a recurring decimal so, however many digits you provide, there's always a rounding error, actually storing the rational number has better numerical integrity than typing 0.555555555555555555555...
nice example!
very useful
Very professional
***** are you American? because if you do, you need to realize your President is Black and theoretically, you are slave to your Black President haha. Geez. What's up with hatred?
ChariotMan7 I don't get it. All he said was that it was a very professional video. Why are you assuming he's some closet-racist.
Your english is awesome
He is American Indian and he is highly qualified guy. Apni tarah normal engineer nhi h yeh.
Very GOOD!!!
any idea about simulating JK flipflop,
Thanks
you mean chemistry class or physics class?
great!!
Aren't my ears stuck or something? I hear an Indian guy, who can perfectly speaks English! Great tutorial videos, by the way :) Keep it up.
looking like Cillian Murphy
Good
不错
i am very dissapointed by this video.
any idea about simulating JK flipflop,
thanks