LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

data confuguration

One thing that you're not doing is initializing the feedback nodes when you start your VI. A reinitialize to default does not clear old data from the shift register.
0 Kudos
Message 11 of 21
(1,903 Views)

ok that sounds good we are going to soluve that problem Smiley Happy do you have any idea to help how to do that .

Regards

Georges

 

0 Kudos
Message 12 of 21
(1,897 Views)
Hi Georges,

The issue is that you are using uninitialized Feedback Nodes and Shift Registers. You will have to pass a value to the Initializer Terminal in both cases to get the same results every time you run the VI. For the Feedback Node you will have to enable the Initializer Terminal first



and then wire the initial value to the Initializer Terminal for the Feedback Node



and for the Shift Registers



That should do the trick!

Have fun - and more of it with LabVIEW 8!

Message Edited by Philip C. on 12-11-2005 11:01 PM

- Philip Courtois, Thinkbot Solutions

Thinkbot Solutions
Message 13 of 21
(1,893 Views)
Hi Philip
Thank you so much for your help finaly it is working properly, also I start working LabVIEW 8 I hope not too much problem in the future, If you have an idea how I can fix the first problem.
 Decimale number between Labview and the Express Ms office Word Report "1st message".
 
Regards
George
0 Kudos
Message 14 of 21
(1,877 Views)
Hi George,

To help you further with your second question, please rpovide me with a VI that shows the behavior that you are describing, thanks. I'll then do my best to help you get the expected results.
- Philip Courtois, Thinkbot Solutions

Thinkbot Solutions
0 Kudos
Message 15 of 21
(1,862 Views)
 
0 Kudos
Message 16 of 21
(1,854 Views)
I am using Ms office Express Report toolkit, I creted my template using MS word and I defined Format String "%#g", and I would like the out put value in word to have no Decimals.
The value that is put into word is always of the form X.XXX, e.g if I have integer 12, it is displayed as 12.000. How can I avoid this?
 
that is the problem
thank you for your help again
George
0 Kudos
Message 17 of 21
(1,852 Views)
Hi George,

I can't test your application without the "Encoder Test Report.dot" template. Please submit that to me too. I also don't know what you mean by a "defined Format String "%#g"". Where exactly do you define this format.

Thanks.


- Philip Courtois, Thinkbot Solutions

Thinkbot Solutions
0 Kudos
Message 18 of 21
(1,839 Views)
%#g it mean it will print the data in Decimal format  or the type is Automatic Formatting "format String" also
I could not attache the Template because the discussion form does not have a valid extension for that kind of file. let me know what you want me to do ?
 
Regards,
George
0 Kudos
Message 19 of 21
(1,835 Views)
Hi George,

I still don't see where you specify the format of the data. The "%#g" string is NOWHERE to be found in your VI. Please take a screenshot of where the format is specified and send it with the Word template in a ZIP file, thanks.
- Philip Courtois, Thinkbot Solutions

Thinkbot Solutions
0 Kudos
Message 20 of 21
(1,824 Views)