10-12-2015 04:31 PM
HI..
i had written some logic uning spread sheet to capture the data at perticular instance of time.
But it is capturing from starting when i hit run button .
my intension is capturing should be done when ever loop condition is true data should be captured for that perticular moment.
10-12-2015 04:33 PM - last edited on 12-10-2024 08:10 AM by Content Cleaner
There is nothing we can help you with from the info you have given. If your code is doing one thing at the start, then that means the code that does that one thing runs at the start...
LabVIEW programming is based entirely on dataflow and parallelism. This is incredibly powerful and has lead to its success over the years (coupled with the graphical programming), but is usually one of the first things that new developers stumble over. The Highlight Execution feature is a great way to watch how your application utilizes dataflow.
Share your code if you want more help. Include a Snippet of your code, or attach your VIs, so that we can better assist you. We are here to help, but won't spend all day recreating your code from scratch.
Cheers
--------, Unofficial Forum Rules and Guidelines ,--------
'--- >The shortest distance between two nodes is a straight wire> ---'
10-12-2015 05:32 PM - last edited on 12-10-2024 08:11 AM by Content Cleaner
here i am attaching the image of my vi.
could you send me your mail id so that i can send you,
because some times i am not able to attach .
now my problem is if run the vi and the loop condition executed and the spread sheet is generating a report
but in the report the data is coming when run the vi.
i need present data when ever the loop condition executes at that perticular moment data i need.
@James.M wrote:
There is nothing we can help you with from the info you have given. If your code is doing one thing at the start, then that means the code that does that one thing runs at the start...
LabVIEW programming is based entirely on dataflow and parallelism. This is incredibly powerful and has lead to its success over the years (coupled with the graphical programming), but is usually one of the first things that new developers stumble over. Here's a simple resource to become more familiar with how it works. The Highlight Execution feature is a great way to watch how your application utilizes dataflow.
Share your code if you want more help. Include a Snippet of your code, or attach your VIs, so that we can better assist you. We are here to help, but won't spend all day recreating your code from scratch.
10-12-2015 05:33 PM
i am sorry i am not able to attach image
could you send me u r mail id plz.
i will send immediatly
10-12-2015 05:35 PM
@sridhar..reddy wrote:
i am sorry i am not able to attach image
try a different browser.
10-12-2015 05:53 PM
yahoooo...
any way i attached the image .
suggest me a solution for this one too plz...
10-12-2015 06:08 PM
i had taken the condition if numeric3 is greater than 0 then spredsheet should generate report.
and it shuold stop if it is less than or eqaul to 0.
if i enter 1 into the numeric indicator report is generating but it is generating cintinuously it is not stopping if the value of umeric indicator is leaa than or eqaul to 0
and for the second time if it is generating the report along with previous data (first time generated data).
How to over come this problem.
10-12-2015 06:58 PM
10-12-2015 07:22 PM
ok what should i do now.....tell me a solution.
10-12-2015 08:04 PM