HaasMTConnect
An MTConnect adapter for the HAAS VF2 CNC machine written in Python.
Install / Use
/learn @nombreinvicto/HaasMTConnectREADME
HAAS VF2 MTConnect Adapter
An MTConnect adapter for the HAAS VF2 CNC machine written in Python.
Introduction
A python encoded adapter for the HAAS VF2 CNC machine named 'HAAS_adapterv2.py' has been released on the public domain. Unless required by applicable law or agreed to in writing, the software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either expressed or implied.
The adapter makes a HAAS VF2 CNC machine MTConnect protocol compliant and enables the machine to communicate with an MTConnect agent. The software has been tested on a HAAS VF2 machine with the MTConnect cpp agent. The steps to build and create the agent can be found at https://github.com/mtconnect/cppagent. The accompanying HAAS-VF2.xml mtconnect schema is to be appropriately routed to in the agent.cfg file once the agent is installed.
Usage
The implementation assumes that the adapter would be running on an external IOT device, e.g, a beaglebone, raspberry pi (or a PC) that is connected and communicating with the HAAS VF2 via RS232 communication. Hence, the primary mode of fetching process parameters from the HAAS is through serial communication. The adapter code in its current state assumes that the HAAS is connected to the IOT device through the ttyUSB0 port (would be 'COM' for PC based systems). The HAAS with its serial DB9 port has to be connected to the IOT device via the implementation of appropriate TTL - RS 232 logic converter modules ( such as a serial to USB module). It is therefore upto the discretion of the user to change the serial port address to an appropriate value when running the adapter.
The default TCP/IP port that the adapter publishes data to is set to:
PORT = 7000
The port address has to be changed (if needed), to suit user/system requirement.
Process Parameters
The current implementation fetches a limited number of process parameters from the HAAS VF2, namely:
- Power Status
- Part Number
- Program Name
- Spindle Speed
- Spindle Load
- Execution Status
- Absolute X, Y and Z co-ordinates
These parameter values are obtained by writing specific macros to the serial port of the IOT device that is connected to the HAAS. For example, writing Q600 5023 yields the absolute Z co-ordinate. It is upto the discretion of the user to add code content if there is need of fetching of other types of process parameters. The user is referred to the HAAS mill operator's manual at https://goo.gl/wxH7YE for appropriate macro codes for different process parameters.
MTConnect
For more information on the MTConnect standard and the dataitems included within the standard please visit http://www.mtconnect.org/
Related Skills
node-connect
348.5kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
109.1kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
348.5kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
348.5kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
