10-04-2015 11:05 PM
Hi all,
In my design it gives the wrong calculation result when the result is 0.may i know why do i get this wrong result?
10-04-2015 11:18 PM - edited 10-04-2015 11:28 PM
Can you explain your code? None of your sequence frames seems to be necessary.
Are you really opening one report and then operate on it in three different places in parallel?
You seem to be creating a standart report. Why not excel?
Please point out the "calculation" you are talking about on the diagram.
Sorry, your code is very confusing. Maybe you can explain what you are trying to do.
10-04-2015 11:40 PM
Thank u for the reply.
can u help me with this?
10-04-2015 11:56 PM - edited 10-04-2015 11:58 PM
Perarasi wrote:can u help me with this?
Do you have a typical data file? What kind of computations do you want to do on the 2D array data? What output do you expect?
10-05-2015 11:41 AM
This is very strange code. It makes no sense. I strongly recommend that you write down on a piece of paper, using words (not code), what you want to do, and then think about how you might do it. Here are some specific things you should specify (to yourself, and to us if you still need our help):
Here are things that make no sense -- a Wait function, a Read From Measurement File function, the use of the Report Generation Toolkit (why?).
Bob Schor
10-05-2015 11:43 AM
P.S. -- I see that I am in complete agreement with Altenbach's comments -- I should have read his post more carefully ...
BS
10-05-2015 10:29 PM
Dear sir,
It gives the correct output after the calculation when it is a non zero value.If the calculated output is zero it returns a negative value some times(not all the time).This is my problem.
Thank you
10-05-2015 10:41 PM - edited 10-05-2015 10:45 PM
@Perarasi wrote:
Dear sir,
- The file it should read is a data log file .log file.
Datalog files are special. any file can have a *.log extension. That extension does not say anything about the internal format. Is the log file attached to your first post one of your input files? (You never said that!).
Where is the excel file?
You have not commented on any of my concerns yet.