Skip to content
forked from strangesast/fwlib

FOCAS - Get data from CNC Machine Using Raspberry Pi

Notifications You must be signed in to change notification settings

ssupecial/fwlib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fanuc FOCAS Library

Docker Hub
Header and runtime files for CNC communication

Docker

Build the base image with docker build .

Build an example with docker build examples/c/Dockerfile

examples/

Link or rename appropriate libfwlib\*.so (based on platform) to libfwlib32.so.1 and libfwlib32.so

On linux x86_64 for example: ln -s libfwlib32-linux-x64.so.1.0.5 libfwlib32.so

More instructions in each example folder

raspberry/

Build for Raspberry Pi 32-bit OS (bookworm) Use libfwlib32-linux-armv7.so.1.0.5

About

FOCAS - Get data from CNC Machine Using Raspberry Pi

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.5%
  • Other 1.5%