587,625 active members*
3,302 visitors online*
Register for free
Login
IndustryArena Forum > MetalWorking Machines > Okuma > install thinc api ?
Results 1 to 15 of 15

Hybrid View

  1. #1
    Join Date
    Aug 2011
    Posts
    422

    Re: install thinc api ?

    Firstly you must learn to visual basic
    "Imagination is more important than knowledge."

  2. #2
    Join Date
    Jun 2015
    Posts
    4158

    Re: install thinc api ?

    hi / delphi 6 is ok ?
    Ladyhawke - My Delirium, https://www.youtube.com/watch?v=X_bFO1SNRZg

  3. #3
    Join Date
    Aug 2011
    Posts
    422

    Re: install thinc api ?

    This is sample. It shows common variables 1 to 20

    import clr
    import sys
    sys.path.append(r'c:\windows\assembly')
    clr.AddReference('Okuma.CMDATAPI')
    import Okuma.CMDATAPI.DataAPI as datapi
    datapi.CMachine()
    _.Init()
    vars = datapi.CVariables()
    for i in range(1,20):
    print("Var {0} = {1}".format(i,vars.GetCommonVariableValue(i)))
    vars.SetCommonVariableValue(5,555)
    "Imagination is more important than knowledge."

Similar Threads

  1. Okuma Thinc API...
    By old timer okuma in forum Okuma
    Replies: 1
    Last Post: 07-10-2018, 07:45 PM
  2. Un-install & re-install changes Mach3
    By Beefy in forum Mach Software (ArtSoft software)
    Replies: 1
    Last Post: 08-01-2012, 09:01 AM
  3. island machining in IGF/Thinc
    By Okumma in forum Okuma
    Replies: 3
    Last Post: 06-21-2012, 05:47 PM
  4. P200 Thinc Api Integration
    By cncwapner in forum Okuma
    Replies: 3
    Last Post: 12-30-2009, 08:12 PM
  5. EMC Install
    By jhwatts in forum LinuxCNC (formerly EMC2)
    Replies: 9
    Last Post: 01-10-2006, 12:36 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •