Forum
Forum Navigation
Post History: Mattia Donnini
Is there a method to understand how long the program has been running on the machine using FOCAS2?In: Getting Program running time using FOCAS2
3 years ago
Thanks Versex! I solved it using cnc_rdparam3 as follows:
Focas1.IODBPSD data = new Focas1.IODBPS …In: Getting Part Count from FOCAS2
3 years ago
Is there a way to get part counts via the following method or another?
cnc_rdmacroinfo()In: Getting Part Count from FOCAS2
3 years ago
Hi Versex,
it works perfectly now, i call the method like this:
char[] path = new char[255];
…In: Using cnc_exeprgname2() to retrieve program path on C# Console Application
3 years ago