Advanced Search

Search Results (Searched for: )

  • wm56
  • wm56
25 Aug 2024 22:23
Servo HCFA Y7 was created by wm56

Servo HCFA Y7

Category: EtherCAT

 Hi .
I recently purchased HCFA HN-Y7FB040A-S servos. Linuxcnc installation with Ethercat went well, but I don't know what to do next. How to configure it all. I've been working on it for a long time and nothing comes to mind. I'm mainly interested in the .xml file, how to go about it.

I received a configuration file from the manufacturer, but what to do with it next?
I'm new to ethercat. If I don't have a problem configuring mesa or lpt cards, I don't know how to deal with ethercat.
I have a project to complete to build my own machine and I would like to use these servos in it.
Please help. I'll be happy to return the favor.

 

File Attachment:

File Name: HCFA_Y7_Se...1.24.xml
File Size:270 KB
  • besriworld
  • besriworld
25 Aug 2024 20:39
Replied by besriworld on topic Spindle Step/Dir and as C axis one the same Servo

Spindle Step/Dir and as C axis one the same Servo

Category: Basic Configuration

The setting of the Pid regulator seems not good
  • PCW
  • PCW's Avatar
25 Aug 2024 20:26
Replied by PCW on topic Raspberry Pi 4 with Mesa 7c81

Raspberry Pi 4 with Mesa 7c81

Category: Driver Boards

7c81 configuration with 7I77 on P1, MX4660 on P2 and just GPIO on P7:

 

File Attachment:

File Name: 7c81_7i77x...0x1d.zip
File Size:107 KB

 
  • _skinner
  • _skinner
25 Aug 2024 19:29 - 25 Aug 2024 19:38
Replied by _skinner on topic Raspberry Pi 4 with Mesa 7c81

Raspberry Pi 4 with Mesa 7c81

Category: Driver Boards

Currently I'm using that:
freeby.mesanet.com/7c81_mx4660x2d.zip

Can I ask You to make it in way:
P1 = 7i77
P2 = MX4660
P7 = GPIO
if it's not plenty of work?
I'm asking because that will help me with arrange space in cabinet.
Thank You in advance

and in connection with photos above
I manually added config for pncconf for 7c81 and 7i77 and mx4660 but something is wrong in comparision to 5i25 + 7i77:
  i cant find where is mistake, everything looks ok, maybe You know?
 
  • PCW
  • PCW's Avatar
25 Aug 2024 19:09
Replied by PCW on topic Raspberry Pi 4 with Mesa 7c81

Raspberry Pi 4 with Mesa 7c81

Category: Driver Boards

I'm not sure what you are suggesting

What firmware are you using currently?

I would probably make firmware something like

P1 = MX4660
P2 = 7I77
P7 = GPIO
 
  • Masiwood123
  • Masiwood123's Avatar
25 Aug 2024 18:55
Replied by Masiwood123 on topic Spindle Step/Dir and as C axis one the same Servo

Spindle Step/Dir and as C axis one the same Servo

Category: Basic Configuration

do you have a servo driver that can work in two independent modes step/dir (position), and analog input (velocity mode)? take a look at the video, I did it by introducing ``A `` as standard axis for changing the position, and the motor rotates like a classic lathe through the gcode M3 ``S``command by analog signal.
  • PCW
  • PCW's Avatar
25 Aug 2024 18:54 - 25 Aug 2024 18:55

Converting a 7i76e config to 7c81/7i76 pair

Category: General LinuxCNC Questions

A bad 40 pin cable would cause different types of errors
(the 7C81 itself would cause errors)

Might be bad 7C81, bad 7I76, or bad 26 pin cable.
mis-jumpering is unlikely to cause damage.

Do the 7I76 step/dir outputs work? That would be a quick test
of the firmware, cable, 7C81 and 7I76
 
  • PCW
  • PCW's Avatar
25 Aug 2024 18:46

Editing Bitfile on 7i97t for extra smart serial connections

Category: Driver Boards

Ahh I messed up there my apologies.
 

I also had forgotten about the pin file options and that most of the
newer ones show daughterboard pinouts. I only noticed when I looked
at the actual distributed files.

The difference is this:

mesaflash --device 7I97t --addr [card_ip_address] --readhmid > 7i97t.pin

mesaflash --device 7I97t --addr [card_ip_address] --dbname3 7i85 --readhmid > 7i97t.pin
  • acondit
  • acondit
25 Aug 2024 18:46
Replied by acondit on topic Converting a 7i76e config to 7c81/7i76 pair

Converting a 7i76e config to 7c81/7i76 pair

Category: General LinuxCNC Questions

I edited num_encoder to be 1.
I just used pncconfig to create a new 5i25 file set and then made the changes for the 7c81.
I am still getting the error message on "hm2_7c81.0.7i76.0.0.output-00" that this pin doesn't exist.
I think I will order a new 40 pin cable to see if that fixes the problem.
Is it possible that the 7i76 could have been damaged when the power jumper was misconfigured?
The other thing that I could try would be to take the 5i25 files over to my machine that actually has a 5i25/7i76 pair and see if it will load there.
If I sent you the .ini file and the .hal file could you see if there is anything obviously wrong?
  • Aciera
  • Aciera's Avatar
25 Aug 2024 18:44 - 25 Aug 2024 18:47
Replied by Aciera on topic İnstall glade

İnstall glade

Category: Gmoccapy

