RobotStudio event

Get system name via RAPID

Options
Hi,
i'm doing a Rapid program that tracks robot usage during the day. To accomplish this i write into a logfile a line with the information i need. I'm able to get almost all the informations i need, except the controller name. How this can be found ? 

Comments

  • jmf
    Options
    Write iodev,(Your Var here)+GetSysInfo(\SystemName)
  • e_tip
    Options
    Thanks, i was almost there, found GetSysInfo but unable to find the path of the information.