Virtual Channel for Logging on / logging off
Posted: Sun Sep 04, 2016 6:11 pm
Hi guys,
I am trying to get a virtual channel that shows when I am logging or not. The reason is if I want to record a 1/4 mile for each run, I want to make sure on screen that I am recording or not. It is much easier then checking if the Logging LED is on or off once the RCP is on the car floor, in the back seat.
I created a script using "getButton()" but it just shows me when the Button is pressed and not if I am logging or not.
Is there any other command like "getLogging ()" that would show me when is logging or not?
My script is:
GravId = addChannel("Gravando",10,0,0,1,".rec")
function onTick()
local a3 = getButton()
setChannel(GravId, a3)
end
BTW: "Gravando" means logging in my language.
Thanks,
I am trying to get a virtual channel that shows when I am logging or not. The reason is if I want to record a 1/4 mile for each run, I want to make sure on screen that I am recording or not. It is much easier then checking if the Logging LED is on or off once the RCP is on the car floor, in the back seat.
I created a script using "getButton()" but it just shows me when the Button is pressed and not if I am logging or not.
Is there any other command like "getLogging ()" that would show me when is logging or not?
My script is:
GravId = addChannel("Gravando",10,0,0,1,".rec")
function onTick()
local a3 = getButton()
setChannel(GravId, a3)
end
BTW: "Gravando" means logging in my language.
Thanks,