03-13-2010 12:21 AM
i m communicating serial based instrument with labview7.0, when my instrument sends negative values in communication the value 655355 is get displayed.plz can anybody tell me how to display negative values in trends.
Regards,
Anisha
03-13-2010 12:27 AM
65535 is a value that can be seen in an unsigned 16 bit integer (U16) which ranges from 0-65535. It sounds like you want to set yourself up a signed 16 bit integer (I16) which ranges from -32768 to 32767.
Just set your datatype for the value accordingly.
Without seeing any further code, or know what your instrument is, that is the best I can answer.
03-13-2010 05:25 AM
but my value is -3 ,for -3 value in istrument labview is showing 65535 value.so i want to know how should i set range in labviewdsc so that it will show -3 value.
Regards,
Anisha
03-13-2010 09:38 AM
03-15-2010 03:36 AM
can you tell me where that setting is available in tag configuration editor in higher version.Because in L7.0 i have checked all settings but coudnt find these settings in Tag Configuration Editor.
Regards,
Vijtin
03-15-2010 03:37 AM
can you tell me where that setting is available in tag configuration editor in higher version.Because in L7.0 i have checked all settings but coudnt find these settings in Tag Configuration Editor.
Regards,
Vijtin