This example builds upon the 23 Counters example.
The examples in this section demonstrate how to make counters, with digital inputs, analog inputs, and debounce. Individual counters can be set to increment on either rising or falling edges.
This example can be found in our Kipling git repository: https://github.com/labjack/labjack_kipling/blob/master/ljswitchboard-module_manager/lib/switchboard_modules/lua_script_debugger/premade_scripts/counter_examples/23_counters.lua
This example builds upon the 23 Counters example.
This example can be found in our Kipling git repository: https://github.com/labjack/labjack_kipling/blob/master/ljswitchboard-module_manager/lib/switchboard_modules/lua_script_debugger/premade_scripts/counter_examples/23_counters_with_debounce.lua
This example can be found in our Kipling git repository: https://github.com/labjack/labjack_kipling/blob/master/ljswitchboard-module_manager/lib/switchboard_modules/lua_script_debugger/premade_scripts/counter_examples/quadrature_input_large_integers.lua
This example can be found in our Kipling git repository: https://github.com/labjack/labjack_kipling/blob/master/ljswitchboard-module_manager/lib/switchboard_modules/lua_script_debugger/premade_scripts/counter_examples/simple_quadrature_input.lua
This example uses the LabJack Mux80 AIN Expansion Board and a minimum of one CB37 Terminal Board, building upon the 37 Counters example.
This example can be found in our Kipling git repository: https://github.com/labjack/labjack_kipling/blob/master/ljswitchboard-module_manager/lib/switchboard_modules/lua_script_debugger/premade_scripts/counter_examples/107_counters.lua