Shouldn't be much different from a hal_button,
open panel in glade add 'HAL_ToggleButton' and assign some ID (eg 'hal_togglebutton1') to it, save
Start config, open 'Halshow' and the pin should be visible as 'testpanel.hal_togglebutton1'
  • Cant do this anymore bye all
  • Cant do this anymore bye all's Avatar
25 Aug 2024 18:23
Replied by Cant do this anymore bye all on topic Editing Bitfile on 7i97t for extra smart serial connections

Editing Bitfile on 7i97t for extra smart serial connections

Category: Driver Boards

Ahh I messed up there my apologies.
  • _skinner
  • _skinner
25 Aug 2024 18:18 - 25 Aug 2024 18:26
Replied by _skinner on topic Raspberry Pi 4 with Mesa 7c81

Raspberry Pi 4 with Mesa 7c81

Category: Driver Boards

I'll appreciate it. I'd like to connect via P1 because i leave it for encoders in future and time has come (based on other users experience). I already use P2 and P7 for communication with mx4660.I've tried to add configuration to pncconf but TXEN2 TXDATA2 and RXDATA2 don't want appear, do someone know what I'm doing wrong?

Thats what inside file:
    ['7c81-Internal Data', '7c81', '7i77 + MX4660X2', '7c81', 'hm2_rpspi',
         7,3, 0,0, 1,1, 0,0, 4,2, 1,2,[],0,0,0,0,0,0,0, 1, 57, 100, 200,[1,2,7],
        # TAB 1
        [S.TXEN2,0],[S.TXDATA2,0],[S.RXDATA2,0],[S.SS7I77M1,0],[S.RXDATA1,0],[S.SS7I77M0,0],[S.RXDATA0,0],[S.MXES,0],[S.MXE0,0],[S.MXE1,0],
        [S.MXEI,0],[S.MXE0,1],[S.MXE1,1],[S.MXEI,1],[S.MXE0,2],[S.MXE1,2],[S.MXEI,2],
        [S.NUSED,0],[S.NUSED,0],[S.NUSED,0],[S.NUSED,0],[S.NUSED,0],[S.NUSED,0],[S.NUSED,0],
        # TAB 2
        [S.GPIOI,0],[S.PWMP,0],[S.STEPA,0],[S.GPIOI,0],[S.STEPB,0],[S.STEPA,4],[S.STEPA,1],[S.GPIOI,0],[S.STEPB,1],[S.STEPA,2],
        [S.STEPB,2],[S.STEPA,3],[S.STEPB,3],[S.ENCA,7],[S.ENCB,7],[S.ENCI,7],[S.GPIOI,0],
        [S.NUSED,0],[S.NUSED,0],[S.NUSED,0],[S.NUSED,0],[S.NUSED,0],[S.NUSED,0],[S.NUSED,0],
        # TAB 7
        [S.GPIOI,0],[S.GPIOI,0],[S.GPIOI,0],[S.GPIOI,0],[S.GPIOI,0],[S.GPIOI,0],[S.GPIOI,0],[S.GPIOI,0],[S.GPIOI,0],[S.GPIOI,0],
        [S.GPIOI,0],[S.GPIOI,0],[S.GPIOI,0],[S.GPIOI,0],[S.GPIOI,0],[S.GPIOI,0],[S.GPIOI,0],
        [S.NUSED,0],[S.NUSED,0],[S.NUSED,0],[S.NUSED,0],[S.NUSED,0],[S.NUSED,0],[S.NUSED,0],
    # TAB 5
    [S.TXDATA0,0],[S.TXEN0,0],[S.RXDATA0,0],[S.NUSED,0],
        [S.NUSED,0],[S.NUSED,0],[S.NUSED,0],[S.NUSED,0],[S.NUSED,0],[S.NUSED,0],[S.NUSED,0], [S.NUSED,0],[S.NUSED,0],[S.NUSED,0],
        [S.NUSED,0],[S.NUSED,0],[S.NUSED,0],[S.NUSED,0],[S.NUSED,0],[S.NUSED,0],[S.NUSED,0], [S.NUSED,0],[S.NUSED,0],[S.NUSED,0],
    # TAB 6
    [S.TXDATA1,0],[S.TXEN1,0],[S.RXDATA1,0],[S.NUSED,0],
        [S.NUSED,0],[S.NUSED,0],[S.NUSED,0],[S.NUSED,0],[S.NUSED,0],[S.NUSED,0],[S.NUSED,0], [S.NUSED,0],[S.NUSED,0],[S.NUSED,0],
        [S.NUSED,0],[S.NUSED,0],[S.NUSED,0],[S.NUSED,0],[S.NUSED,0],[S.NUSED,0],[S.NUSED,0], [S.NUSED,0],[S.NUSED,0],[S.NUSED,0],],

 
  • Moutomation
  • Moutomation
25 Aug 2024 17:51
Replied by Moutomation on topic İnstall glade

İnstall glade

Category: Gmoccapy

This is great now. I'm using the test panel you sent. I can see the normal buttons in Hallshow. However, Toogle buttons are not visible in Hallshow. Can you teach me this too?
  • besriworld
  • besriworld
25 Aug 2024 17:47
Replied by besriworld on topic Amplifier Fault ECT60 Closed Loop

Amplifier Fault ECT60 Closed Loop

Category: EtherCAT

"MAX_ACCELERATION = 5000 "


try with less acceleration ...
Displaying 21976 - 21990 out of 25341 results.
Time to create page: 0.758 seconds
Powered by Kunena Forum