Hello Guest it is April 18, 2024, 01:41:09 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.


Topics - marc1b

Pages: 1 2 »
1
Mach4 General Discussion / Script editor strange behavior - or is it me?
« on: February 28, 2020, 02:25:19 PM »
I'm trying to edit my ScreenScript.lua - the below function appears to be missing the declaration for inst and I get a nil error every time the function is called

No problem, I insert the missing line. The editor won't let me save the file, access is denied. So I do a "save as", exit and rename the file.

I check it to make sure my changes are there.

Then I open Mach and to my surprise if I view the screen script the change is not there. If I exit Mach and edit the file again sure enough it is gone.

I must be missing something

function GetFixOffsetVars() 
        local FixOffset = mc.mcCntlGetPoundVar(inst, 4014)
        FixOffset = FixOffset * 10
        local PoundVarX = 5221
        if (FixOffset < 7) then
            PoundVarX = 5221 + ((FixOffset - 1) * 20)
        else
            PoundVarX = 7001 + ((FixOffset - 7) * 20)
        end
        PoundVarY = PoundVarX + 1
        PoundVarZ = PoundVarX + 2
        return PoundVarX, PoundVarY, PoundVarZ
    end

2
HiCON Motion Controller / 7736 and Mach 4
« on: April 22, 2019, 08:43:14 PM »
I am upgrading my Mach 3 (originally installed in 2014) with an Integra to Mach 4 and so far no joy on spindle and axis. I have the limit switches and outputs for coolant, etc working fine. In the diagnostics I do see the motors are enabled when the drives are. But there is no movement.

I have downloaded and installed the latest plugin & firmware (2.03.07)

The current Integra manual shows a 7737 encoder board and I have a 7736. Is this going to work for me? If so what is the mapping as to the drives and encoders?

Thanks!!

3
HiCON Motion Controller / No motion after Hicon Integra update - Mach3
« on: April 22, 2019, 11:58:35 AM »
In the process of chasing down a problem with interpolating a circle I updated the firmware to 3.26b and .xsvf to IntegraFPGA_7E7B

Integra 7766 & 7737 ,  Maxsine drives & motors

Aside from the circle error everything was fine before the updates. I am embarrassed to say that I didn't make a record of the motor settings in the Hicon plug in and I am pretty sure that is where my problem is. What should the index & output be for 3 axis?

4
I just need to get pointed in the right direction -


I have a Bridgeport Series 2 with air assist on Z axis. If we turn the air off over night and forget to lock the knee the Z will wind up at the bottom of it's travel below the limit and homing switches.

So I want to have the homing routine look at the current position variable, add to it and make a small move to get it above the switches.

Thanks!

5
HiCON Motion Controller / Motors won't sit still
« on: January 31, 2018, 11:51:47 AM »
I have been running my Mach3/Intergra (closed loop option) machine for a few years no problem with Maxsine drives & servos. A drive recently failed and I changed drives to the next larger model (TL10F to TL15F) which required setting parameters and  re-tuning the drives. So I got that all done and everything mostly works.

However when Mach is running the DRO's for X & Y are bouncing around by .0001 or so. There is a monitor utility in the Maxsine software that confirms the motors are actually moving. If I kill Mach the movement stops. I'm trying to figure out what I missed.

Thanks for any input!

6
General Mach Discussion / Machine loses position on first load of Mach3
« on: August 30, 2014, 10:23:47 AM »
Not sure exactly how to describe the subject

We just completed a refit of our Series 2 Bridgeport using a Hicon motion controller, servos and drivers. All that stuff works great.

We are not homing the machine currently or using any offsets currently, we just move the machine to where we want X, Y & Z 0 then click the Zero x, y & z buttons.

Next we load a program and run it.

We found out the hard way that the first time the program is run the axis 0 positions have somehow changed. If we re-zero it and run again it is fine. It's also fine if we load and run a different program. It is fine all day, the only time it does this is if we close Mach and restart it.

Something tells me it is related to not homing the machine.

7
Brains Development / Just a little beginners help with brains
« on: August 20, 2014, 06:20:12 PM »
New to brains, just need a little push to get started.

I want to set the pulley from an input. I currently have


Input3 - compare=0 - formula = 1 - dro current pulley
Input3 - compare=1 - formula = 2 - dro current pulley


I change the input and nothing happens. Is this the right approach? I swear just point me in the right direction and I will figure it out from there!

8
HiCON Motion Controller / Charge pump
« on: August 11, 2014, 05:20:55 PM »
How can I implement the charge pump or watch dog?

9
Galil / Help with general inputs
« on: June 10, 2014, 07:38:24 PM »
I currently have a number of switches hooked to my Galil DMC 1850 inputs 5,6,7 & 8 on the second ICM.  There is a pendant that I got with my Camsoft that is hooked to the first ICM and for now I want to leave it there.
 
So I want to hook the switched to the Mach inputs 1-4.  It looks like the terminals on the Galil board ICM1900 are 61-64, but this is board/connector #2. So I am thinking that is actually inputs 9-16, yes?  What do I use for the pins in Mach?


10
I had everything working nicely with the demo, so I purchased the license. After adding the license now I get a time out error on the controller. Any ideas?

Pages: 1 2 »