07-10-2012 03:51 AM
How to create the registers in labview..Not shift register, but a similar micro controller kind of register for memory.
for example register based data conversion, where we need to have registers to hold data to be converted and to store..
can we use arrays..?
07-10-2012 08:53 AM
@srinivasvemuri wrote:
..Not shift register
Why not?
Christian
07-10-2012 09:02 AM
Because my size of register say N bit register might vary..
07-10-2012 09:29 AM
This is still no reason to don't use shift-registers, with an array datatype.
It is more important that you specifiy where and how you want to access the data. With shif-registers you could create Action Engines (FGV) to access the data.
I'm sure you will get lot's of other suggestions wihtin the next couple of hours.
Christian