Re: low pass filter help
One major problem I see with your code is that you are doing calculations and comparisons coming out of the shift register. But you never put any values into the shift register on the right hand...
View ArticleRe: merge different vis
If you want a PC controlling a cRIO, then you need to design the code on the RIO to respond to events other than user interface events. Look at using network shared variables. Let the code on the PC...
View ArticleRe: Mouse event in embedded internet explorer
Dear tst,Thanks for your hint in my trouble.However, I would like to know more about callback event with .NET to check if the page is loading completely.Can you tell me more hint for this? I have no...
View Articlehow to convert a number into an ascii code
Hi,:I just start to use Labview. i plan to use the labview to talk to Rs232. here is my question:i have unsigned 8 bits number, i plan to convert the number into a letter so that i can send it to...
View ArticleRe: Max6675 for k-type thermocouple temperature reading using arduino and...
You need to convert the string you get into an integer (i.e. Scan From String) and then you can apply the scaling.If you continue to have problems, provide the exact string that you get back.
View ArticleRe: how to convert a number into an ascii code
Make sure the unsigned number is 8 bit (U8), then use typecast.
View ArticleSolve transcendental trig function for first solution?
I have searched the forums but have been unable to find a specific solution to this: I need to solve for the first solution (first zero) to: tan(c)=((a+b)*c)/((c^2)-ab); rearranged to:...
View ArticleRe: Max6675 for k-type thermocouple temperature reading using arduino and...
thanks for you responceacctualy i am new to labview. can you plz guide me which functions i use to get the temperature reading. after the ISP read write palet?
View ArticleRe: Max6675 for k-type thermocouple temperature reading using arduino and...
Sorry, I misunderstood you. I thought you had code that already read the arduino. I don't have one.
View ArticleRe: Solve transcendental trig function for first solution?
Both of the Zero Finder VIs throw errors: -23001 - Syntax error of parser. 1. These VIs do not have standard error out clusters. You must wire a numeric indicator to the error terminals to see the...
View ArticleRe: how to convert a number into an ascii code
Hi, Christian:Thank you for your message! i used the type cast, but it seems VISA write can not recognize it, what is the problem?
View ArticleRe: how to convert a number into an ascii code
I don't see any visa write in your image.
View ArticleRe: Solve transcendental trig function for first solution?
Thanks for the quick reply. Per your suggestion, I have modified the formula by setting the original left side to "0", by moving "c" to the right, so all variables are on the right. I have also set the...
View ArticleRe: Solve transcendental trig function for first solution?
I have looked at things more carefully. The start - end range of 0 to 1 may be part of the problem. If you calculate the values of the formula over that range you find that the endpoints are very near...
View ArticleRe: Solve transcendental trig function for first solution?
Your formula nodes still have outputs as independent variables in the formulas. The upper formula node has no assignment statement. Thus, it has no output. The lower formula node assigns a value to a...
View ArticleIndicator as control (iterationio counter as index number)
Hello!Please don't eat me all,its my first post and i am verry beginner in LVI want to build a test station for pcb boarb, but i tryinng to solve problems on projecting stage, so this part of VI is...
View ArticleRe: how to convert a number into an ascii code
sorry, it seems i can get the correct character of the corresponding ascii code. however, it seems input is wrong. see the attached error message
View Articlesimilarity of 2 audio signals
Hello!I´m trying to figure out how to get similarity of two audio signals in LabVIEW.I read original signal from WAV file and I do some operations with it (filtering etc.). After that I want to know...
View Article