gfoiani / MTConnect-Agent-For-Haas

MTConnect Agent and Adapter for Haas CNC Machines using RS-232

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MTConnect® Agent For Haas

Open Source MTConnect® Agent and Adapter for Haas CNC Machines using RS-232

This supports the basic data collection variables available using setting 143 on Haas machines described in the link below:

http://diy.haascnc.com/data-collection-using-rs-232-port-0

TODO:

  • Add the ability to add Q600 variables to the configuration file
  • Better error management

Adapter Configuration File

<?xml version="1.0" encoding="utf-8" ?>
<Configuration>
  <Device>
  
	<!-- Device Name used in Devices.xml file for MTConnect® Agent's schema -->
    <DeviceName>Haas_Device</DeviceName>
	
	<!-- Port to communicate with MTConnect Agent -->
    <Port>7885</Port>
	
	<!-- Adapter heartbeat -->
    <Heartbeat>1000</Heartbeat>

	<!-- COM Port to communicate with the Haas machine -->
    <COMPort>COM3</COMPort>
	
  </Device>
</Configuration>

About

MTConnect Agent and Adapter for Haas CNC Machines using RS-232


Languages

Language:C# 55.6%Language:XSLT 42.9%Language:JavaScript 1.4%Language:CSS 0.2%