12-31-2012 01:07 AM
Dear all,
I have some problem according to my thread title . How to convert or is it possible to convert an array of cluster (8 elements) to word of 16 bit integer?
Anyone please give me advise since I'm new with Labview. I have search the same/similar thread but until now I din't solve it. Thanks in advance
12-31-2012 01:32 AM
@fanwel wrote:
Dear all,
I have some problem according to my thread title . How to convert or is it possible to convert an array of cluster (8 elements) to word of 16 bit integer?
Anyone please give me advise since I'm new with Labview. I have search the same/similar thread but until now I din't solve it. Thanks in advance
Hi,
Can you post your vi? Give the input array of cluster (8 elements).
Mathan
12-31-2012 01:45 AM
Dear Mathan,
Thanks for your quick feedback. I attach the vi with the diagram. Please advise. Thanks in advance.
12-31-2012 01:48 AM
Sorry, I have attach the wrong vi. This is the right vi.
12-31-2012 01:50 AM
Can you back save it to the older version 9.0. Thanks.
12-31-2012 02:02 AM
Dear Mathan,
How to save to the older version?
12-31-2012 02:04 AM
Open the vi.
Select File menu
Choose "Save for previous version"
In the drop down box choose for the very old version.
Mathan
12-31-2012 02:08 AM
Dear Mathan,
Here the previous version 9.0. Please advise,thanks.
12-31-2012 09:33 AM
Care to give an example of what you have and what you expect to get out? And please be very specific.
With 8 elements going into a single 16-bit word, then each element will get two bits. Or am I going about this wrong?
12-31-2012 09:56 AM
Dear crossrulz,
Actually the vi is a part of my design. In the vi (DWT), it get an input from the host and the calculation of dwt algorithm is done in fpga (DWT vi). Then, the output of dwt coefficients is send back to the host. How can I send the dwt coefficients to the host one by one? Maybe I make mistake in the previous vi I have attached. I'm new with labview design with host-fpga. Please advise me,thanks in advance