focas2.log is a Linux only log from the Fanuc library. We have no control over it.
public static extern short cnc_startupprocess(long level, string filename);
I see. But could you not catch the output prior to writing it to file? I know, this is not that important, but it’s nice to have. wink
It looks like it would be helpful for reversing the protocol on the wire.
Indeed it would be useful for that. :wink:
Originally posted by @tukusejssirs in https://github.com/Ladder99/fanuc-driver/issues/4#issuecomment-864390147