Coder Social home page Coder Social logo

trakhound / fanuc-mtconnect-agent Goto Github PK

View Code? Open in Web Editor NEW
77.0 15.0 36.0 7.63 MB

MTConnect Agent for Fanuc CNC Equipment using Focas over Ethernet

Ruby 6.93% C# 86.20% JavaScript 0.52% XSLT 6.35% Smalltalk 0.01%
mtconnect agent iiot fanuc manufacturing

fanuc-mtconnect-agent's People

Contributors

intolerance avatar patrickritchie avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

fanuc-mtconnect-agent's Issues

Guide to read macros from Fanuc controller

@PatrickRitchie I tried to mention variable number under macros section in adapter.ini file as below.
[macros]

cycleTime=803

I also updated devices.xml file to include cycleTime under the existing part_count event under Path data streams.

Actually I am saving cycleTime in a macro variable number 803 in the cnc memory and want to read the same at the end of program. But the machine adapter continuously gets STOPPED after restarting.
Is there any guide how to correctly read macro variable data in Fanuc agent.

0iF controller

Can I connect to a Fanuc 0iF controller using this agent? If yes, then please guide me how to connect?

Can not run the code

I download the code.
Open src with VS2019.
When I Run Code.
private static string GetValue(string key, string cfg)
{
// Find start of 'Key'
int i = cfg.IndexOf(key);
if (i >= 0)
{
i = cfg.IndexOf('=', i);
int z = cfg.IndexOf(Environment.NewLine, i + 1);

            // Get only 'Value' text
            return cfg.Substring(i + 1, z - i).Trim();
        }

        return null;
    }

It's wrong.why?I want to run code on my computer.what should i do?

Add more tags

Hello. I have been reviewing all config files but I cannot find anything related tags configuration. Is it possible to add/remove tags from FOCAS connection?

Thanks a lot

Certificate Revoked?

Recently started getting a UAC message in Windows 10 when trying to start the Configurator. Looks like the certificate was revoked on Jan 21st. I can still run the program through an elevated CMD prompt.

adding new device, not write to devices.xml

adding new real device (fanuc 30i) agent work
and see data to localhost:7878
but on localhost:5050 there is not the new machine, only "dummy"

edit double checked with the 1st google "focas tester", connection is ok same data as localhost:7878

Installing

Hi,
At Step 1 when you say "Download the latesteRElease" it links me with a Website where I can download TrakHound Software, But the Screenshots are from the Installation of the Fanuc MTconnect Agent. Did I miss something? I cant find how to Install this Agent....
Any help please?

Thanks in advance,

Javier

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.