Hello Guest it is April 25, 2024, 07:44:15 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.


Messages - Steffen_Engel

Pages: « 1 2 3 4 »
11
Mach SDK plugin questions and answers. / Re: Faster DRO updates
« on: December 03, 2011, 03:44:49 PM »
Hi,

I'm nearly shure, it doesn't update faster.
My tests showed, that the function to read DROs is just reading the actual position from the interface to the movement engine.

So the speed, the Trajectory interface is working, is the speed the DRO is updated. This depends on LPT/Smoothstepper or what ever you have to move the machine.

Steffen

12
Hi,

i got some grey hair too, when i had this issue.

Here's a reg-file for easier adding the keys to the registry.

Steffen

13
Mach SDK plugin questions and answers. / Re: Write a plugin for USB
« on: February 24, 2011, 10:55:39 AM »
You all should read the Mach 3 internals Plug-In writers bible
All about movement plugins is written there.

Steffen

14
Hi Lucas,

Checkout the installation of Mach3 on this computer.

Under some circumstances (AFAIK depending on the version of the installer), the entries in the registry are not complete.

Check for those or insert them:

Code: [Select]
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Mach4.Document]
@="Mach4.Document"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Mach4.Document\CLSID]
@="{CA7992B2-2653-4342-8061-D7D385C07809}"

it should work then.

best regards,

Steffen

15
Mach SDK plugin questions and answers. / Re: RPM to Mach via USB
« on: November 22, 2010, 10:07:33 AM »
Hi Frank,

I've been searching for this a while ago. Didn't find anything, too.

Bye, Steffen

16
Mach SDK plugin questions and answers. / Re: Detect Jogging Screen
« on: November 06, 2010, 06:54:14 PM »
Chattanooga, maybe 2 hours to you.

Steffen

17
Mach SDK plugin questions and answers. / Re: Detect Jogging Screen
« on: November 05, 2010, 09:45:18 PM »
This is exact what I was looking for:

Code: [Select]
MachView->JogAllowed[scripter.GetPage()]
greetings from the southern part of Tennessee,

Steffen

18
Mach SDK plugin questions and answers. / Re: Detect Jogging Screen
« on: November 04, 2010, 10:07:58 PM »
Ok, I found it.

bye, Steffen

19
Mach SDK plugin questions and answers. / Detect Jogging Screen
« on: November 04, 2010, 10:20:55 AM »
Hi,

for screenpages, that are used for jogging with the keyboard, the jog mode toggle button (103) has to be present.
if present, you are allowed to jog with the cursors on the keyboard.

For a plugin I need to know if jogging on the actual page is allowed. How could I detect, that the Button is on the actual screen?
Any UserLED to ask? Any status in the Engine-variables?

Thanks, Steffen

20
Hi,

no I'm sorry, it is not possible to use switches as signals for an encoder.

You need a USB-Device that handles the Encoder and then send the result to Mach3
Then an additional plugin to read this special format of the information to inject to the Mach3-Engine

An example for this is the shuttle express

No way with a Gamepad and Keygrabber, sorry.

Steffen

Pages: « 1 2 3 4 »