The Daily CLAD

Community Browser
cancel
Showing results for 
Search instead for 
Did you mean: 

Re: Numeric Conversions

SercoSteveB
Active Participant

What is Numeric Value Out following execution of the VI?

Numeric Conversions 04_02_2015.png

a) 0

b) 128

c) 256

d) 512

Comments
Naveensoliton
Member

A. Reason: To U8 considers only the upper 8 bits

crossrulz
Knight of NI

A

Naveensoliton wrote:


                       

A. Reason: To U8 considers only the upper 8 bits


                   

It is actually the LOWER 8 bits that are used.



There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
MrStevenUND
Member

A. 

LordNobady
Member

A


Learning LabVIEW since January 2013
Naveensoliton
Member

Thanks for correcting.

sk_a
Member

A

The constent 512 is of U32 format, because of this Numeric value out is 0.

nik35324
Member

A

mini09
Active Participant

Agreed A

ashwinilele
Member

A

U8 capacity is 256 .

So 512 = 256+256

Next ll b 0 . Is it correct ?

It turns to be 0

Is it k?

SercoSteveB
Active Participant
A.Bernau
Member

A

sac0071
Member

A

M.P.Bharghavi
Member

Ans:A

0