10-20-2005 03:02 AM - edited 10-20-2005 03:02 AM
(attachment : 7.1 LV file or the captured image of the block diagram)
메시지가 10-20-2005 03:07 AM에 labmaster에 의해 편집되었음
10-20-2005 06:07 AM
10-20-2005 09:53 AM
As Manga already mentioned, your program is flawed.
A DBL is 8 bytes, but you only provide 4 bytes. Could it be you want to convert it to SGL or to a I32 or U32 integers instead? Maybe you want to cast it to an I32 followed by a plain conversion to DBL?
It really depends on the exact definition of the problem to determine the correct solution. Do you have a few input examples and the correct output you need for each set?
10-21-2005 06:24 AM