Hello Guest it is April 19, 2024, 01:09:01 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 - adage

Pages: 1
1
Hello,

I am working on a custom modbus control panel that will use Mach3.  I am trying to write some brains so that specific switches on the control panel will given specific commands in Mach3, however I am running into some issues:


1) Continuous Jog – "X+"
I tried mapping a switch to OEM Code 307 (307-Jog X - right) to simulate the Mach3 "X+" button in the Tab Screen (Jog Selection).  The function that I want to simulate is when the button is clicked and held, the machine jogs, and when you let go of button, the machine stops.

The issue I am running into is that when I press the switch on the control panel, it will still move in the direction even though I let go.  When I press the button itself again, it stops.  This issue is also occurring for the “X-“ button.  In the Incremental Jog, the switches work.



2) "States"
I am trying to figure out how to define certain "states" of a variable.  I have three (3) switches on the control panel for MPG, JOG, and INC JOG.  The functional idea is the following:
  a) If any of the buttons are pressed, turn Jog Mode On
  b) Be able to switch freely between the jog modes.
  c) When the button itself is pressed (e.g. MPG is on and MPG is pressed), it will turn Jog Mode Off.
 
How would I be able to define (and modify) a “State” (e.g., storing a value to see if Jog Mode is On or Off) in brains to be in order to be able to implement this feature?


Thank you

2
General Mach Discussion / Zooming in Mach3Lobe/ViewBrain?
« on: March 14, 2012, 06:39:03 PM »
Hello,

I'm trying to making some brains , however I am having a bit of a hard time navigating through the blocks that were created.  Is there a way to easily zoom in/out or "stretch the columns" in Mach3Lobe and ViewBrain to make things easier to read?

Attached are some examples of what I am seeing:
1) ScreenScroll Mode Off - Mach3Lobe.PNG
I want the size to generally look like this, however the Input blocks on the furthest left gets cut off and also some termination blocks on the furthest right (not shown).  At times I am also unable to scroll to the bottom

2) ScreenScroll Mode On - Mach3Lobe.PNG
Too small to read anything.



Thanks

Pages: 1