#BEVELEN IN HAL VOOR mult2 #------------------------- # create a thread loadrt threads name1=test-thread period1=100000 name2=test-thread2 period2=1000000000 # load mult2 loadrt mult2 # connect the function to the thread addf mult2.0 test-thread # load halmeter to see anything happening loadusr halmeter # set the input pins setp mult2.0.in0 60 setp mult2.0.in1 40 # start hal start