Hello!
I have an Flexpendant application for RobotWare 5.14. I would like to use the flexpendant Event log to write my own errors from my application. In the EventLog class I have only seen how to read messages from the Event log, but is it also possible to write my own somehow??
Regards, Micael
There is no such method in FlexPendant SDK. This since the elogs should be RAPID/RobotWare based only.
However with that said, in RAPID you have the errors 80001-80003 which you can raise with your own message. So you could have the FP SDK set a flag to RAPID which then raise one of the custom alarms and they will be entered into the elog etc.