I developed a application with C#, it runs ok with most of the robots.While when I want to read the Eventlog from a 6700 robot which provide to Volkswagen.The applicatoin throws an error like this: ![]()
System.ArgumentException: —> System.ArgumentException: Cannot parse input: _VW
at RobotStudio.Services.RobApi.Internal.Unpack.UnpackProperties(String str)
at RobotStudio.Services.RobApi.RobEventLog.ParseMessage(String str)
at RobotStudio.Services.RobApi.RobEventLog.<>c__DisplayClass5_0.b__1(String s)
at RobotStudio.Services.RobApi.Internal.CollectionHelper1.<>c__DisplayClass0_0.<GetItems>b__0(TaskCompletionSource1 tcs, List1 _) at RobotStudio.Services.RobApi.Internal.TaskUtils.<>c__DisplayClass0_01.b__0()
at Adapters.EventLog.GetMessages(Int32 startSequenceNumber)
at Internal.EventLog.UpdateInternalLog(Int32 domainId)
at Internal.EventLog.UpdateMessages(Int32 category, LinkedList`1 dest)
at ABB.Robotics.Controllers.EventLogDomain.EventLogCategory.get_Messages()
at ABBmsg.ABBmsgcollect.entrance(Object systemid)
Hope someone can help ,really appreciate.
