Changes

Jump to navigation Jump to search
32 bytes removed ,  10:40, 7 August 2015
Line 178: Line 178:  
[[File:Buttonbox1.png]]
 
[[File:Buttonbox1.png]]
   −
<syntaxhighlight>
   
In PCL code you can program a handle to send a marker:
 
In PCL code you can program a handle to send a marker:
#handle:
+
 
output_port OutputPort = output_port_manager.get_port( 1 );
+
#handle:
 +
output_port OutputPort = output_port_manager.get_port( 1 );
 +
 
 
To send a marker:
 
To send a marker:
OutputPort.send_code(100); #create a marker
+
OutputPort.send_code(100); #create a marker
</syntaxhighlight>
       
733

edits

Navigation menu