All Downloads are FREE. Search and download functionalities are using the official Maven repository.

data.Script.bidib-script-test1.nodescript Maven / Gradle / Ivy

There is a newer version: 2.0.26
Show newest version
//# this is a test script
define portA "This is input port A"
define servoB "This is servo port B"
define switchC "This is switch port C"

// change the label
set input 1 label=%portA%
set servo 1 label=%servoB%
set switch 1 label=%switchC%

// set the CVs
set CV 70 1

// prepare the macro
set macro 0 label="Mein Script Macro" 

select macro 0
add step delay=10 ptype=servo action=start pnum=1 target=50




© 2015 - 2024 Weber Informatics LLC | Privacy Policy