Skip to content

ucool-wu/RobotIntelface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RobotIntelface

An unofficial implement of fanuc robot-intelface

test on

R-30ib mate robot controller

how to use the lib

1.Instantiate : FanucRobIntelface fi = new FanucRobIntelface("192.168.1.100");
2.Read data : call fi.Refresh(),then read the data properties such as fi.intRegs. Whenever to get data, the refresh function must be called.
3.write data : call write functions such as fi.WriteR().

About

An unofficial implement of fanuc robot-intelface

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages