So far I've learned that the controllers (NCs) on Okuma machine tools are windows based and that anyone can write programs that interface with the machine though what is known as the "THINC_API". Where can I find documentation on this API publicly available?
Asked
Active
Viewed 1,787 times
1 Answers
2
It should be installed along with the API. Look in the start menu under
Start | Programs | Okuma | THINC-API
The screenshot here is of a machining center but if you have a lathe, it should be in the same location too.

AppFzx
- 1,445
- 2
- 14
- 23
-
2The computer I'm working on right now doesn't have the API installed. Any other ideas? – Scott Solmer Jul 18 '13 at 20:28
-
1Right now documentation isn't made available to download by itself. You can contact your distributor or Okuma to get a copy. The API can be installed on a PC but you won't be able to run applications using it. (they'll error out when you try to instantiate the main API object) – AppFzx Jul 18 '13 at 20:31
-
It's available now -> [https://bitbucket.org/okuma/open-api-sdk](https://bitbucket.org/okuma/open-api-sdk) – Scott Solmer May 26 '15 at 16:14
-
1SDK has moved --> https://github.com/OkumaAmerica/Open-API-SDK – Scott Solmer Jul 10 '18 at 18:04