problem calling an object to start
mikea
Posts: 283
Hi, I'm trying to call an object in the obj block called.so: "scale output". I have it saved in the same library as all object codes. I've tried copying other code and the manual example to launch it such as so.init and so.Start, but the compiler is asking for a subroutine name. I'm not sure what I'm missing. Thanks
OBJ 'ir : "IrDetector" 'pst : "Parallax Serial Terminal" so : "scale output" PUB TestIr | dist ' Starts Parallax Serial Terminal; waits 1 s for you to click Enable button. so.Start
Comments