https://github.com/trakhound/mtconnect.net-haas
Agent and Adapter Modules for MTConnect.NET to connect to Haas CNC machines using either Ethernet or RS-232. Supports up to MTConnect Version 2.2
https://github.com/trakhound/mtconnect.net-haas
adapter agent cnc haas mtconnect
Last synced: about 1 year ago
JSON representation
Agent and Adapter Modules for MTConnect.NET to connect to Haas CNC machines using either Ethernet or RS-232. Supports up to MTConnect Version 2.2
- Host: GitHub
- URL: https://github.com/trakhound/mtconnect.net-haas
- Owner: TrakHound
- License: mit
- Created: 2023-12-09T06:36:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T03:29:05.000Z (over 2 years ago)
- Last Synced: 2025-01-30T05:15:32.525Z (over 1 year ago)
- Topics: adapter, agent, cnc, haas, mtconnect
- Language: C#
- Homepage: http://www.trakhound.com
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MTConnect.NET-Haas
Agent and Adapter Modules for MTConnect.NET to connect to Haas CNC machines using either Ethernet or RS-232.
> Agent Modules are run using the [MTConnect.NET Agent](https://github.com/TrakHound/MTConnect.NET/tree/version-6.0/agent/MTConnect.NET-Agent)
## Agent Configuration
```yaml
- haas-ethernet:
deviceKey: VF2
server: localhost
port: 5051
```
## Contribution / Feedback
- Please use the [Issues](https://github.com/TrakHound/MTConnect.NET-Haas/issues) tab to create issues for specific problems that you may encounter
- Please feel free to use the [Pull Requests](https://github.com/TrakHound/MTConnect.NET-Haas/pulls) tab for any suggested improvements to the source code
- For any other questions or feedback, please contact TrakHound directly at **info@trakhound.com**.
## License
This application and it's source code is licensed under the [MIT License](https://choosealicense.com/licenses/mit/) and is free to use.