Author Topic: Servo motor  (Read 6792 times)

george1

  • Newbie
  • Posts: 14
  • I love YaBB 1G - SP1!
    • View Profile
Servo motor
« on: July 21, 2003, 07:55:53 AM »
Hi,
   I was recently talking to several servo motor manufacturers.  They both told me I can communicate with their amplifier or controller if my plc can put out 10 volts and/or communicate through RS 485.  Now the voltage through the RS 485 should be also 10 volts powering it?

Also,  how do I communicate through the RS485? Do I make a custom funcition by including the command functions readmos, writebus and print.

Also, do i need to connect my plc to the modem of the computer to be able to communicate through the internet or just by connecting to the RS 232 port is enough?
thank you so much
john
« Last Edit: December 31, 1969, 04:00:00 PM by 1076562000 »

support

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3171
    • View Profile
    • Internet Programmable PLCs
Re: Servo motor
« Reply #1 on: July 21, 2003, 08:38:50 AM »
1) Output 10 volts mean that the PLC has to have analog output 0-10V. Only the T100MD1616+ has an analog output that can drive 0-10V load.

2) RS485 is communication interface and has nothing to do with the analog output. RS485 does not need 10V output. All our M-series PLC have RS485 so any model can use this method to interface to the servo motor.

3) You need to get the servo motor's communication protocol and then write a custom function to output the needed command strings to talk to the SERVO motor. Most likely you will use the NETCMD$ command to talk to the servo motor controller. There are other command available to talk to 3rd party devices: PRINT #, INPUT$, ?INCOMM, OUTCOMM.

4) You cannot use READMODBUS or WRITEMODBUS commands unless your servo motor support the MODBUS protocols.

5) There is no need to connect the PLC to the PC's modem. You just need a serial cable between the PLC and the PC. The PC will need to run the TLServer and have an internet connection. The PC's internet connection can be by any method (dialup, LAN, Wifi. whatever). Once the PC is connected to the internet the PLC become accessible by TRiLOGI client via the Internet.
« Last Edit: December 31, 1969, 04:00:07 PM by -1 »
Email: support@triplc.com
Tel: 1-877-TRI-PLCS

george1

  • Newbie
  • Posts: 14
  • I love YaBB 1G - SP1!
    • View Profile
Re: Servo motor
« Reply #2 on: July 21, 2003, 08:49:31 PM »
thank you so much for the clarification
« Last Edit: December 31, 1969, 04:00:00 PM by 1076562000 »