The addChannel function is returning a nil value.
Code: Select all
ButtonId = addChannel("Sx2Button",10,0,0,100,'')
if ButtonID == nil then println('it is nil') end
Code: Select all
ButtonId = addChannel("EGT",1)
if ButtonID == nil then println('it is nil') end
I am using an Apex with V2.13.6 firmware.
Thanks for the help.
Dennis