Hello Guest it is April 20, 2024, 08:50:51 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 - cnc-kursk

Pages: 1 2 »
1
Any news about this board? Or Alex?

2
Let me know what I am missing?

Hello.
Please send your drivers and profile for test purpose.
n0isy2011 ( a t ) gmail (dot) com


3
Mach4 General Discussion / Re: XHC Mach4 USB motion board warning and info
« on: February 13, 2018, 01:03:48 AM »
I don't recomend this board.

After months of testing, I stumbled upon skipping Z steps.

No support at all.

No refund.

4
Mach4 General Discussion / Re: Mach4 does not support Unicode?
« on: February 13, 2018, 12:59:34 AM »
Mach4 doesn't support it? or I should change any configuration in Mach4?

I send this issue.

But found more: lua script load/save on UTF8, but runs on 8bit coding.

5
 ::)

Thanks.

6
Hi, Bryanna.

I'm going to be including this in a homing/soft limits video in the near future, but it may help with what you're trying to do.

My script very similar (on top page).
Please check, IRL softlimits after mcSoftLimitSetState are ON?
Why OSIG_SOFTLIMITS_ON doesn't triggered?

7
Mach4 General Discussion / No way to switch soft limits from lua script?
« on: February 08, 2018, 07:01:00 AM »
Hi.

I use this script:
Code: [Select]
mc.mcSoftLimitSetState(inst, mc.Z_AXIS, MC_ON);
mc.mcSoftLimitSetState(inst, mc.Y_AXIS, MC_ON);
mc.mcSoftLimitSetState(inst, mc.X_AXIS, MC_ON);

1. SoftLimit not worked.
2. No Output signal:
Code: [Select]
[mc.OSIG_SOFTLIMITS_ON] = function (state)
    mc.mcCntlSetLastError(inst,"OSIG_SOFTLIMITS_ON " .. tostring(state));
    if( state == 1) then
       scr.SetProperty('tbtnSoftLimits', 'Button state', '0');
    else
       scr.SetProperty('tbtnSoftLimits', 'Button state', '1');
    end
end,

If I switch by button action, softlimits are worked and OSIG_SOFTLIMITS_ON triggered.

Possible need switch softlimits globally?
Can I switch softlimits by code?

M4 ver.4.2.0.3658


9
Mach4 General Discussion / jog path. exact stop. sim. wtf?!
« on: February 06, 2018, 05:01:00 AM »
Why path is crap?!
Only diagonal lines in program.
Any suggestions?





10
Hello Peter. Sorry for my English. I am real user from Russia.
Just say "THX" to me. OK?

Yep. This is screenset. I bought license Mach4 two days ago, and make my own screenset, inspired by Industrial, Hobby and Custom screensets. Working on progress...

Pages: 1 2 »