Welcome, Guest. Please login or register.
Did you miss your activation email?
May 26, 2012, 12:30:27 AM

Login with username, password and session length
Search:     Advanced search
* Home Help Search Calendar Links Login Register
+  Machsupport Forum
|-+  Mach Discussion
| |-+  Feature Requests
| | |-+  Warning if in Demo mode
Pages: 1   Go Down
Print
Author Topic: Warning if in Demo mode  (Read 1180 times)
0 Members and 1 Guest are viewing this topic.
PeterF
Active Member

Offline Offline

Posts: 42


View Profile
« on: April 03, 2010, 05:49:35 PM »

Today it would have been beneficial to us: a warning that we are in Mach3 demo mode. (We had to reinstall Mach3 due to computer troubles and we forgot to copy the license files). So it clipped the run without any warning at line 500.
Logged
ger21
Global Moderator
*
Offline Offline

Posts: 2,612



View Profile WWW
« Reply #1 on: April 04, 2010, 06:53:23 AM »

You can easily check by using Help>About, or scrolling through the g-code in the g-code window, as it will only show 500 lines of code.
Logged

PeterF
Active Member

Offline Offline

Posts: 42


View Profile
« Reply #2 on: April 04, 2010, 07:28:51 AM »


Yes of course but we will not always check, especially when we have forgotten to copy the license files. My feature wish was to warn as a reminder. In this particular night, described in my posting, yesterday we had computer troubles and the demo restriction was only detected at line 501 when it was too late.

I hope a warning, or a visible sign, will be in a future release.
« Last Edit: April 04, 2010, 07:31:24 AM by PeterF » Logged
N4NV
Active Member

Offline Offline

Posts: 336


View Profile
« Reply #3 on: April 04, 2010, 09:20:16 AM »

I agree.  I have done the same thing, change some stuff on my computer and forget to move the license, run a part and have it stop at line 501.

Vince
Logged
PeterF
Active Member

Offline Offline

Posts: 42


View Profile
« Reply #4 on: April 07, 2010, 03:45:04 PM »

May  I suggest that the "RFH" (Run From Here) button warns if in demo mode, as it is being ignored. Thank you in advance.
Logged
zealous
Active Member

Offline Offline

Posts: 486



View Profile WWW
« Reply #5 on: April 23, 2010, 07:13:45 PM »

I would run this script when Mach starts up and that should solve the problem:

Code:
Dim fso
Set fso = CreateObject("Scripting.FileSystemObject")
If fso.FileExists("C:\Mach3\Mach1Lic.dat") Then
Else
MsgBox "Not Fully Capable In Demo Mode"
End If
Set fso = Nothing
Logged

Regards, Jason Blake

www.Fusioncnc.com
PeterF
Active Member

Offline Offline

Posts: 42


View Profile
« Reply #6 on: April 24, 2010, 04:17:55 AM »

I'm not sure (not aware) how to call this on Mach3 start up. Does Mach3 call a macro when it starts? However the code could be added to the script of a Cycle Start button.
Logged
zealous
Active Member

Offline Offline

Posts: 486



View Profile WWW
« Reply #7 on: April 24, 2010, 05:57:39 AM »

Yeah, put that code into a Macro file and under "Config/General Logic Configuration" add the macro number to "Initialization String".

Logged

Regards, Jason Blake

www.Fusioncnc.com
ger21
Global Moderator
*
Offline Offline

Posts: 2,612



View Profile WWW
« Reply #8 on: April 25, 2010, 11:27:19 AM »

The latest version of Mach3 displays your name in the title bar if it's a licensed copy. No name = demo mode.
Logged

PeterF
Active Member

Offline Offline

Posts: 42


View Profile
« Reply #9 on: June 21, 2010, 05:55:17 AM »

The latest version of Mach3 displays your name in the title bar if it's a licensed copy. No name = demo mode.

"I would have hoped Mach3 spelled out: demo version. It seems it instead marks the licensed version. The trap hasn't gone yet, as the mark reads Licensed (To:), instead of Unlicensed or Demo version."
Logged
Pages: 1   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!