Documentation
¶
Overview ¶
Package comtool provides the ability to set FANUC robot comments via an HTTP request to the KAREL ComSet utility.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrForbidden = errForbidden() )
Functions ¶
Types ¶
type FunctionCode ¶
type FunctionCode int
FunctionCode is a type for the constants listed below which should be provided to Set. The constants correspond to the sFc parameter required by ComSet.
const ( INVALID FunctionCode = 0 NUMREG FunctionCode = 1 // 2 -- set numreg POSREG FunctionCode = 3 UALM FunctionCode = 4 // 5 -- set ualm_sev RIN FunctionCode = 6 ROUT FunctionCode = 7 DIN FunctionCode = 8 DOUT FunctionCode = 9 GIN FunctionCode = 10 GOUT FunctionCode = 11 AIN FunctionCode = 12 AOUT FunctionCode = 13 SREG FunctionCode = 14 // 15 -- set SREG // 16 ?? // 17 ?? // 18 ?? FLAG FunctionCode = 19 )
func (FunctionCode) String ¶
func (f FunctionCode) String() string
Click to show internal directories.
Click to hide internal directories.