Hello Guest it is May 22, 2024, 01:56:20 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 - Klaus1311

141
Machscreen Screen Designer / Re: Where is the main screen???
« on: September 22, 2014, 05:05:05 PM »
Hello,

try to hold down the key A, then start MachScreen, keep the key pressed until MachScreen is showing up. All Settings are set to default.


Klaus

142
Finished Plugins for Download / Re: Mach3 Camera Plugin V3
« on: September 08, 2014, 11:34:43 AM »
Hi Troy,

for the moment I'm not planning to add a image rotation feature, this would take quite a bit of CPU resources. Some cameras are shipped with dedicated drivers and software where mirroring and flipping of the image can be set.

Klaus

143
Finished Plugins for Download / Re: Mach3 Camera Plugin V3
« on: September 06, 2014, 07:08:24 AM »
Hi Troy,

thank you for your feedback. About your issues:

1) What was the default path of the installer package showing, did you change the installation path of the installer package?
2) What OS are you using? I'm testing with Win7. It seems to work with my system. Is the "Macro control On" button checked?
   I tested with the following scripts:
   Using 1 button
        led = GetUserLED(1104)
        If  led = 1 Then
        SetUserLED(1102,0)
        SetUserLED(1103,1)
        SetUserLED(1104,0)
        Else
        SetUserLED(1102,1)
        SetUserLED(1103,0)
        SetUserLED(1104,1)
        End If


     Using 2 Buttons
        On
         SetUserLED(1102,1)
         SetUserLED(1103,0

       Off
         SetUserLED(1102,0)
         SetUserLED(1103,1



All examples use the default led numbers 1102, 1103, 1104


Klaus
          

144
Finished Plugins for Download / Mach3 Camera Plugin V3
« on: September 01, 2014, 06:08:35 AM »
Hi,

in the past, some users had problems connecting their cameras with my camera plugin. I've rewritten a new version using CV API. Since the new plugin GUI looks very similar to the previous plugin its named Camera Plugin V3. This version is a Beta version. It installs an installation log-file "c:\\CameraPlugin_KD.log" for trouble shooting purposes.


Klaus

145
Machscreen Screen Designer / Re: Add image is under background
« on: June 05, 2014, 03:17:26 AM »
Hello,

since this problem seems to appear more often I will show a way which should solves this problem.
 - Make sure you have "Multiple selection" selected (The second Icon from the right in the toolbar shows "M"). You can toggle it by clicking on the Icon.
 - left mouse click on the place where you want to change the layer.
 - MachScreen will show all control elements from there, independent  whether visible or covered. When you hover with the mouse over the element names, the selected element is shown with a colored frame to help identify the control. You can change the layer order by dragging and dropping the image.  To do so, click the bitmap to move, hold down the left mouse button and drag it to the required place. Save your screen set and reload the changed screenset in Mach3.  see attachment



Klaus

146
Machscreen Screen Designer / Re: Add image is under background
« on: May 24, 2014, 01:31:53 PM »
Hi,

have you set an user defined Image path (Menu ->Options ->Settings)?

Klaus

147
Machscreen Screen Designer / Re: Add image is under background
« on: May 16, 2014, 06:45:14 AM »
Hi Hacker77

sending me the files generated by "Project Export" would be helpful, in that case I would have your MachScreen Settings.


Klaus

148
Finished Plugins for Download / looking for PluginCamera testers
« on: April 28, 2014, 02:40:35 AM »
Hello,

in the past, some users had performance problems with my plugin V2. I've redone the plugin. It would be helpfull, if a few V2-users could test my test-version and tell me their experience. Interested people please send me an Email or a PN.



Klaus

149
Video P*r*o*b*i*n*g / Re: Camera problems
« on: April 14, 2014, 04:12:39 PM »
Hi ozymax,

I made some changes on the camera plugin. If you could give me your email adrress (perhaps per PN) I'd send you that Version for testing.


Klaus

150
Machscreen Screen Designer / Re: MachScreen releases
« on: April 08, 2014, 03:44:31 AM »
Hi MachScreen users,

Version V1.61 is available.
Fixes:
"Persist. data editable on all pages" checked and selecting all elements, does not include page 0 elements when working on page 50.
New:
Every time a screenset-file is loaded, MachScreen checks width and / or height for 0. The found elements are shown in a report. The user has the following options:
delete, the selected elements are deleted
expand, the selected elements are shown in a larger Size.
ignore

In cases where many elements selected, it's often hard to find the selection hotspot to drag. Holding down the F2 button makes the selection hotspot flash.


Klaus