Advanced Search

Search Results (Searched for: 7i76e)

14 Nov 2024 19:12 - 15 Nov 2024 20:48

solved: TB6 Inputs missing in MESA 7i95T

Category: Driver Boards

Hi,I have refurbished an older ISEL Gantry CNC with a MESA 7i95T. (Only because 7i76ed was Out of stock..)All is working fine, exept one little detail:I can not find any of the Inputs in the hal, that are connected to TB6.
I have flashed the 1_pktv2 Firmware, to use RS485/Modbus with my frequency converter for the spindle. When I check the board with halrun, everything works fine. Exept, that I do not have any Inputs at TB6 listed.
The LEDs light up. So physically everything should be fine.

photos.app.goo.gl/H1fraX8DV1ccoN6j9
photos.app.goo.gl/62hDPX6Bzrdr1kGS7

Any Idea where I would find them? Is there anything else that needs to be configured?

Thanks a lot!

Cheers
Jan
14 Nov 2024 12:51

How to build a spaceship with Linuxcnc and a Mesa 7i76e

Category: Basic Configuration

Rodw

Thank you just what I needed.

I appreciate your time in creating this.

Cheers
13 Nov 2024 16:00

Mesa, Linuxcnc with step direction servo's for axis and analog servo spindle.

Category: Basic Configuration

That's analog servo (7I77) setup
if you make a (different name!) pncconf configuration for a 7I76E
it will make a step/dir setup as an example
13 Nov 2024 14:41

Mesa, Linuxcnc with step direction servo's for axis and analog servo spindle.

Category: Basic Configuration

This is what my hal shows for one of my axis servos, should be stp/dir. Does this look like a step/dir or analog code.

#*******************
# AXIS X JOINT 0
#*******************

setp pid.x.Pgain [JOINT_0]P
setp pid.x.Igain [JOINT_0]I
setp pid.x.Dgain [JOINT_0]D
setp pid.x.bias [JOINT_0]BIAS
setp pid.x.FF0 [JOINT_0]FF0
setp pid.x.FF1 [JOINT_0]FF1
setp pid.x.FF2 [JOINT_0]FF2
setp pid.x.deadband [JOINT_0]DEADBAND
setp pid.x.maxoutput [JOINT_0]MAX_OUTPUT
setp pid.x.error-previous-target true
# This setting is to limit bogus stepgen
# velocity corrections caused by position
# feedback sample time jitter.
setp pid.x.maxerror 0.000500

net x-index-enable <=> pid.x.index-enable
net x-enable => pid.x.enable
net x-pos-cmd => pid.x.command
net x-pos-fb => pid.x.feedback
net x-output <= pid.x.output

# ---PWM Generator signals/setup---

setp hm2_7i76e.0.7i77.0.3.analogout1-scalemax [JOINT_0]OUTPUT_SCALE
setp hm2_7i76e.0.7i77.0.3.analogout1-minlim [JOINT_0]OUTPUT_MIN_LIMIT
setp hm2_7i76e.0.7i77.0.3.analogout1-maxlim [JOINT_0]OUTPUT_MAX_LIMIT

net x-output => hm2_7i76e.0.7i77.0.3.analogout0
net x-pos-cmd joint.0.motor-pos-cmd
net x-enable joint.0.amp-enable-out
# enable _all_ sserial pwmgens
net x-enable hm2_7i76e.0.7i77.0.3.analogena

# ---Encoder feedback signals/setup---

#setp hm2_7i76e.0.encoder.01.counter-mode 0
#setp hm2_7i76e.0.encoder.01.filter 1
#setp hm2_7i76e.0.encoder.01.index-invert 0
#setp hm2_7i76e.0.encoder.01.index-mask 0
#setp hm2_7i76e.0.encoder.01.index-mask-invert 0
#setp hm2_7i76e.0.encoder.01.scale [JOINT_0]ENCODER_SCALE

net x-pos-fb <= hm2_7i76e.0.encoder.01.position
net x-vel-fb <= hm2_7i76e.0.encoder.01.velocity
net x-pos-fb => joint.0.motor-pos-fb
net x-index-enable joint.0.index-enable <=> hm2_7i76e.0.encoder.01.index-enable
net x-pos-rawcounts <= hm2_7i76e.0.encoder.01.rawcounts

