News:

  • August 14, 2026, 10:53:14 AM

Login with username, password and session length

Author Topic: brx with gs-edrv100  (Read 14241 times)

maciek

  • Sr. Member
  • ****
  • Posts: 95
brx with gs-edrv100
« on: February 21, 2020, 11:09:47 PM »
i am using gs2 drive with gs edrv100 and brx , i am trying to jog the motor using plc and The GS EDrive Register Write (GSREGWR) instruction not the digital inputs
sounds like it should be somewhat easy

franji1

  • Bit Weenie
  • Host Moderator
  • Hero Member
  • *****
  • Posts: 3843
    • Host Engineering
Re: brx with gs-edrv100
« Reply #1 on: February 22, 2020, 12:39:32 PM »
Have you set up your Ethernet I/O for the GSEDRV100?  That is done in the System Configuration.

maciek

  • Sr. Member
  • ****
  • Posts: 95
Re: brx with gs-edrv100
« Reply #2 on: February 22, 2020, 01:51:21 PM »
yes i did and i can run it stop it change frequency or direction but i do not see option of jogging.

maciek

  • Sr. Member
  • ****
  • Posts: 95
Re: brx with gs-edrv100
« Reply #3 on: February 24, 2020, 07:38:15 PM »
any ideas

franji1

  • Bit Weenie
  • Host Moderator
  • Hero Member
  • *****
  • Posts: 3843
    • Host Engineering
Re: brx with gs-edrv100
« Reply #4 on: February 24, 2020, 07:59:36 PM »
Sadly, I'm not a drive's guy, but I understand how to set it up for Ethernet I/O slave (similar to DMIO/EBC100).  Hence, a drive person will need to answer about the specific mechanism for doing a "jog" command.

maciek

  • Sr. Member
  • ****
  • Posts: 95
Re: brx with gs-edrv100
« Reply #5 on: February 24, 2020, 08:36:47 PM »
thanks anyway

davidbgtx

  • Hero Member
  • *****
  • Posts: 215
  • Host be the Most
Re: brx with gs-edrv100
« Reply #6 on: February 25, 2020, 07:34:27 AM »
I just send run command to drive and a low frequency reference to jog

BobO

  • Host Moderator
  • Hero Member
  • *****
  • Posts: 6170
  • Yes Pinky, Do-more will control the world!
Re: brx with gs-edrv100
« Reply #7 on: February 25, 2020, 08:53:48 AM »
I just send run command to drive and a low frequency reference to jog

This. That's all the axis jog command is...low speed velocity move.
"It has recently come to our attention that users spend 95% of their time using 5% of the available features. That might be relevant." -BobO

franji1

  • Bit Weenie
  • Host Moderator
  • Hero Member
  • *****
  • Posts: 3843
    • Host Engineering
Re: brx with gs-edrv100
« Reply #8 on: February 25, 2020, 10:01:34 AM »
See the attached screen shot of highlighted structure members.  You typically just look at/set these structure members as you would any variable from your ladder logic.  The Do-more Ethernet I/O driver takes care of reading/writing those to the proper registers in the GS drive.

If you need to set/read something other than those, use the GSREGRD/GSREGWR (e.g. Accel S-Curve value in P1.03).

Greg

  • HostTech
  • Host Moderator
  • Hero Member
  • *****
  • Posts: 702
  • Hmmm...
    • Host Engineering, Inc.
Re: brx with gs-edrv100
« Reply #9 on: February 25, 2020, 12:14:24 PM »
i am using gs2 drive with gs edrv100 and brx , i am trying to jog the motor using plc and The GS EDrive Register Write (GSREGWR) instruction not the digital inputs
sounds like it should be somewhat easy

I'm not much of a drives guy, but I play one on TV. However, officially, the GS-drive has a Jog-speed setting (P5.00) you could set with GSREGWR. And then the Serial Jog Command (P9.31 = 1). Is that what you are talking about?
There are two types of people in the world; those that can extrapolate from incomplete data sets.