VERICUT Users' Forum

Due to relentless spammers, we are no longer automatically accepting new forum registrations. If you wish to register for this forum, please send an e-mail to: info@cgtech.com

You are not logged in.

#1 2007-08-31 10:12:55

danr
Member
From: Derby, UK
Registered: 2006-07-24
Posts: 19

Coolant Pressure in Status Window

Hi Guys,

A few of my users have expressed that they would like to see Coolant pressure added to the Status window, at the minute I've got them watching a variable but it would be nice to integrate this if possible.

I dont believe its currently supported but if it is then please correct me smile

Cheers...

Daniel Roberts


Current version: Vericut 7.0.3

Offline

#2 2007-09-05 18:47:17

SergeV
Senior Member
From: Irvine, CA
Registered: 2004-10-08
Posts: 507
Website

Re: Coolant Pressure in Status Window

In VERICUT, there are 4 states for coolant that can be set by macros:

Coolant On
Coolant Mist
Cooland Flood
Cooland Off

These states can be monitored in the Status window. For additional information, you can also send a message to the logger for the pressure value.

I do not know the format of your command, but for this example, let's pretend that it is M8 Pn where P is the pressure.

In the control for the word P with M8, Add the assignment of a variable (for this I created #9999) add MessageMacro, override value=3, override text = Coolant Pressure is {#9999}

This will create an info message. The Project file must be configured to display the Info messages in the Logger window:

Project > Processing Options > G-Code > Process Options...
Messages tab
Send Info Messages = To G-Code Log and Logger
OK

So for M8P900,
the message in the logger will be:
Coolant Pressure is 900

Offline

Board footer