adapter icon indicating copy to clipboard operation
adapter copied to clipboard

MTConnect adapter framework

Results 20 adapter issues
Sort by recently updated
recently updated
newest added

hi , I have created fanuc adapter using visual studio. now I am using multiple adapters and writing IP in adapter config file. can we connect all machines using one...

Hi all, I am running adapter on cnc machine .but intermittently facing issue that part count value is changing from some value (like 2000 to 599999) to very high value...

I've managed to create my MTConnect via the C++ agent, and was wondering how I might go about adding this Modbus adapter to read and record some data. I see...

when I use adapter to gather data ,I find it appear this problem. how can I solve this problem? ![1](https://user-images.githubusercontent.com/40424974/57694759-2b3f3e80-767f-11e9-8f1e-7eb695e73976.png) thank u advance.

Hi I am trying to compile the adapter for LinuxCNC. I have a fresh environment installed using their downloadable ISO file. I was able to clone the repository and attempt...

How do you set the COM port for the adapter? It looks like there is a variable for the COM port number, but I could not tell if I need...

I can't compile fanuc.sln (from master). The error is: Impossible to open ..\Fwlib\fwlib30i.lib I was not able to find fwlib30i.lib.

![Capture](https://user-images.githubusercontent.com/23706564/86484520-39c93900-bd0b-11ea-944e-4c342df18557.PNG)

Hello, I am receiving same value for Xact, Yact and Zact. I don't know what is happening but for example load in different axis is OK.

- Conversion of the code to C++11. - Changed parameter naming convention, removed 'a' prefix and used camel-case - Whitespace and layout changes to make code more readable and aid...