# ---setup home / limit switch signals---

net x-home-sw => joint.0.home-sw-in
net x-neg-limit => joint.0.neg-lim-sw-in
net x-pos-limit => joint.0.pos-lim-sw-in
12 Nov 2024 22:37

Mesa, Linuxcnc with step direction servo's for axis and analog servo spindle.

Category: Basic Configuration

pncconf can setup step/dir and analog servo systems (they end up being very similar at the hal level)

That is, if you select a 7I76E in pnconf, the axis/joint setup is all step/dir as a 7I76E by
itself only supports step/dir motion.

If you setup say a 7I92+7I77 configuration, it will setup an analog servo system
12 Nov 2024 16:11

Mesa, Linuxcnc with step direction servo's for axis and analog servo spindle.

Category: Basic Configuration

Not sure what the easiest path is here but I see a couple options:

1. With pncconf, make a normal step/dir 7I76E configuration and a normal 7I77 configuration and merge them

2. Use pncconfs discover option
12 Nov 2024 15:57

Mesa, Linuxcnc with step direction servo's for axis and analog servo spindle.

Category: Basic Configuration

now that we have checked my firmware, how do I blend my hal file for the step and direction on the 7i76e
12 Nov 2024 05:03

Fanuc Serial Pulse Coders - Red cap servos, mesa 7i76e, how to?

Category: Driver Boards

That would be great, thank you. 

I’ll promptly flash my board and run some tests once that’s done. 
12 Nov 2024 03:21

Fanuc Serial Pulse Coders - Red cap servos, mesa 7i76e, how to?

Category: Driver Boards

OK that's probably supported.

When I get a chance I can make firmware for a 7I76E with one Fanuc
channel on the serial expansion port for testing. I seems that that's a 1M
CPR encoder.
12 Nov 2024 03:02 - 13 Nov 2024 22:26

Fanuc Serial Pulse Coders - Red cap servos, mesa 7i76e, how to?

Category: Driver Boards

Yes, it’s 4 wire - here’s a section of the schematic that labels the wires: 

 

Labels read: SPD, *SPD, SPQR, *SPQR. 

Earlier today I plugged those four wires on the live tool motor into the encoder input on the ultra3000 drive with 4.7k pull-ups to 5v thinking it was an incremental pulse coder… I’m hoping that didn’t cause damage 
12 Nov 2024 02:14

Fanuc Serial Pulse Coders - Red cap servos, mesa 7i76e, how to?

Category: Driver Boards

Hostmot2 has support for the older RS-422 (4 wire = req/data) Fanuc pulsecoders
Can you find the pinout of your encoders?
12 Nov 2024 02:02 - 18 Nov 2024 01:26

Fanuc Serial Pulse Coders - Red cap servos, mesa 7i76e, how to?

Category: Driver Boards

Hello, 

I am working with an early 90s (installed 1992) Hardinge Conquest Model CS-51. I have installed Allen-bradley Ultra3000 drives for the Fanuc red-cap servos (10s, 10s, 5s, 20s models). Today in testing I realized that the encoders are "PULSE CODER SERIAL C" type. Specifics: PART NUMBER: A290-0561-V571, (A860-0350-T011) on two of the motors, I haven't popped the cap off on the others. 



Currently I have wired in a MESA 7i76e to control this machine, what would be the most cost effective way to read these encoders? I would really like to not have to replace the encoders. 

I also have a MESA 7i97 available if that makes it easier, and the Ultra3000s can take analog input or step/dir so either card would work in this setup - it just depends if either can directly interpret the serial encoder information... My research is falling short, maybe someone can point me in the right direction. 

I'm aware of the Pico systems stuff, but thats another 600USD + (for the 4 servos: x z turret & live tool) to get the job done, while there seems to be some [of the encoders from the serial pulse coder line] that mesa cards and parallel ports can read direct.

Any help would be much appreciated!
11 Nov 2024 16:12

Mesa, Linuxcnc with step direction servo's for axis and analog servo spindle.

Category: Basic Configuration

The 7I64 could be connected to either the 7I76E or 7I77

(it would be channel 1 on the 7I76E or channel 4 on the 7I77)
Displaying 31 - 45 out of 568 results.
Time to create page: 0.559 seconds
Powered by Kunena Forum