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.
Elog domain working on VC but not on RC?!
Hello there,
the following code is working on VIRC5, but not on the real one. The errormessage is not shown on the RC. Any ideas why ??
thanks and best regards
Ren?
bool ITpsViewSetup.Install(object sender,object data)
{
// TODO: Add TpsViewRapidEvent.Install implementation
myController = new Controller();
myLog = myController.EventLog;
myLog.MessageWritten+=new ABB.Robotics.Controllers.EventLogDomain.MessageWrittenEventHandler(myLog_MessageWritten);
return false;
}
private void myLog_MessageWritten(object sender, ABB.Robotics.Controllers.EventLogDomain.MessageWrittenEventArgs e)
{
if (myHandler == null)
this.myHandler +=new System.EventHandler(UpdateUI);
this.Invoke(myHandler, sender, e);
}
private void UpdateUI(object sender, EventArgs e)
{
ABB.Robotics.Controllers.EventLogDomain.MessageWrittenEventArgs ex = (ABB.Robotics.Controllers.EventLogDomain.MessageWrittenEventArgs) e;
this.label1.Text = ex.Message.Title.ToString();
}
Comments
-
Hi there,
just for informaion: The issue mentioned above was due to a bug in 5.06.01. It has been fixed in 5.06.02. The code above is working fine now.
BR
Ren?
0
Categories
- All Categories
- 5.7K RobotStudio
- 402 UpFeed
- 21 Tutorials
- 16 RobotApps
- 307 PowerPacs
- 407 RobotStudio S4
- 1.8K Developer Tools
- 251 ScreenMaker
- 2.9K Robot Controller
- 368 IRC5
- 92 OmniCore
- 8 RCS (Realistic Controller Simulation)
- 859 RAPID Programming
- 43 AppStudio
- 4 RobotStudio AR Viewer
- 19 Wizard Easy Programming
- 111 Collaborative Robots
- 5 Job listings