Git Product home page Git Product logo

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

Watchers

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

fanuc-mtconnect-agent's Issues

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

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?

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

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.

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

0iF controller

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

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.