Hello Guest it is April 19, 2024, 12:23:36 AM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - netboss

Pages: 1
1
Mach4 General Discussion / How to examine # variables?
« on: March 17, 2018, 04:01:41 PM »
In Mach3 there was a way to examine the value of the # variables.  I believe is was located under the "Operators" tab.

Is there a similar capability in Mach4 Hobby?

2
General Mach Discussion / Calling external subroutines (calling files)
« on: October 18, 2015, 05:18:01 PM »
After hours of misinformation, misdirection and just generally wasting my time, I have found what works for me in MACH3 R3.043.066 when calling a file as a subroutine.

Generally speaking, here are the “rules”.

The syntax is

m98 (-c:\AnyDirectory\AnyFile.tap)

A few notes on the syntax;

Note the hyphen (-) immediately after the opening parenthesis.
Note the full path.
You have no way of knowing this, but the file AnyFile.tap does not exist.
Note the file extension “tap”

ALL of these elements must be present in order for the call to work. In addition, sit down folks, this is an all time “why does that happen?" moment.  If any element is incorrect, when the file is loaded into Mach3, THE CODE WINDOW IS BLANK! Go figure…

Also note that the file NEED NOT be in the "subroutines" folder. My experience is that the file can exist anywhere it can be addressed using the Windows file path syntax. This includes network drives and Google Drive.

One additional note. If the file does not exist (whether due to an incorrect/invalid path, incorrect/invalid file name, etc.) the above blank code window appears.

I welcome any comments.

Pages: 1