A JNA(Java Native Access) wrapper for Fanuc Focas 1 API library.
-
~/.sbt/1.0/github.sbt
(sbt 1.x+)credentials += Credentials( "GitHub Package Registry", "maven.pkg.github.com", "<GITHUB_USERNAME>", "<GITHUB_TOKEN>" )
-
build.sbt
resolvers += "GitHub Package Registry" at "https://maven.pkg.github.com/civilizeddev/fanuc-focas" libraryDependencies += "io.elfinos" %% "fanuc-focas" % "1.0.3"
- This library works on 32bit version JVM(JDK/JRE) only.
- This library has external dependencies.
- Fanuc Focas 1(Fwlib32.dll), Ethernet Library(fwlibe1.dll) must be installed on your system.
- We do not redistribute the FANUC Focas library.
Please refer to the page below for FOCAS CNC API.
[inventcom.net] FANUC Open CNC FOCAS - CNC/PMC Data window library
Digital Connectivity Team of Unomic
We use open source projects below.