fanuc-driver icon indicating copy to clipboard operation
fanuc-driver copied to clipboard

Configurable Fanuc Focas data collector and post processor.

Results 27 fanuc-driver issues
Sort by recently updated
recently updated
newest added

![Ekran görüntüsü 2024-05-16 094817](https://github.com/Ladder99/fanuc-driver/assets/48556914/aeb2e07d-b5ef-4299-9624-4b1dc513d496) It appears on the command line as shown in the picture, but it does not send it to influxa. What could be the reason? ![Ekran görüntüsü...

Doosan machine is generating ping true. But not sending data on driver. What are the debugging steps?

Dear sir, i m testing the driver with influx db cloud , 0.2 version is connecting, pulling the data, where as other versions are connecting with influxdb for a minute,...

Here is my suggestion how the REST API could look like. We could also consider to add an endpoint to configure log path(s). Later, we could even consder to create...

enhancement

Conceptually related to #73. This is driven by an MTConnect use case but may be applicable beyond that. My proposal is to allow fanuc_driver to act as a singular (MTConnect)...

enhancement

Plain JSON arrays into Ignition are problematic to manage. Dictionaries are simpler, but side effects still exist (versus SpB). Outputs: - [x] MQTT - [x] MTConnect - [ ] InfluxDb...

I have noticed though that you create `driver.log` in `/etc/fanuc`. Could we keep the logs separately from config? We could use either of the following locations: - `/etc/fanuc/config` for config...

IMHO all those DLL and SO files look like a clutter. What do you think about moving them into a separate folder? Or maybe two: one for DLL files, the...

cross-platform-tests

I use `ladder99/fanuc-driver:linux64-886a5a3` Docker image. When I define collectors as follows (I sort the collectors alphabetically): ```yml collector-data: &collector-data l99.driver.fanuc.strategies.FanucMultiStrategy, fanuc: - l99.driver.fanuc.collectors.Alarms, fanuc - l99.driver.fanuc.collectors.AxisData, fanuc - l99.driver.fanuc.collectors.GCodeData, fanuc...