06-05-2012 05:14 AM - edited 06-05-2012 05:15 AM
Unless you show us the code that you just have tried, we have no idear of what you are doing.
Post a picture of the code.
I have tried to help you a little bit, see the attachments.
And please DON'T use the Run Continuously button when you are testing your vi's.
06-05-2012 05:19 AM
06-05-2012 05:22 AM
dkfire,
Iam using LV2009 version.
06-05-2012 05:26 AM - edited 06-05-2012 05:30 AM
GerdW: He he, I know what you mean. But in this case I can see that this is what the OP is doing, and it is not working with him/her. ![]()
06-05-2012 05:29 AM
New version 2009
06-05-2012 05:49 AM
Hi dkfire,
Thanks for your attempt.While running your VI,The value in a particular index of the input array changes ones and then after some time only the output change can be viewed.But I want my input array(per index) to increase continuously and that change must be shown at the same time in the output array without any delay.
I have made one.But lot of problems in it,as Iam increasing the bytes to read it is attaching that number of values in one index itself.see my attachment.I know the problem with the linefeed char and all(sorry if other problem with my design).Iam trying to correct it.
06-05-2012 05:57 AM
Hi danil,
we reached message #116 in this thread and now you give us some more precise guidelines of your programming duty:
"But I want my input array(per index) to increase continuously and that change must be shown at the same time in the output array without any delay."
That's what I call being able to write good questions... 🙂
Then:
- using serial communiction you will always have some delay.
- sending the array content element by element will always cause some delay.
Everything else has been discussed before...
06-05-2012 06:09 AM
Okay, lets stop here.
Please take a look at the code I send you.
Can you explain what it does ?
Why are you continuing to post code that has the same problems over and over. The Line feed problem has already been explained to you. And in the code I posted, you can see a solution.
This is basic LabVIEW coding, you only have a very! few functions in your vi, and you can't even get them to work.
Please take a break from your project now.
Use the next two weeks to go through the tutorials and ONLY post questions about the tutorials.
Then in two weeks we can continue this thread.
This is for your own good.
06-05-2012 06:33 AM
This is the last try.
06-06-2012 01:54 AM
Hi dkfire,
Sorry, for making this much post in a single thread and making everyone irritate.It's my mistake of not properly understanding the instructions you and other experts are given.Definitely I will spend next two weeks for learning basics.Actually Iam just 3 months experienced and no experienced persons in labview are working in our office to give me instructions(sometimes verysimple instructions).Thats why depending on forum completely.
I went through the final attachment that you have given,and I never thought in that way.
Suppose If I want the first two elements in the array as fixed and the others should be changing(as shown in the attachment write continuously.vi)
And I want to the output array to display like that.Please give instructions to do it.