Hi Kishor,
1.
I think you have done the following: On AI Read.vi you have selected the type binary array. This will give the samples in I16. This I16 number is the number the A/D converter generates. This number will always be between -2028 and 2047 for 12 bit cards. You have to convert this number to a real voltage by yourself. Changing the type to scaled array you will get SGL. This value is scaled according to the settings in MAX for your channel. If you didn't configure any channels in MAX the range is always the range you used for the card.
2.
To avoid flipping of the scale and changing the grid divisions right click on the scale and uncheck "AutoScale". Unfortunatly you have no exact control how much divisions were generated.
Waldemar
Waldemar
Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
Don't forget to give Kudos to good answers and/or questions