10-28-2008 09:30 AM
10-28-2008 09:32 AM
Please post what you have tried so far. Guessing at what you might have done or not is not very productive.
Lynn
10-28-2008 09:45 AM
10-28-2008 10:28 AM
You are just sending the same data to all 4 indicators.
Try this.
10-28-2008 10:33 AM
Here is my version. I created a lookup table of clusters of booleans, the same as your display clusters and avoided the conversions. Also I have shown one way to get the digits from a number >9.
Lynn
10-28-2008 10:41 AM
10-28-2008 11:56 AM
If the decimal point is always in the same location, such as xxx.x, then multiply the numeric value by ten and convert the result to an integer. This gives a 4-digit integer which can easily be handled by the method I posted. The display only sees the digits and does not know where the decimal point is.
Lynn
10-28-2008 11:59 AM
10-28-2008 05:48 PM
10-31-2008 08:36 PM