counting both levers MEDState Notation Repository › Forums › Coding Help Archive › counting both levers This topic has 1 reply, 1 voice, and was last updated 8 years, 10 months ago by Med_Support. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts May 31, 2012 at 8:10 pm #13064 Med_SupportModerator labrat I am currently attempting to ask the program to show the count for lever presses on both bars. I have created a paradigm in which I would like to know how many times they press the left and right levers. Is this a possibility? June 4, 2012 at 8:59 am #13065 Med_SupportModerator Gary Bamberger It is definitely possible to record the number of presses on both inputs. Hopefully the sample code below will help. ^LeftLever = 1 ^RightLever = 2 S.S.1, S1, #R^LeftLever: ADD L; SHOW 1,Left Lever,L ---> SX #R^RightLever: ADD R; SHOW 2,Right Lever,R ---> SX Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In