Skip to content

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

Notifications You must be signed in to change notification settings

liuz888/MTConnect-Agent-For-Haas

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 55.5%
  • XSLT 42.9%
  • JavaScript 1.4%
  • CSS 0.2%