Hello Guest it is April 27, 2024, 12:08:11 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 - Graham Waterworth

641
Are we talking after midnight when the demand is low?

Or this will delay all movement until it times out

642
So use something like :-

643
The ESS has inputs for spindle encoders on port 3 so it can thread

644
CS-Lab / Re: CSMIO/ip-A no encoder feedback / readout
« on: May 09, 2020, 03:01:52 PM »
Normally on a servo system when you disable mach you disable the drives too and then they output nothing

645
CS-Lab / Re: CSMIO/ip-A no encoder feedback / readout
« on: May 09, 2020, 08:49:51 AM »
Why would you expect mach4 to change when disabled.

646
I think the port get and put only work with the parallel port driver loaded.

647
I think you will have to program them into the macropump macro and turn it on in config.

Check the inputs required and if active command a dobutton(n) for the corresponding action.
 

648
You would normally have it in a while loop, mach3 only updates ever 50ms to 100ms or in some cases a short sleep(50) after the call helps.

While isMoving()
Sleep(10)
Wend

or

state = isMoving()
Sleep(50)

649
Mach4 General Discussion / Re: TOOL CHANGE ISSUE
« on: May 06, 2020, 07:46:58 PM »
Is the run time clock counting when you think its hung, it was working here but it took it a while to go from tool 1 to 2 and 2 to 4 and back to 1

Has this ever worked correctly.

Some pictures of the setup may help and a description of the tool changer function.

Go into the macro folder and delete all the .mcc files.


650
Mach4 General Discussion / Re: TOOL CHANGE ISSUE
« on: May 05, 2020, 09:49:14 PM »
Try this version :-