cetee
級別: 略有小成
精華主題: 0
發(fā)帖數(shù)量: 73 個(gè)
工控威望: 218 點(diǎn)
下載積分: 10544 分
在線時(shí)間: 580(小時(shí))
注冊時(shí)間: 2010-08-05
最后登錄: 2024-11-10
查看cetee的 主題 / 回貼
樓主  發(fā)表于: 2018-08-19 18:40
初學(xué)vb.net編程,請各位幫幫忙 vb.net報(bào)錯(cuò)

Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
        Dim iRet As Integer
        Dim szDeviceName As String = "d0"         'List data for 'DeviceName'
        Dim iNumberOfDeviceName As Integer = 2  'Data for 'DeviceSize'
        Dim sharrBufferForDeviceValue() As Integer
        DotUtlType1.ActLogicalStationNumber = CInt(1)
        'The Open method is executed.
        iRet = DotUtlType1.Open()

        iRet = DotUtlType1.ReadDeviceBlock(szDeviceName,
                                                           iNumberOfDeviceName,
                                                                           sharrBufferForDeviceValue(0))


    End Sub
End Class
不小心遇見你
自動項(xiàng)目、PLC、視覺、通訊等工控軟件開發(fā)QQ3515716
級別: 工控俠客

精華主題: 3 篇
發(fā)帖數(shù)量: 2044 個(gè)
工控威望: 2961 點(diǎn)
下載積分: 25178 分
在線時(shí)間: 1433(小時(shí))
注冊時(shí)間: 2014-01-05
最后登錄: 2024-11-15
查看不小心遇見你的 主題 / 回貼
1樓  發(fā)表于: 2018-08-19 19:22
哈哈 你這是三菱的  怎么發(fā)到這個(gè)版塊了
項(xiàng)目、視覺、通訊QQ3515716
cetee
級別: 略有小成
精華主題: 0
發(fā)帖數(shù)量: 73 個(gè)
工控威望: 218 點(diǎn)
下載積分: 10544 分
在線時(shí)間: 580(小時(shí))
注冊時(shí)間: 2010-08-05
最后登錄: 2024-11-10
查看cetee的 主題 / 回貼
2樓  發(fā)表于: 2018-08-19 21:32
是三菱的,請各位幫忙解答。。。謝謝大家。