584,841 active members*
4,608 visitors online*
Register for free
Login
Results 1 to 4 of 4
  1. #1
    Join Date
    Jul 2019
    Posts
    2

    Get data from iTNC530

    Hello

    I'm new to use iTNC530 and I need some help.
    I want to get the Axis data from iTNC530 with the CSharp program.
    I already import the HeidenhainDNCLib in Csharp.
    Now my program can connect with iTNC530,while I still can't get the Axis data.
    I use the function GetAxesInfo() in the Heidenhain DNC Componment manaul.
    It doesn't work,because my IJHConfiguration property is null.

    The code is like
    public HeidenhainDNCLib.IJHAxisInfoList jHAxisInfo;
    public HeidenhainDNCLib.JHConfiguration JHConfiguration { get; set; }

    public void GetData()
    {
    JHConfiguration = new HeidenhainDNCLib.JHConfiguration();
    jHAxisInfo = JHConfiguration.GetAxesInfo();
    }

    Can you give me some tip to solve this problem?

    Thanks for your help !!
    Sorry for typing English because my Deutsch is not good.

    Best Regards

  2. #2
    Join Date
    Apr 2005
    Posts
    38

    Re: Get data from iTNC530

    Hi,

    i try to develop an app with vb.net. I read about your request for help with the connection to heidenhain 530 control to get
    axis infos.

    Did you made it? Do you have an complete example projekt for me that could help me with getting infos from the machines over network?

    Thanks in advanced

  3. #3
    Join Date
    May 2021
    Posts
    25
    Quote Originally Posted by merlin21 View Post
    Hi,

    i try to develop an app with vb.net. I read about your request for help with the connection to heidenhain 530 control to get
    axis infos.

    Did you made it? Do you have an complete example projekt for me that could help me with getting infos from the machines over network?

    Thanks in advanced
    HEIDENHAIN DNC is #18 option function.
    first ,need make sure if this option set.
    second , install HEIDENHAIN DNC SDK. after install . you can use DNC Demo to do test.

  4. #4
    Join Date
    Dec 2008
    Posts
    3110
    Quote Originally Posted by polarix View Post
    Hi,
    i'm looking for the .net Heidenhain DNC Lib. I think the package is RemoTool SDK.
    Can anyone give me more informations ?
    Where can i get it ?
    Thank you.
    Try looking for TNCremo...
    TNCremo is a free PC software package for communication between PCs and HEIDENHAIN controls or programming stations.
    It is from Heidenhain

Posting Permissions

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