LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Prompt user for invalid data

Hi Alten,

 

Sorry for the late response as i had to take emergency leave due to my bad health.

Requirement: input should be in numeric (decimal format) not greater than 10 digits so maximum HEX value is to accommodate is FFFFFFFF which is 4 bytes long.

This is the requirement i want to implement, user shouldn't be able to enter more than 10 digits or limit the user till 10 digits (not necessarily be prompt, it should restrict user to 10 digits).

 

For a max 10 digit value in decimal, then it would be 4294967295.

 

Pls let me know if that helps.

Thanks

Aniket

0 Kudos
Message 41 of 42
(768 Views)

Then all you need to do is create a numeric control that has a U32 representation.  You can decide whether you want to display it in decimal for hex format.

0 Kudos
Message 42 of 42
(752 Views)