iCAx开思工具箱

标题: VB.NET 访问进给速度 [打印本页]

作者: hchhyl    时间: 2006-7-12 16:43
标题: VB.NET 访问进给速度
Imports NXOpen
Imports NXOpen.UF
Imports NXOpen.UF.UFParam
Imports System
Imports System.Windows.Forms
Imports System.Data
Imports System.Runtime.InteropServices


Module Module1
    Dim theUFsession As UFSession
    Dim theSession As Session

    Public Enum feed_unit
        UF_PARAM_feed_none = 0
        UF_PARAM_feed_per_minute = 1
        UF_PARAM_feed_per_revolution = 2
    End Enum

    Public Structure Feedrate
        Dim unit As feed_unit
        Dim value As Double
        Dim color As Integer
    End Structure

sub main()
        theSession = Session.GetSession()
        theUFsession = UFSession.GetUFSession()

        Dim Param As UFParam = theUFsession.Param

        Dim intptr_1 As System.IntPtr
        Dim Feedrate_Cut As Feedrate = New Feedrate
        With Feedrate_Cut
            .unit = feed_unit.UF_PARAM_feed_none
            .color = 123
            .value = 10
        End With

        'Operate是已知的nxopen.tag,这里不讲它怎么来的
       '但是下面这个查询进给速度的命令,总是对intptr_1的操作错了,谁能解答啊
        Param.AskSubobjPtrValue(Operate, 17, intptr_1)

end sub
作者: hchhyl    时间: 2006-7-14 02:16
没人回答吗?急啊。
作者: cam-yp    时间: 2006-10-9 19:23
顶一下
作者: 昆山人    时间: 2006-10-10 08:37
hchhyl 兄...你能传授一点你学习VN.NET 二次开发的经验吗?我是个还没入门的菜鸟...现在郁闷的很..不知道如何下手...多谢了哦。




欢迎光临 iCAx开思工具箱 (https://t.icax.org/) Powered by Discuz! X3.3