30 July 2013 1900 PM GMT +1 Clarify 2891531 MC95 OEM 41 Ian Hatton requests following:
One of our customers requires the ability to programmatically export the RTLog on a MC9500 i.e. they want to call a utility on the MC which will immediately write out the logfile rather than have the user press F6. Can you confirm how this can be done (emScript will do this periodically so there is a method available to make the logfile export)?
Can an customer have access to the API Call into RTlog function on MPA devices ?
MC95 OEM 41 RTLog - programmatic export// Expert user has replied. |
5 Replies
yep. MIL here. Comfirming that ExportLog APp does not work on any MPA 2.0 devices. F9 and Export button from RTLog Manager works. Working to fix the issue. SPR is welcomed.
Hello Hollywood i created SRP 24415 to have you work on. thanks
The way emscript does this is different, but for a one time programmatic export, they should just execute RTLogExport from their application using apis such as CreateProcess or ShellExecuteEx.
Dave, We had tried using calling RTLogExport.exe directly but it does not create a log on the 9500 which is why we were looking for another method of generating the log. can you possibly verify how this can be done in code ?
MIL any Ideas here ?