Hello Guest it is April 19, 2024, 08:16:57 PM

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 - daniba73

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 »
241
Mach4 General Discussion / Re: Mach4 Button OFFLINE
« on: February 02, 2018, 01:46:02 AM »
Hi,
I tried again ...
negative result ... it is always the same.
with ENABLE # 0 I can only switch on / off the LED on the screen, without affecting the relay.

242
Mach4 General Discussion / Re: Mach4 Button OFFLINE
« on: February 01, 2018, 06:41:52 AM »
let me try again.

243
Mach4 General Discussion / Re: Mach4 Button OFFLINE
« on: February 01, 2018, 06:18:48 AM »
I have done so many tests that I am now confused ..
I will try (if I can do it) to assign the output to the LED.
speaking different language, for me it's all much more difficult to understand.

244
Mach4 General Discussion / Re: Mach4 Button OFFLINE
« on: February 01, 2018, 05:54:06 AM »
P.S OSIG_ENABLE0 activates / deactivates the relay via ENABLE / DISABLE in Mach4.
and nothing else!

245
Mach4 General Discussion / Re: Mach4 Button OFFLINE
« on: February 01, 2018, 05:48:45 AM »
Yes @joeaverage , it's exactly the behavior I want!!
you understood perfectly!!!
now I have to go to work, but I will follow the developments and update as soon as possible.

246
Mach4 General Discussion / Re: Mach4 Button OFFLINE
« on: February 01, 2018, 04:41:31 AM »
OK done.
with this your last solution WORKS !!!!!
m210 and m211 macros WORK !!!
P.S. YES the led connected to ENABLE # 0 has worked.
The use of the macro only had a visual effect, the relay did not work.
you are a great .. !!
now..?
what will be the next step?
I think it will be necessary to memorize the position of the DRO axes on Mach4?

247
Mach4 General Discussion / Re: Mach4 Button OFFLINE
« on: February 01, 2018, 03:24:41 AM »
CSMIO does not allow you to use the same PIN twice.
When a PIN number is assigned, it disappears from the list.

function m210()
local inst=mc.mcGetInstance()
local hsig,rc=mc.mcSignalGetHandle(inst,mc.OSIG_ENABLE0)
mc.mcSignalSetState(hsig,0)
end
if (mc.mcInEditor()==1) then
    m210()
end

248
Mach4 General Discussion / Re: Mach4 Button OFFLINE
« on: February 01, 2018, 02:47:54 AM »
Hi,
I have the screenshot, with this configuration the relay turns on and off ONLY when I press ENABLE / DISABLE in Mach4.
The m210 and m211 macros have no effect on the relay.

249
Mach4 General Discussion / Re: Mach4 Button OFFLINE
« on: January 31, 2018, 04:18:02 AM »
Hi,
yes, you're right, I'm sorry.
as soon as possible I make screenschot.

250
Mach4 General Discussion / Re: Mach4 Button OFFLINE
« on: January 31, 2018, 03:40:05 AM »
Hi,
If you tell me which question to ask exactly, I will provide you.
It is not easy to understand for a person who does not know the thread of the speech, so it is necessary to ask a specific question.

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 »