Skip to content

onerobotics/comtool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deprecated. Use go-fanuc instead.

comtool

Set fanuc data comments via the controller KAREL ComSet tool.

Usage

package main

import (
	"fmt"

	"github.com/onerobotics/comtool"
)

func main() {
	err := comtool.Set(comtool.NUMREG, 1, "test", "127.0.0.101")
	if err != nil {
		fmt.Println(err)
	}
}

About

Golang interface to the FANUC Comment Tool

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages