Hi,
i`m starting my first SIOC script for a servo card fuel indicator, linear gauge P3Dv4 ssw F-104
starfighter
Should be easy, but not for me beginner...
{
L0 = DIV &fuelC, 8389
L1 = L0 * 5,5 // Calculate servo slope
L2 = L1 + 328,5 // Calculate servo intercept
V1501 = L2
}
The SIOC error message is:
ERROR!- A comment is expected
Line 11 L1=L0*5,5 // Calculate servo slope
==>5
What kind of comment?
The value 5,5 is from 550 steps servo / 100% gauge fuel level
Any idea?