Dear Michal,
I hope this vi work faster.
Input: 3bytes, data type unsigned int (U8)
Output: 2 values, data type integer. (INT16)
of course read all file to memory. Don't read everytime from file by 3
bytes.
Deniss
ps. vi i send by e-mail.
"Michal Szaj" wrote in message
news:t7choucisnu6pv0rmh0ntbph10ps411qrc@4ax.com...
> On Wed, 18 Sep 2002 02:27:25 GMT, Greg McKaskle
> wrote:
>
> >This is one of those things that is quite sensitive to how it is coded.
> > If you make your VI available, others, including myself can give you a
> >hand with speeding it up.
> >
> >As for guessing at what might be going on, first look at the array wire.
> > If you are using locals or property nodes to access the a
rray, that is
> >the cause. If the array is written to a global and later accessed via
> >the global, that is causing it.
> >
> >I suspect that the bit manipulations on 64K should take something like a
> >few seconds.
> >
> >Greg McKaskle
>
> Thank you for your support.
>
> In this case I have only one vi and I don't use any global/local
> variables.
> At the beginning of the vi I load all text character from file to
> memory and then I'm making further operations.
>
> If it helps I can send the vi with data file.
>
> Thnx,
>
> Michael (muirgen@pf.pl)