LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

memory register in labview

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..?

Srinivas
0 Kudos
Message 1 of 4
(2,439 Views)

@srinivasvemuri wrote:

..Not shift register


 

Why not?

 

 

 

Christian

0 Kudos
Message 2 of 4
(2,419 Views)

Because my size of register say N bit register might vary..

Srinivas
0 Kudos
Message 3 of 4
(2,416 Views)

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

0 Kudos
Message 4 of 4
(2,411 Views)