04-05-2008 05:01 PM
04-05-2008 05:55 PM - edited 04-05-2008 05:56 PM
04-05-2008 07:14 PM
Please attach a simplified version of your code and some data.
Some things to check:
04-06-2008 01:57 PM
04-06-2008 02:56 PM
Something is missing on your code image, because you have indicators on both sides and no data source. We cannot see where the data is coming from!
What are the datatytpes of the various wires? (enable the context help and hover over the wires)
Please attach your real code, it is impossible to tell from a picture what's wrong.
04-06-2008 03:34 PM
04-06-2008 04:18 PM
Looks like your arrays are possibly unsigned integers (U32) which don't have negative numbers.
Data representation is a mess in general. Look at all the the coercion dots. You are using I32 and U32 indicators on the same wire!
(Your sequence structure has no purpose and only complicates the code.. You can delete it with no change in outcome. You could use autoindexing at the FOR loop. You could use a single "index array" resized to the desired number of outputs instead of all these instances, etc... Your "integration" code is very convoluted and does way to many calculations.)
It really would be much easier if you would attach the actual VI! Thanks. 🙂
04-06-2008 06:07 PM
04-06-2008 07:02 PM - edited 04-06-2008 07:03 PM
04-06-2008 10:59 PM
Please don't upload large bitmap files with your message.
andrikoscy wrote:
i attach a photo from the block diagram..