Hello Guest it is March 28, 2024, 07:33:29 PM

Author Topic: Servo Fault Monitor  (Read 4020 times)

0 Members and 1 Guest are viewing this topic.

Servo Fault Monitor
« on: May 12, 2008, 05:30:59 PM »
  I am new to brains so forgive my ignorance. I am looking to monitor my servos and output a message as to which axis faulted and stop the system if it should fault out. When i come to my termination I assume i would Send String for my message, I want to display this in the staus line but I dont know the register. Is there any documentation available?I have already watched the videos.

                                                                                                                       

Offline poppabear

*
  • *
  •  2,235 2,235
  • Briceville, TN, USA
    • View Profile
Re: Servo Fault Monitor
« Reply #1 on: May 12, 2008, 09:53:29 PM »
You cant send messages to MACH with the send string, it is only to send strings out to Modbus devices.

BUT, What I did with mine is I used Modbus to interface a PLC with my Servo Drives, and when they fault the fault code is sent to Mach, and the Drive axis. Thus the Macro pump monitors the code, and scrolls the message of the fault in mach.

scott
fun times
Re: Servo Fault Monitor
« Reply #2 on: May 13, 2008, 04:54:16 PM »
Thanks Scott thats a great way to expand I/O and in hindsight would have been cheaper than the upgrade to the Grex.

 So is there anyway to send a message to the status line with a brain?

Offline poppabear

*
  • *
  •  2,235 2,235
  • Briceville, TN, USA
    • View Profile
Re: Servo Fault Monitor
« Reply #3 on: May 14, 2008, 03:11:51 PM »
no, not from Brain directly.
fun times