PXI

cancel
Showing results for 
Search instead for 
Did you mean: 

Are the read and write operations atomic for an array in a local variable.

Hi,
 
I would like to know when you access an array in a local variable, is it an atomic operation?
 
Thanks,
 
Mat
0 Kudos
Message 1 of 5
(3,399 Views)

Hi Mat,

Are you talking about Labview ?

What do you mean with 'Atomic'

 

0 Kudos
Message 2 of 5
(3,394 Views)

Yes labview.

If you don't know what atomic means, here is a link: http://en.wikipedia.org/wiki/Atomic_(computer_science)

I think that in labview read and write operations for any scalar (int,single,double...) are atomic. But I'm not sure it is for arrays.

Mat

0 Kudos
Message 3 of 5
(3,393 Views)
I think it depends on what level you look at it. I assume you are referring to the application level on which LV operates.
I think you are right for the numbers, but operations on arrays can't be as one operation simply because it can take to long.
 
May I ask why you ask this ?
0 Kudos
Message 4 of 5
(3,384 Views)
 
0 Kudos
Message 5 of 5
(3,373 Views)