Hello Guest it is May 16, 2024, 05:06:19 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 - Klaus1311

11
Hi Dan

did you add or change a page?
is this behavior on every page of your screenset?

Klaus

12
Machscreen Screen Designer / Re: MachScreen releases
« on: August 29, 2021, 06:57:33 AM »

Hello

I released MachScreen version V1.73.
Changes:
 1) New submenu button "Move property dlg into view" under menu Options added. This button will move the property dialog to the left top corner of the main monitor

 2) Button File -> "Open file" or "Save file as" within the editor could crash the program.Fixed


Klaus


13
General Mach Discussion / Re: 1 axis linear actuator
« on: July 23, 2021, 05:30:08 AM »
Hi krsykes23

you could try this using MachScreen:

Set function Code “Execute Basic Script” for your buttons and add to “execution code” of every button:

Button “GO”
PosX = GetOEMDRO(800)
Code("F100 G0” & PosX)
While (IsMoving())
Sleep(100)
Wend

“Button Arrow Left”
PosX = GetOEMDRO(800)
PosX = PosX – 1.0
Code("G0 X" & PosX)
While(IsMoving())
Sleep(100)
Wend

“Button Arrow Right”
PosX = GetOEMDRO(800)
PosX = PosX + 1.0
Code("G0 X" & PosX)
While(IsMoving())
Sleep(100)
Wend

the first example sets an additional feedrate .

Klaus

14
Screen designer tips and tutorials / Re: Changing PNG color
« on: February 24, 2021, 03:01:29 AM »
Hi

are you using Mach3 or Mach4? I'm not sure what you you mean by greendro       image button.

Klaus

15
Mach Screens / Re: Copying Screens
« on: May 19, 2020, 02:53:00 AM »
of course, I respect your decision. It would be helpful for me to get some more information to investigate this issue.

What operating system are you using?
What app did you use to copy?
What was your target folder on the second machine?
What happened, when you answered the message box with "Skip"?
Did you try MachScreen’s "Project Export" option?

Klaus

16
Mach Screens / Re: Copying Screens
« on: May 18, 2020, 03:55:17 AM »

what happens if you answer with "Skip"?

The property files hold additonal information for MachScreen (Framesizes and Lockbits).


Klaus

17
Mach Screens / Re: Copying Screens
« on: May 17, 2020, 02:37:36 PM »
Hi

what is your error message? Could it be, you have mach3 running, when you try to copy?


Klaus

18
Hi

TPS has already pointed out how to change levels. Please make sure the second icon from the right of the toolbar shows "M", if shows "1" click at it to toggle.

Klaus

19
Hi CoreyCoop

Try to change levels (perhaps the DRO is on top of the image button).

Klaus

20
Hi William

sorry, I meant resolution

Klaus