Using C# I am reading from a data collector that sends a signal of values between 2048 and 4095 A/D counts. I have the bar graph scaled correctly, so that it reads how I want it to read(example 0% to 100%). The problem that i am having is how to get what i have it scale to, to be displayed on the RTNumericPanelMeter instead of it displaying the A/D counts.
You are still posting in the wrong forum. Questions about routines in the QCRTGraph for .Net software below in the Real-Time Graphics for .Net forum.
These seems pretty basic so I'm not sure I am missing something. Sounds like you need nothing more than ubiquitous mx + b conversion.
You would take the raw A/D count and convert it to a value 0-100%. Use the converted value to update the RTNumericPanelMeter. If your A/D counts of 2048-4095 represents 0-100, then the conversion is