SolCallback(6) = "SolKnocker" 'Change the solenoid number to the correct number for your table. '****************************************************** ' KNOCKER '****************************************************** Sub SolKnocker(Enabled) If enabled Then KnockerSolenoid 'Add knocker position object End If End Sub