Hello Guest it is May 18, 2024, 11:35:51 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 - Toshio.K

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 »
51
Mach4 General Discussion / Re: How to use USB camera with Mach4
« on: October 14, 2021, 05:49:45 AM »
Please tell me the meaning of this function.

mc.mcCntlSetPoundVar (inst, mc.SV_HEAD_SHIFT_Y, YShift)

52
Mach4 General Discussion / Re: How to use USB camera with Mach4
« on: October 14, 2021, 12:50:16 AM »
Please tell me the meaning of "mcInEditor".

53
I understand how.
I put it in a Plc script and it worked.
Thank you.

54
General Mach Discussion / how to run Ref All Home on the numeric keypad
« on: October 10, 2021, 06:26:51 PM »
Hello everyone.
I have a problem, so please let me know.

If you know how to run Ref All Home on the numeric keypad, please let me know.
Thanking you in advance.

55
Mach4 General Discussion / Re: How to use USB camera with Mach4
« on: October 08, 2021, 09:59:52 PM »
Hello,
Thank you for the useful information.

Now,
About this problem solving method
As a method, should I use the example in the space between ************ below?

****************
• Macros can use a name instead of a number. Name ()
Example: toolheightset ()

• Here is the format of a macro.
     function m # ()
      your code
  end
  if (mc.mcInEditor () == 1) then
m # ()
end
  The last 3 lines let you run or step through the macro while in the editor.
*******************

56
Mach4 General Discussion / Re: How to use USB camera with Mach4
« on: October 08, 2021, 08:45:52 AM »
> Take out the button and see if the error goes away.
Please tell me how to do it.

57
Mach4 General Discussion / Re: How to use USB camera with Mach4
« on: October 08, 2021, 01:39:51 AM »
I can't move the camera after removing the button.

58
Mach4 General Discussion / Re: How to use USB camera with Mach4
« on: October 07, 2021, 12:03:43 AM »
local inst = mc.mcGetInstance ()

YShift = 10
mc.mcCntlSetPoundVar(inst,mc.SV_HEAD_SHIFT_Y,YShift)

I put a colon, but I get an error.

59
Mach4 General Discussion / Re: How to use USB camera with Mach4
« on: October 06, 2021, 05:57:29 PM »
Where is line 239?

60
Mach4 General Discussion / Re: How to use USB camera with Mach4
« on: October 06, 2021, 05:38:02 PM »
I changed the program, but I get an error.
I was in trouble.

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 »