08-01-2021 11:17 AM
Hi Intern,
@InternlABVIEW wrote:
Hi GerdW Bro,
Please don't call me "Bro"! I'm not your bro… 🙂
@InternlABVIEW wrote:
As still the problem with the downloads remains. Is there a way to give me some lead as I am stuck with my project as well? Thank you
It seems the problem with downloading those snippets has been resolved now. I could download my last snippet and have attached it as VI now…
08-02-2021 12:29 AM
Sorry, I will call you sir now if you do not mind. As you are teaching me about LabVIEW. Thank you for the VI. I tried so many ways but can not get anything from the array. This is my VI now.
08-03-2021 01:41 AM
Hi GerdW,
Sorry if I offended you in anyway. Please help me finish this project as I have to finish it quickly. Thank you.
08-04-2021 03:41 AM
By using the Spread string to array. I can get array but it is not not storing values and I am getting all channels value in index 1. However, I still could out to fix the Array Index / Replace Elements Border Node to get data in array. Please help me here, I am new in LabVIEW and I have lack of knowledge in LabVIEW. My latest code is attached. Thanks.
08-05-2021 05:12 AM
My due date is tomorrow please help me. This is latest VI that I have been trying to get some thing from In place element structure. Still no result.
08-05-2021 11:03 PM
I have been working on a small project. I have to get 8 individual graph from the value I am getting from 8 individual channel. When I try to get a graph I am getting 0 when the VI reading other channel values. How do I fix this? My txt is the way the values are recorded.
08-06-2021 02:29 AM
I can extract the channel value separately and delete all the 0 from the array this way I can get the graph and value from the channel. But its not efficient way to do it. That's why looking for better solution.
08-09-2021 05:43 AM
The code works fine now but when I get the data in the file it comes like
Value1 0.000 0.000 0.000 0.000 0.000 0.000 0.000
From txt:
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 -1809.400 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 -1809.400 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 -1809.400 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
126.856 0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.000 -1809.400 0.000 0.000 0.000 0.000 0.000 0.000
0.000 0.000 -1809.400 0.000 0.000 0.000 0.000 0.000
For that reason I can not draw a graph form a single channel as it gives a value 0 when not reading the channel value.
Is it also possible to get the value as: Value1 Value2 Value1 Value3 Value4 Value5 Value5 Value7 Value8 and draw sperate graph from each channel?
08-09-2021 07:27 AM
Hi Intern,
@InternlABVIEW wrote:
The code works fine now but when I get the data in the file it comes like
Where's the current version of your code?
@InternlABVIEW wrote:
Is it also possible to get the value as: Value1 Value2 Value1 Value3 Value4 Value5 Value5 Value7 Value8 and draw sperate graph from each channel?
Yes.
08-09-2021 07:36 AM
Here is my current version thanks.