how to see sensor data?

Post Reply
BeringBullet
Posts: 27
Joined: Tue Nov 13, 2012 10:02 pm

how to see sensor data?

Post by BeringBullet »

I have a SRF10, trying to get some landing lights going. how do I know if it is setup correct.
so basically how do I see the sensor data in the UI so I can tweak the high/low for the lights.

Thanks

PatrikE
Posts: 1976
Joined: Tue Apr 12, 2011 6:35 pm
Location: Sweden
Contact:

Re: how to see sensor data?

Post by PatrikE »

You can add.

Code: Select all

debug[0] = YourSensorValue;

And the value will show in Bottom of the Gui.

there is 4 possible debug[x] you can use.[0 - 3]

Post Reply