Ok bill, you are great!! The most important is curve 1 (that is curve that I usually use). I can draw more curves, but I need time to set up my feeling with the dynamics. I think that you can edit random curve 2, curve 3..(just putting random values or leave linear relation:000---000, 001---001... 027---027 etc...) and you can show me how I can modify by my self the conversion table of these curve.( I think 4 or 5 curve will be more than enought). In this way I can edit and correct the values any time I need without disturb you...are you agree?? Do you think that it is possible to see on LCD which curve I am using??and if the unit is working of no? Thank you again for your time!!!! This is my curve 1. const char curve1[127] = { //out // in 0, // 0 2, // 1 3, // 2 5, // 3 7, // 4 8, // 5 10, // 6 12, // 7 14, // 8 15, // 9 17, // 10 19, // 11 20, // 12 22, // 13 24, // 14 25, // 15 27, // 16 29, // 17 30, // 18 32, // 19 34, // 20 36, // 21 37, // 22 39, // 23 41, // 24 42, // 25 44, // 26 45, // 27 46, // 28 48, // 29 49, // 30 50, // 31 51, // 32 52, // 33 53, // 34 55, // 35 56, // 36 57, // 37 58, // 38 59, // 39 61, // 40 63, // 42 64, // 43 65, // 44 67, // 45 68, // 46 70, // 48 72, // 49 73, // 50 74, // 51 75, // 52 77, // 53 78, // 54 79, // 55 80, // 56 81, // 57 82, // 58 83, // 59 84, // 60 85, // 61 86, // 62 86, // 63 87, // 64 88, // 65 89, // 66 90, // 67 91, // 68 92, // 69 93, // 70 94, // 71 95, // 72 96, // 73 96, // 74 97, // 75 98, // 76 99, // 77 100, // 78 101, // 79 101, // 80 102, // 81 103, // 82 104, // 83 105, // 84 106, // 85 106, // 86 107, // 87 108, // 88 109, // 89 110, // 90 110, // 91 111, // 92 112, // 93 113, // 94 114, // 95 114, // 96 115, // 97 116, // 98 117, // 99 117, // 100 118, // 101 118, // 102 119, // 103 120, // 105 121, // 106 121, // 107 122, // 108 122, // 109 123, // 110 123, // 111 124, // 112 124, // 113 124, // 114 125, // 115 125, // 116 125, // 117 125, // 118 125, // 119 126 // 120 126, // 121 126, // 122 126, // 123 126, // 124 127, // 125 127, // 126 127, // 127 };