09-29-2014 05:55 AM
Hi Nitin,
Main concern is the single counter value is printed ten times .... How to make it one time .
You need to change the condition for your case structure: right now you write the value when the signal is over the threshold limit. You only want to write when the signal is the first time over the limit so you need to detect a rising edge here!
Did I mention RisingEdge detection before?
11-21-2014 05:11 AM
Hi Mr gerd
Greeting to you
I need a support .
I am using report generation fro excel . Whenever i am pushing data into excel using append to file it get into row .
I want to put in Coloumn.
Please help dear .
Warm regards
Nitin
11-21-2014 05:37 AM
Hi Nitin,
I don't use RGT, so cannot comment on the behaviour of this very toolkit.
What I can comment is: when using Excel you can always provide a Cell location where the data is written to. You just need to suplly that cell "range"…
11-23-2014 10:37 PM
Hi Gerd
I need a support
Please take refernce of attahced image.
For saving data i am using 3 different excel . can i do it in a one?
Please tell the solution .
Thanks & regards
nitin
11-24-2014 01:31 AM
11-25-2014 11:40 PM
Hi Gerd
Thank you for youre quick response. I am delighted to see your support .
instead of doing with single array , i did with the logic as shown in pic.
I am facing a problem that only one/ two blocks data are captured in exel. not all.
Please review it .
Thanks & warm regards
nitin
11-26-2014 01:56 AM
Hi nitin,
your TRUE case to save save the "whole" data set is called when atleast one of your "single" case structures is TRUE.
As you don't show what's inside the FALSE case of all your case structures I guess you simply output empty arrays in that case.
Solution: Don't do this!
11-26-2014 04:01 AM
Hi Gerd
Fine.
how to implement ? through single dimensional array ?
if yes then i don't know how to deal in this case .
11-26-2014 05:35 AM
12-08-2014 10:25 PM
Hello Mr gerd
Greetings to you !
i need a support .
I am having torque sensor whose output is analog voltage.
at idle condition it will give some micro volts and the same can be seen on Vi also if we take this input to data aquisition card.
I want to do a logic say "when i start running the VI and after that if a button is there say b1 and i clicked it then it should make the value coming as zero(arbitrarily value coming in milli volts ) bascially saying level shifting ie making it as zero then i will start the torque sensor to get the data ".
Thanks & regards
Nitin