Forum Migration Notice
Update (2026-01-21): The user forums are now in read-only mode pending the data migration.

Update (2026-01-12): The user forums will be put into read-only mode on the 21st of January, 00:00 CET, to prepare for the data migration.

We're transitioning to a more modern community platform by beginning of next year. Learn about the upcoming changes and what to expect.

SearchL with No Sensor

Is there a way to use the SearchL command without a sensor.  I would like to monitor servo feedback and use that as the trigger rather than a sensor.

Answers

  • I've done something similar before. If you have Multitasking you can create a background task that sets a virtual output. Cross connect that output to a virtual input and use the input in your SearchL.
    -----------------
    David
    Swedish freelance ABB robot programmer
  • Hi David,

    Thanks for the response.  What is the feedback coming from that we set the virtual output with?  Is there a servo feedback variable that I can look at?
  • I thought you had an external servo. If you mean you want to monitor a robot axis you could read the current torque of an axis with function GetMotorTorque().
    -----------------
    David
    Swedish freelance ABB robot programmer
  • Perfect!  Thank you for the help!!  I’ll give it a try.