algerad3 Posted April 8, 2014 Posted April 8, 2014 I have a device that will send a button command to DCS via Export. Why is it that I can send a button command and this works as expected with full control: elements["ABRIS_SHUNT_PTR"] = {class = {class_type.LEV, class_type.BTN},hint = LOCALIZE("ABRIS Cursor �ontrol (rot/push)"), device = devices.ABRIS ,action = {device_commands.Button_6,device_commands.Button_7},stop_ but I can set a button for this line below and I only get direction of movement for two steps up or down. elements["ABRIS_BRIGHTNESS_PTR"] = {class = {class_type.LEV}, hint = LOCALIZE("ABRIS Brightness"), device = devices.ABRIS ,action = {device_commands.Button_8} ,arg = {517} ,arg_value = {0.05} ,arg_lim = {{0,1}}} I have other "rotaries" from the sim hooked to button input that work well but I see that others do not want to play right or as expected. any hints tips , suggestions? [sIGPIC][/sIGPIC] CPIAS FOR Saitek: Saitek Flight instrument panels and X-52 pro mfd scripts for Dcs http://forums.eagle.ru/showthread.php?t=94174
algerad3 Posted April 9, 2014 Author Posted April 9, 2014 Well I got good news and I got Bad news. Good news , I figured out another way to make it work. Bad news ..... Everyone of you guy's are on my Sh!t list. My gawd... who would have thought I would purchase a product in which the creators appear to have thought of everything I need to have before I knew what I wanted and needed. Now I will go into corner and wear the "Dunce " Cap ..... Again. [sIGPIC][/sIGPIC] CPIAS FOR Saitek: Saitek Flight instrument panels and X-52 pro mfd scripts for Dcs http://forums.eagle.ru/showthread.php?t=94174
Recommended Posts