Abu-Hafss
@abuhafss
Member
Joined: 2019-11-05 1:57 pm
Last seen: 2021-06-01 8:14 am
Topics: 3 / Replies: 22
Reply
RE: Stepper or Servo Motor???

I opted to try this 3-phase stepper. Below is the schematic of the simple Stepper Controlling Module built around Arduino Nano. a) A 6-pole se...

3 years ago
Forum
Reply
RE: Big Stepper - speed issue

Just now, I checked the specs. of controller MA860H which has been used in the video shown in the article. The specs. shows that, that controller also...

3 years ago
Reply
RE: Big Stepper - speed issue

@frogandtoad As I mentioned in the my first post, I am using the code (available in the article published in this website) just to check the maximum...

4 years ago
Reply
RE: Big Stepper - speed issue

@frogandtoad Here is the code for your better understanding: // Define pinsint reverseSwitch = 2; // Push button for reverseint driverPUL = 7; ...

4 years ago
Reply
RE: Big Stepper - speed issue

@frogandtoad Probably, you haven't watched the video in that article. The code does not uses the analogWrite command, instead it manually generate...

4 years ago
Reply
RE: Big Stepper - speed issue

I just found a manual for the controller. The first thing mentioned in the manual is: "This driver will not provide one to one stepping ie. (200 s...

4 years ago
Topic
Replies: 8
Views: 1150
Reply
RE: Stepper or Servo Motor???

Here is the manual for IS500. The MODBUS communication section starts at page 192. The drive was installed in old, custom designed machine. And I do...

4 years ago
Forum
Reply
RE: Stepper or Servo Motor???

@triform Firstly, my model is IS500 which has two 8-pin round connectors (instead of RJ45) for CN3 and CN4. Yes, RS485 communication module compat...

4 years ago
Forum
Reply
RE: Stepper or Servo Motor???

The controller is Inovance IS500P (Chinese).IS500 Series is an AC servodrive developed by Inovance Technology Co., Ltd. It has the following featur...

4 years ago
Forum
Reply
RE: Stepper or Servo Motor???

Finally, I decided to go for Servo Motor. But unfortunately, I have absolutely no experience of PLCs and I could not find any tip regarding using AC s...

4 years ago
Forum
Reply
RE: Stepper or Servo Motor???

@frogandtoad Ah yes, a cheaper closed loop hybrid stepper would be a much better choice. 🙂

4 years ago
Forum
Reply
RE: Stepper or Servo Motor???

Yes, you can say it's a strip feeder system installed on a power press. The PLC is controlling the feeder and the stroke of the press. What I conclude...

4 years ago
Forum
Reply
RE: Stepper or Servo Motor???

Thanks for the great tip but I am afraid such rugged products are not available in my area, not even supplied by the local online stores. I have watch...

4 years ago
Forum
Reply
RE: Stepper or Servo Motor???

Yes, that machine is PLC controlled. I want to replicate it using Arduino since the motor controlling steps are not very complex. It does not need pos...

4 years ago
Forum
Page 1 / 2