Aggunta test OSAI (old)

This commit is contained in:
Samuele Locatelli
2021-12-01 16:47:11 +01:00
parent d09de7448b
commit 6164807edf
167 changed files with 40424 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Test-OSAI", "Test-OSAI\Test-OSAI.vbproj", "{DC6B309E-F8E9-4BA2-A621-4F617C072533}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DC6B309E-F8E9-4BA2-A621-4F617C072533}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC6B309E-F8E9-4BA2-A621-4F617C072533}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC6B309E-F8E9-4BA2-A621-4F617C072533}.Debug|x86.ActiveCfg = Debug|x86
{DC6B309E-F8E9-4BA2-A621-4F617C072533}.Debug|x86.Build.0 = Debug|x86
{DC6B309E-F8E9-4BA2-A621-4F617C072533}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC6B309E-F8E9-4BA2-A621-4F617C072533}.Release|Any CPU.Build.0 = Release|Any CPU
{DC6B309E-F8E9-4BA2-A621-4F617C072533}.Release|x86.ActiveCfg = Release|x86
{DC6B309E-F8E9-4BA2-A621-4F617C072533}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
+20
View File
@@ -0,0 +1,20 @@
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "TestOPENcontrol", "TestOPENcontrol\TestOPENcontrol.vbproj", "{D969EB73-7B57-4880-B69C-7A6002FC310A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D969EB73-7B57-4880-B69C-7A6002FC310A}.Debug|x86.ActiveCfg = Debug|x86
{D969EB73-7B57-4880-B69C-7A6002FC310A}.Debug|x86.Build.0 = Debug|x86
{D969EB73-7B57-4880-B69C-7A6002FC310A}.Release|x86.ActiveCfg = Release|x86
{D969EB73-7B57-4880-B69C-7A6002FC310A}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
</configSections>
<startup>
<supportedRuntime version="v2.0.50727" />
</startup>
<system.serviceModel>
<bindings>
<basicHttpBinding>
<binding name="OPENcontrol" />
</basicHttpBinding>
</bindings>
<client>
<endpoint address="http://192.168.20.2:8080" binding="basicHttpBinding"
bindingConfiguration="OPENcontrol" contract="OPENControl.OPENcontrolPortType"
name="OPENcontrol" />
</client>
</system.serviceModel>
</configuration>
File diff suppressed because it is too large Load Diff
+120
View File
@@ -0,0 +1,120 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>
+419
View File
@@ -0,0 +1,419 @@
Imports System.IO
Imports TestOENcontrol.OpenControl.ERRMSG
Public Class Form1
Public TargetCN As String = ""
Public SourcePC As String = ""
#Region "ConnessioneCN"
Private Sub btnConnetti_Click(sender As System.Object, e As System.EventArgs) Handles btnConnetti.Click
' Connessione al CN
o_Connection(txtIndirizzoIP.Text)
' Verifica CN
Try
O_BootPhaseEnquiry(PhaseCN, errClass, errNum)
txtPhaseCN.Text = PhaseCN
Catch ex As Exception
MsgBox("Controllo non connesso !!!")
End Try
' Lettura processo CN
If PhaseCN = 4 Then
O_GetSelectedProcess(ProcessCN, errClass, errNum)
txtProcesso.Text = ProcessCN
' Verifica numero dischi logici
Dim Driveconn As Integer
o_GetNumDrive(Driveconn)
'
' Recupera nome dischi logici
Dim LogicName() As String = {}
O_GetNameDrive(Driveconn, LogicName)
'
cboDriveLogici.Items.Clear()
For i = 1 To Driveconn
If LogicName(i) <> "" Then
cboDriveLogici.Items.Add(LogicName(i))
End If
Next
cboDriveLogici.SelectedIndex = 0
Else
MsgBox(errClass & " " & errNum)
End If
End Sub
Private Sub Form1_Load(sender As System.Object, e As System.EventArgs) Handles MyBase.Load
txtIndirizzoIP.Text = "192.168.0.1"
String.Format("###.###.###.###", txtIndirizzoIP.Text)
Dim Tree As New TreeNode("C:\Temp")
AddDirectory("C:\temp", Tree)
twPC.Nodes.Add(Tree)
Tree = Nothing
End Sub
Private Sub AddDirectory(ByVal Name As String, ByRef Parent As TreeNode)
Dim Root As New IO.DirectoryInfo(Name)
Dim Par As TreeNode
For Each d As IO.DirectoryInfo In Root.GetDirectories()
Par = New TreeNode(d.Name)
AddDirectory(d.FullName, Par)
Parent.Nodes.Add(Par)
Par = Nothing
Next
For Each f As IO.FileInfo In Root.GetFiles
lwPC.Items.Add(f.Name)
Next
End Sub
#End Region
#Region "VariabiliDouble"
Private Sub btnLeggiVarDouble_Click(sender As System.Object, e As System.EventArgs) Handles btnLeggiVarDouble.Click
' Lettura variabile double
Dim nTypeMem As UShort = 41
Dim nNumVar As UShort = 1
Dim nIndex As UShort = 1
Dim sValue() As Double = {}
nNumVar = CUShort(txtVarDoubleUsed.Text)
O_ReadVarDouble(nTypeMem, ProcessCN, nIndex, nNumVar, sValue, errClass, errNum)
txtVarDoubleRead.Text = sValue(nNumVar - 1)
Console.WriteLine(errClass & " " & errNum)
End Sub
Private Sub btnScriviVarDouble_Click(sender As System.Object, e As System.EventArgs) Handles btnScriviVarDouble.Click
' Scrittuta variabile double
Dim nTypeMem As UShort = 41
Dim nNumVar As Integer = 1
Dim nIndex As UShort = 1
nNumVar = (txtVarDoubleUsed.Text)
Dim sValue(nNumVar - 1) As Double
sValue(nNumVar - 1) = CDbl(txtVarDoubleWrite.Text)
O_WriteVarDouble(nTypeMem, ProcessCN, nIndex, nNumVar, sValue, errClass, errNum)
Console.WriteLine(errClass & " " & errNum)
End Sub
#End Region
#Region "VariabiliBoolean"
Private Sub btnScriviVarBool_Click(sender As System.Object, e As System.EventArgs) Handles btnScriviVarBool.Click
' Scrittura varibili Boolean
Dim nLen As Integer
nLen = InStr(txtVariabileBool.Text, ".")
Dim nNumVar As UShort = 1
Dim nTypeMem As UShort = 21
Dim nIndex As UShort = Val(Mid(txtVariabileBool.Text, 1, nLen)) ' 102
Dim nBitIndex As UShort = Val(Mid(txtVariabileBool.Text, nLen + 1)) '.1
Dim nBitValue As UShort = Val(txtVariabileBoolScritta.Text)
O_WriteVarWordBit(nTypeMem, ProcessCN, nIndex, nBitIndex, nBitValue, errClass, errNum)
Console.WriteLine(errClass & " " & errNum)
End Sub
Private Sub btnLeggiVarBool_Click(sender As System.Object, e As System.EventArgs) Handles btnLeggiVarBool.Click
' Lettura varibili Boolean
Dim nLen As Integer
nLen = InStr(txtVariabileBool.Text, ".")
Dim nTypeMem As UShort = 21
Dim nIndex As UShort = Val(Mid(txtVariabileBool.Text, 1, nLen)) ' 102
Dim nBitIndex As UShort = Val(Mid(txtVariabileBool.Text, nLen + 1)) '.1
Dim nBitValue As UShort = 1
O_ReadVarWordBit(nTypeMem, ProcessCN, nIndex, nBitIndex, nBitValue, errClass, errNum)
txtVariabileBoolLetta.Text = nBitValue
Console.WriteLine(errClass & " " & errNum)
End Sub
#End Region
#Region "VariabiliShort"
Private Sub btnReadVariabile_Click(sender As System.Object, e As System.EventArgs) Handles btnReadVariabile.Click
' Lettura variabili short
Dim nTypeMem As UShort = 21
Dim nNumVar As UShort = 1
Dim nIndex As UShort = 1
Dim sValue() As UShort = {}
nNumVar = CUShort(txtVariabileShort.Text)
O_ReadVarWord(nTypeMem, ProcessCN, nNumVar, nIndex, sValue, errClass, errNum)
Dim ValCorr As Short = UShortToShort(sValue(0))
txtResultShort.Text = ValCorr
Console.WriteLine(errClass & " " & errNum)
End Sub
Private Sub btnWriteVariabile_Click(sender As System.Object, e As System.EventArgs) Handles btnWriteVariabile.Click
' Scrittura variabile short
Dim nTypeMem As UShort = 21
Dim nIndex As Short = 1
Dim nNumVar As UShort
Dim sValue() As UShort
Dim ValShort As Short
nNumVar = CUShort(txtVariabileShort.Text)
ReDim sValue(nNumVar - 1)
ValShort = (txtSendShort.Text)
sValue(nNumVar - 1) = ShortToUShort(ValShort)
O_WriteVarWord(nTypeMem, ProcessCN, nIndex, nNumVar, sValue, errClass, errNum)
Console.WriteLine(errClass & " " & errNum)
End Sub
#End Region
#Region "VariabiliTesto"
Private Sub btnLeggiVariabileTesto_Click(sender As System.Object, e As System.EventArgs) Handles btnLeggiVariabileTesto.Click
' Lettura varibile testo SC
Dim nTypeMem As UShort = 50
Dim nStartVar As Integer = Val(txtStartLettura.Text)
Dim nVariabile As Integer = 100 ' Len(txtValoreScrivere.Text)
Dim szText As String = ""
O_ReadVarText(nTypeMem, ProcessCN, nStartVar, nVariabile, szText, errClass, errNum)
txtValoreLetto.Text = Replace(szText, " ", "")
Console.WriteLine(errClass & " " & errNum)
End Sub
Private Sub btnScriviVariabileTesto_Click(sender As System.Object, e As System.EventArgs) Handles btnScriviVariabileTesto.Click
' Scrittura variabile testo SC
Dim nTypeMem As UShort = 50
Dim nStartVar As Integer = Val(txtStartLettura.Text)
Dim nVariabile As Integer
Dim szText As String = ""
szText = New String(" ", 100)
nVariabile = 100
O_WriteVarText(nTypeMem, ProcessCN, nStartVar, nVariabile, szText, errClass, errNum)
nVariabile = Len(txtValoreScrivere.Text)
szText = txtValoreScrivere.Text
O_WriteVarText(nTypeMem, ProcessCN, nStartVar, nVariabile, szText, errClass, errNum)
Console.WriteLine(errClass & " " & errNum)
End Sub
#End Region
#Region "VariabileE"
Private Sub btnReadVarE_Click(sender As System.Object, e As System.EventArgs) Handles btnReadVarE.Click
' Lettura variabile E
Dim nTypeMem As UShort = 46
Dim nNumVar As UShort = 1
Dim nIndex As UShort = 1
Dim sValue() As Double = {}
nIndex = CDbl(txtVarE.Text)
O_ReadVarDouble(nTypeMem, ProcessCN, nIndex, nNumVar, sValue, errClass, errNum)
txtVarERead.Text = sValue(0)
Console.WriteLine(errClass & " " & errNum)
End Sub
Private Sub btnWriteVarE_Click(sender As System.Object, e As System.EventArgs) Handles btnWriteVarE.Click
' Scrittuta variabile E
Dim nTypeMem As UShort = 46
Dim nNumVar As Integer = 1
Dim nIndex As UShort = 0
nIndex = txtVarE.Text
Dim sValue(nNumVar - 1) As Double
sValue(0) = CDbl(txtVarESend.Text)
O_WriteVarDouble(nTypeMem, ProcessCN, nIndex, nNumVar, sValue, errClass, errNum)
Console.WriteLine(errClass & " " & errNum)
End Sub
#End Region
#Region "VariabiliSN"
Private Sub btnReadSN_Click(sender As System.Object, e As System.EventArgs) Handles btnReadSN.Click
' Lettura variabile SN
Dim nTypeMem As UShort = 47
Dim nNumVar As UShort = 1
Dim nIndex As UShort = 1
Dim sValue() As Double = {}
nIndex = CDbl(txtVariabileSN.Text)
O_ReadVarDouble(nTypeMem, ProcessCN, nIndex, nNumVar, sValue, errClass, errNum)
txtVariabileSNRead.Text = sValue(0)
Console.WriteLine(errClass & " " & errNum)
End Sub
Private Sub btnWriteSN_Click(sender As System.Object, e As System.EventArgs) Handles btnWriteSN.Click
' Scrittuta variabile SN
Dim nTypeMem As UShort = 47
Dim nNumVar As Integer = 1
Dim nIndex As UShort = 0
nIndex = txtVariabileSN.Text
Dim sValue(nNumVar - 1) As Double
sValue(0) = CDbl(txtVariabileSNWrite.Text)
O_WriteVarDouble(nTypeMem, ProcessCN, nIndex, nNumVar, sValue, errClass, errNum)
Console.WriteLine(errClass & " " & errNum)
End Sub
#End Region
#Region "GestioneFile"
Private Sub cboDriveLogici_SelectedIndexChanged(sender As System.Object, e As System.EventArgs) Handles cboDriveLogici.SelectedIndexChanged
' Legge directory e file nel drive selezionato
Dim Nome As String
Dim ListDir() As String = {}
Dim ListFile() As String = {}
lwDirCN.Items.Clear()
lwFileCN.Items.Clear()
Nome = cboDriveLogici.SelectedItem
o_FindDirFile(Nome, ListDir, ListFile)
Dim NumeroDir As Integer = UBound(ListDir)
Dim Numerofile As Integer = UBound(ListFile)
For i = 1 To NumeroDir
lwDirCN.Items.Add(ListDir(i), 1)
Next
For i = 1 To Numerofile
lwFileCN.Items.Add(ListFile(i), 1)
Next
End Sub
Private Sub lwDirCN_SelectedIndexChanged(sender As System.Object, e As System.EventArgs) Handles lwDirCN.SelectedIndexChanged
' Legge directory e file nel drive selezionato
Dim NomeDrive As String = ""
Dim NomeDir As String = ""
Dim NomeCompleto
NomeDrive = cboDriveLogici.SelectedItem
For Each ob As Object In lwDirCN.SelectedItems
NomeDir = ob.text
Next
Dim ListDir() As String = {}
Dim ListFile() As String = {}
lwDirCN.Items.Clear()
lwFileCN.Items.Clear()
NomeCompleto = NomeDrive & "\\" & NomeDir
o_FindDirFile(NomeCompleto, ListDir, ListFile)
Dim NumeroDir As Integer = UBound(ListDir)
Dim Numerofile As Integer = UBound(ListFile)
For i = 1 To NumeroDir
lwDirCN.Items.Add(ListDir(i), 1)
Next
For i = 1 To Numerofile
lwFileCN.Items.Add(ListFile(i), 1)
Next
TargetCN = NomeCompleto
End Sub
Private Sub twPC_AfterSelect(sender As System.Object, e As System.Windows.Forms.TreeViewEventArgs) Handles twPC.AfterSelect
' Seelziona directory
Dim Percorso As String
Percorso = twPC.SelectedNode.FullPath
lwPC.Items.Clear()
Dim files() As String = Directory.GetFiles(Percorso)
Dim fi As FileInfo
Dim lvi As ListViewItem
'
SourcePC = Percorso
For i = 0 To files.Length - 1
'
fi = New FileInfo(files(i))
lvi = New ListViewItem(Path.GetFileName(files(i)), 1)
lvi.SubItems.Add(fi.Length)
lvi.SubItems.Add(fi.LastAccessTime)
'
lwPC.Items.Add(lvi)
'
Next
End Sub
Private Sub lwPC_SelectedIndexChanged(sender As System.Object, e As System.EventArgs) Handles lwPC.SelectedIndexChanged
Dim FileToSend As String = ""
Dim FileSize As Integer
For Each ob As Object In lwPC.SelectedItems
FileToSend = ob.text
FileSize = My.Computer.FileSystem.GetFileInfo(SourcePC & "\" & ob.text).Length
Console.WriteLine(FileToSend)
O_PutFile(SourcePC & "\" & FileToSend, TargetCN & "\\" & FileToSend, errClass, errNum, FileSize)
Console.WriteLine(errClass & " " & errNum)
Next
End Sub
#End Region
Private Sub lwFileCN_SelectedIndexChanged(sender As System.Object, e As System.EventArgs) Handles lwFileCN.SelectedIndexChanged
Dim FileToGet As String = ""
For Each ob As Object In lwFileCN.SelectedItems
FileToGet = ob.text
Console.WriteLine(FileToGet)
O_GetBinaryFile(TargetCN & "\\" & FileToGet, SourcePC & "\" & FileToGet, errClass, errNum)
Console.WriteLine(errClass & " " & errNum)
Next
End Sub
Private Sub btnLeggiMsgErr_Click(sender As System.Object, e As System.EventArgs) Handles btnLeggiMsgPrg.Click
Dim MessaggioDis As String = ""
O_ReadPartProgramMsg(txtProcesso.Text, MessaggioDis, errClass, errNum)
txtMessaggioDis.Text = MessaggioDis
Console.WriteLine(errClass & " " & errNum)
End Sub
Private Sub btnMessaggioerrore_Click(sender As System.Object, e As System.EventArgs) Handles btnMessaggioerrore.Click
Dim MessaggioErr() As String = {}
O_ReadCurrentErrorMsg(txtProcesso.Text, MessaggioErr, errClass, errNum)
Try
txtMessErr01.Text = MessaggioErr(1)
txtMessErr02.Text = MessaggioErr(2)
txtMessErr03.Text = MessaggioErr(3)
txtMessErr04.Text = MessaggioErr(4)
Catch ex As Exception
End Try
' txtMessaggioDis.Text = MessaggioErr
Console.WriteLine(errClass & " " & errNum)
End Sub
Private Sub btnReadActivePrg_Click(sender As System.Object, e As System.EventArgs) Handles btnReadActivePrg.Click
Dim PrgActive As String = ""
O_ActiveProgram(txtProcesso.Text, PrgActive, errClass, errNum)
txtProgrammaAttivo.Text = PrgActive
End Sub
Private Sub btnActivePrg_Click(sender As System.Object, e As System.EventArgs) Handles btnActivePrg.Click
Dim PrgToActive As String = ""
For Each ob As Object In lwFileCN.SelectedItems
PrgToActive = ob.text
Next
PrgToActive = TargetCN & "\\" & PrgToActive
O_SelectPartProgram(txtProcesso.Text, PrgToActive, errClass, errNum)
End Sub
Private Sub btnErrMess_Click(sender As System.Object, e As System.EventArgs) Handles btnErrMess.Click
Dim MessaggioErr() As String = {}
O_ReadMessage(txtProcesso.Text, MessaggioErr, errClass, errNum)
End Sub
Private Sub btnPLCAlarm_Click(sender As System.Object, e As System.EventArgs) Handles btnPLCAlarm.Click
Dim ErrMsgPLC As String = ""
O_ReadWarningMessage(txtProcesso.Text, ErrMsgPLC, errClass, errNum)
End Sub
Private Sub txtVarERead_TextChanged(sender As System.Object, e As System.EventArgs) Handles txtVarERead.TextChanged
End Sub
End Class
@@ -0,0 +1,38 @@
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.1022
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'------------------------------------------------------------------------------
Option Strict On
Option Explicit On
Namespace My
'NOTE: This file is auto-generated; do not modify it directly. To make changes,
' or if you encounter build errors in this file, go to the Project Designer
' (go to Project Properties or double-click the My Project node in
' Solution Explorer), and make changes on the Application tab.
'
Partial Friend Class MyApplication
<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
Public Sub New()
MyBase.New(Global.Microsoft.VisualBasic.ApplicationServices.AuthenticationMode.Windows)
Me.IsSingleInstance = false
Me.EnableVisualStyles = true
Me.SaveMySettingsOnExit = true
Me.ShutDownStyle = Global.Microsoft.VisualBasic.ApplicationServices.ShutdownMode.AfterMainFormCloses
End Sub
<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
Protected Overrides Sub OnCreateMainForm()
Me.MainForm = Global.TestOENcontrol.Form1
End Sub
End Class
End Namespace
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<MyApplicationData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<MySubMain>true</MySubMain>
<MainForm>Form1</MainForm>
<SingleInstance>false</SingleInstance>
<ShutdownMode>0</ShutdownMode>
<EnableVisualStyles>true</EnableVisualStyles>
<AuthenticationMode>0</AuthenticationMode>
<ApplicationType>0</ApplicationType>
<SaveMySettingsOnExit>true</SaveMySettingsOnExit>
</MyApplicationData>
@@ -0,0 +1,35 @@
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' Le informazioni generali relative a un assembly sono controllate dal seguente
' insieme di attributi. Per modificare le informazioni associate a un assembly
' è necessario modificare i valori di questi attributi.
' Controllare i valori degli attributi dell'assembly
<Assembly: AssemblyTitle("TestOENcontrol")>
<Assembly: AssemblyDescription("")>
<Assembly: AssemblyCompany("cms")>
<Assembly: AssemblyProduct("TestOENcontrol")>
<Assembly: AssemblyCopyright("Copyright © cms 2014")>
<Assembly: AssemblyTrademark("")>
<Assembly: ComVisible(False)>
'Se il progetto viene esposto a COM, il GUID seguente verrà utilizzato come ID della libreria dei tipi
<Assembly: Guid("cde52444-2cbe-4e64-89e4-19f433cfbfcc")>
' Le informazioni sulla versione di un assembly sono costituite dai seguenti quattro valori:
'
' Numero di versione principale
' Numero di versione secondario
' Numero build
' Revisione
'
' È possibile specificare tutti i valori oppure impostare valori predefiniti per i numeri relativi alla revisione e alla build
' utilizzando l'asterisco (*) come descritto di seguito:
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("1.0.0.0")>
<Assembly: AssemblyFileVersion("1.0.0.0")>
@@ -0,0 +1,62 @@
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.1022
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'------------------------------------------------------------------------------
Option Strict On
Option Explicit On
Namespace My.Resources
'This class was auto-generated by the StronglyTypedResourceBuilder
'class via a tool like ResGen or Visual Studio.
'To add or remove a member, edit your .ResX file then rerun ResGen
'with the /str option, or rebuild your VS project.
'''<summary>
''' A strongly-typed resource class, for looking up localized strings, etc.
'''</summary>
<Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0"), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
Global.Microsoft.VisualBasic.HideModuleNameAttribute()> _
Friend Module Resources
Private resourceMan As Global.System.Resources.ResourceManager
Private resourceCulture As Global.System.Globalization.CultureInfo
'''<summary>
''' Returns the cached ResourceManager instance used by this class.
'''</summary>
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager
Get
If Object.ReferenceEquals(resourceMan, Nothing) Then
Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("TestOENcontrol.Resources", GetType(Resources).Assembly)
resourceMan = temp
End If
Return resourceMan
End Get
End Property
'''<summary>
''' Overrides the current thread's CurrentUICulture property for all
''' resource lookups using this strongly typed resource class.
'''</summary>
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Friend Property Culture() As Global.System.Globalization.CultureInfo
Get
Return resourceCulture
End Get
Set(ByVal value As Global.System.Globalization.CultureInfo)
resourceCulture = value
End Set
End Property
End Module
End Namespace
@@ -0,0 +1,117 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>
@@ -0,0 +1,73 @@
'------------------------------------------------------------------------------
' <auto-generated>
' Il codice è stato generato da uno strumento.
' Versione runtime:4.0.30319.1022
'
' Le modifiche apportate a questo file possono provocare un comportamento non corretto e andranno perse se
' il codice viene rigenerato.
' </auto-generated>
'------------------------------------------------------------------------------
Option Strict On
Option Explicit On
Namespace My
<Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0"), _
Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Partial Friend NotInheritable Class MySettings
Inherits Global.System.Configuration.ApplicationSettingsBase
Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings()),MySettings)
#Region "Funzionalità di salvataggio automatico My.Settings"
#If _MyType = "WindowsForms" Then
Private Shared addedHandler As Boolean
Private Shared addedHandlerLockObject As New Object
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Private Shared Sub AutoSaveSettings(ByVal sender As Global.System.Object, ByVal e As Global.System.EventArgs)
If My.Application.SaveMySettingsOnExit Then
My.Settings.Save()
End If
End Sub
#End If
#End Region
Public Shared ReadOnly Property [Default]() As MySettings
Get
#If _MyType = "WindowsForms" Then
If Not addedHandler Then
SyncLock addedHandlerLockObject
If Not addedHandler Then
AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings
addedHandler = True
End If
End SyncLock
End If
#End If
Return defaultInstance
End Get
End Property
End Class
End Namespace
Namespace My
<Global.Microsoft.VisualBasic.HideModuleNameAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
Friend Module MySettingsProperty
<Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")> _
Friend ReadOnly Property Settings() As Global.TestOENcontrol.My.MySettings
Get
Return Global.TestOENcontrol.My.MySettings.Default
End Get
End Property
End Module
End Namespace
@@ -0,0 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" UseMySettingsClassName="true">
<Profiles />
<Settings />
</SettingsFile>
@@ -0,0 +1,64 @@
Imports System.Collections
Imports System.Collections.Generic
Imports System.Data
Imports System.Diagnostics
Imports System.Runtime.InteropServices
'Imports CndexLinkDotNet
Public Partial Class NativeConstants
'''NUM_LINE_PER_MSG -> 4
Public Const NUM_LINE_PER_MSG As Integer = 4
'''NUM_WCHAR_PER_LINE -> 512
Public Const NUM_WCHAR_PER_LINE As Integer = 512
End Class
<StructLayoutAttribute(LayoutKind.Sequential, CharSet := CharSet.Unicode)> _
Public Structure MESSAGE_TEXT
'''WCHAR[2048]
<MarshalAsAttribute(UnmanagedType.ByValTStr, SizeConst := 512)> _
Public Line1 As String
<MarshalAsAttribute(UnmanagedType.ByValTStr, SizeConst := 512)> _
Public Line2 As String
<MarshalAsAttribute(UnmanagedType.ByValTStr, SizeConst := 512)> _
Public Line3 As String
<MarshalAsAttribute(UnmanagedType.ByValTStr, SizeConst := 512)> _
Public Line4 As String
End Structure
Public Partial Class OSAIErrorManagerLibrary
'''Return Type: void
'''pMsgLog: MSG_LOGS*
'''pText: MESSAGE_TEXT*
<DllImportAttribute("OSAI_ErrorMgr.dll", EntryPoint:="TranslateLogMsg", CallingConvention:=CallingConvention.Cdecl)> _
Private Shared Sub TranslateLogMsg(ByRef pMsgLog As OpenControl.MSGLOGS, ByRef pText As MESSAGE_TEXT)
End Sub
'''Return Type: void
'''pMsgErro: MSG_ERROR*
'''pText: MESSAGE_TEXT*
<DllImportAttribute("OSAI_ErrorMgr.dll", EntryPoint:="TranslateErrorMsg", CallingConvention:=CallingConvention.Cdecl)> _
Public Shared Sub TranslateErrorMsg(ByRef pMsgErro As CndexLinkDotNet.Cndex.MSG_ERROR, ByRef pText As MESSAGE_TEXT)
End Sub
''''Return Type: void
''''pMsgEmerg: MSG_EMERGENCY*
''''pText: MESSAGE_TEXT*
<DllImportAttribute("OSAI_ErrorMgr.dll", EntryPoint:="TranslateEmergMsg", CallingConvention:=CallingConvention.Cdecl)> _
Public Shared Sub TranslateEmergMsg(ByRef pMsgEmerg As OpenControl.MSGEMERGENCY, ByRef pText As MESSAGE_TEXT)
End Sub
''''Return Type: void
''''pMsgAnom: MSG_ANOMALY*
''''pText: MESSAGE_TEXT*
<DllImportAttribute("OSAI_ErrorMgr.dll", EntryPoint:="TranslateAnomalyMsg", CallingConvention:=CallingConvention.Cdecl)> _
Public Shared Sub TranslateAnomalyMsg(ByRef pMsgAnom As OpenControl.MSGANOMALY, ByRef pText As MESSAGE_TEXT)
End Sub
End Class
+718
View File
@@ -0,0 +1,718 @@
Imports System.Runtime.InteropServices
Module Osai_RW
'Dim webservice As New OPENControl.OPENcontrolPortTypeClient
'Public Const NO_ERROR As UShort = 1
' Axis Table Descriptor
Public Structure AXIS_TABLE
Public ax_owner() As UShort ' ambient owner
Public ax_name() As Byte ' ascii axis name
'Public orig As Double ' actual origin
'Public free1 As Double ' FREE FIELD
'Public ofg92 As Double ' offset G92
'Public toff As Double ' actual tool offset
'Public free2 As Double ' FREE FIELD
'Public Offset As Double ' axis total offset
'Public orig1 As Double ' origin 1
'Public orig2 As Double ' origin 2
'Public orig3 As Double ' origin 3
'Public orig4 As Double ' origin 4
'Public orig5 As Double ' origin 5
'Public orig6 As Double ' origin 6
'Public orig7 As Double ' origin 7
'Public orig8 As Double ' origin 8
'Public orig9 As Double ' origin 9
'Public orig10 As Double ' origin 10
'Public reserved1 As Integer ' reserved
'Public reserved2 As Integer ' reserved
End Structure
'Boot phase
Public Const EMERG_SWITCH_PHASE As UShort = 1
Public Const HW_BOOT_PHASE As UShort = 2
Public Const SW_BOOT_PHASE As UShort = 3
Public Const SYSTEM_UP_PHASE As UShort = 4
Public Const SERVER_MODE_PHASE As UShort = 5
Public Const REMOTE_SETUP_PHASE As UShort = 6
Public Const SERVICE_MODE_PHASE As UShort = 7
Public Const AX_PARAM_VERIFY_PHASE As UShort = 8
' Logic variables identifier
' boolean variables
Public Const I_CODE As UShort = 0
Public Const O_CODE As UShort = 1
Public Const M_CODE As UShort = 2
Public Const G_CODE As UShort = 3
Public Const S_CODE As UShort = 4
Public Const P_CODE As UShort = 7
Public Const U_CODE As UShort = 8
' WORD variables
Public Const MW_CODE As UShort = 20
Public Const GW_CODE As UShort = 21
Public Const SW_CODE As UShort = 22
Public Const PW_CODE As UShort = 62
Public Const UW_CODE As UShort = 63
' DOUBLE variables
Public Const MD_CODE As UShort = 40
Public Const GD_CODE As UShort = 41
Public Const PD_CODE As UShort = 43
Public Const UD_CODE As UShort = 44
' TEXT variables
Public Const SC_CODE As UShort = 50
Public OsaiServer As New OpenControl.OPENcontrolPortTypeClient()
Public bOsaiServerCreated As Boolean
Public Function O_BootPhaseEnquiry(ByRef Phase As Integer, ByRef nErrClass As UShort, ByRef nErrNum As UShort) As Integer
Dim oBootPhaseInquiry As New OpenControl.BootPhaseEnquiry
Dim retBootPhaseInquiry As OpenControl.BootPhaseEnquiryR
retBootPhaseInquiry = OsaiServer.BootPhaseEnquiry(oBootPhaseInquiry)
nErrClass = retBootPhaseInquiry.ErrClass
nErrNum = retBootPhaseInquiry.ErrNum
Phase = retBootPhaseInquiry.Phase
O_BootPhaseEnquiry = retBootPhaseInquiry.retval
End Function
Public Function O_WriteVarText(ByVal nTypeMem As Integer, ByVal nProcess As Integer, ByVal nStartVar As Integer, ByVal nVariable As Integer, ByRef szText As String, ByRef nErrClass As UInteger, ByRef nErrNum As UInteger) As Integer
Dim oWriteVarText As New OpenControl.WriteVarText
Dim retWriteVarText As New OpenControl.WriteVarTextR
oWriteVarText.Code = nTypeMem
oWriteVarText.Index = nStartVar
oWriteVarText.Len = nVariable
oWriteVarText.Process = nProcess
oWriteVarText.Text = szText
retWriteVarText = OsaiServer.WriteVarText(oWriteVarText)
nErrClass = retWriteVarText.ErrClass
nErrNum = retWriteVarText.ErrNum
O_WriteVarText = retWriteVarText.retval
End Function
Public Function O_ReadVarText(ByVal nTypeMem As Integer, ByVal nProcess As Integer, ByVal nStartVar As Integer, ByVal nVariable As Integer, ByRef szText As String, ByRef nErrClass As UInteger, ByRef nErrNum As UInteger) As Integer
Dim oReadVarText As New OpenControl.ReadVarText
Dim retReadVarText As New OpenControl.ReadVarTextR
oReadVarText.Code = nTypeMem
oReadVarText.Index = nStartVar
oReadVarText.Size = nVariable
oReadVarText.Process = nProcess
retReadVarText = OsaiServer.ReadVarText(oReadVarText)
nErrClass = retReadVarText.ErrClass
nErrNum = retReadVarText.ErrNum
szText = retReadVarText.Text
O_ReadVarText = retReadVarText.retval
End Function
Public Function O_WriteVarDouble(ByVal nTypeMem As Integer, ByVal nProcess As Integer, ByVal nIndex As Integer, ByVal nNumVar As Integer, ByRef sValue() As Double, ByRef nErrClass As UInteger, ByRef nErrNum As UInteger) As Integer
Dim oWriteVarDouble As New OpenControl.WriteVarDouble
Dim retWriteVarDouble As New OpenControl.WriteVarDoubleR
oWriteVarDouble.Code = nTypeMem
oWriteVarDouble.Index = nIndex
oWriteVarDouble.NumVar = nNumVar
oWriteVarDouble.Process = nProcess
ReDim oWriteVarDouble.Value(nNumVar - 1)
oWriteVarDouble.Value = sValue
retWriteVarDouble = OsaiServer.WriteVarDouble(oWriteVarDouble)
nErrClass = retWriteVarDouble.ErrClass
nErrNum = retWriteVarDouble.ErrNum
O_WriteVarDouble = retWriteVarDouble.retval
End Function
Public Function O_ReadVarDouble(ByVal nTypeMem As UShort, ByVal nProcess As UShort, ByVal nIndex As UShort, ByVal nNumVar As UShort, ByRef sValue() As Double, ByRef nErrClass As UInteger, ByRef nErrNum As UInteger) As Integer
Dim oReadVarDouble As New OpenControl.ReadVarDouble
Dim retReadVarDouble As New OpenControl.ReadVarDoubleR
oReadVarDouble.Code = nTypeMem
oReadVarDouble.Index = nIndex
oReadVarDouble.NumVar = nNumVar
oReadVarDouble.Process = nProcess
retReadVarDouble = OsaiServer.ReadVarDouble(oReadVarDouble)
If retReadVarDouble.retval = NO_ERROR Then
sValue = retReadVarDouble.Value
End If
nErrClass = retReadVarDouble.ErrClass
nErrNum = retReadVarDouble.ErrNum
O_ReadVarDouble = retReadVarDouble.retval
End Function
Public Function O_WriteVarWordBit(ByVal nTypeMem As Integer, ByVal nProcess As Integer, ByVal nIndex As Integer, ByVal nBitIndex As UShort, ByVal nBitValue As UShort, ByRef nErrClass As UInteger, ByRef nErrNum As UInteger) As Integer
Dim oWriteVarWordBit As New OpenControl.WriteVarWordBit
Dim retWriteVarWordBit As New OpenControl.WriteVarWordBitR
oWriteVarWordBit.Code = nTypeMem
oWriteVarWordBit.Index = nIndex
oWriteVarWordBit.BitIndex = nBitIndex
oWriteVarWordBit.Process = nProcess
oWriteVarWordBit.BitValue = nBitValue
retWriteVarWordBit = OsaiServer.WriteVarWordBit(oWriteVarWordBit)
nErrClass = retWriteVarWordBit.ErrClass
nErrNum = retWriteVarWordBit.ErrNum
O_WriteVarWordBit = retWriteVarWordBit.retval
End Function
Public Function O_WriteVarWord(ByVal nTypeMem As Integer, ByVal nProcess As Integer, ByVal nIndex As Integer, ByVal nNumVar As Integer, ByRef sValue() As UShort, ByRef nErrClass As UInteger, ByRef nErrNum As UInteger) As Integer
Dim oWriteVarWord As New OpenControl.WriteVarWord
Dim retWriteVarWord As New OpenControl.WriteVarWordR
oWriteVarWord.Code = nTypeMem
oWriteVarWord.Index = nIndex
oWriteVarWord.NumVar = nNumVar
oWriteVarWord.Process = nProcess
ReDim oWriteVarWord.Value(nNumVar - 1)
oWriteVarWord.Value = sValue
retWriteVarWord = OsaiServer.WriteVarWord(oWriteVarWord)
nErrClass = retWriteVarWord.ErrClass
nErrNum = retWriteVarWord.ErrNum
O_WriteVarWord = retWriteVarWord.retval
End Function
Public Function O_ReadVarWordBit(ByVal nTypeMem As Integer, ByVal nProcess As Integer, ByVal nIndex As Integer, ByVal nBitIndex As UShort, ByRef nBitValue As UShort, ByRef nErrClass As UInteger, ByRef nErrNum As UInteger) As Integer
Dim retStatus As Integer
Dim swValue(0) As UShort
retStatus = O_ReadVarWord(nTypeMem, nProcess, nIndex, 1, swValue, nErrClass, nErrNum)
If retStatus = NO_ERROR Then
If (swValue(0) And (2 ^ nBitIndex)) = (2 ^ nBitIndex) Then
nBitValue = 1
Else
nBitValue = 0
End If
End If
O_ReadVarWordBit = retStatus
End Function
Public Function O_ReadVarWord(ByVal nTypeMem As UShort, ByVal nProcess As UShort, ByVal nIndex As UShort, ByVal nNumVar As UShort, ByRef sValue() As UShort, ByRef nErrClass As UInteger, ByRef nErrNum As UInteger) As Integer
Dim oReadVarWord As New OpenControl.ReadVarWord
Dim retReadVarWord As New OpenControl.ReadVarWordR
oReadVarWord.Code = nTypeMem
oReadVarWord.Index = nIndex
oReadVarWord.NumVar = nNumVar
oReadVarWord.Process = nProcess
retReadVarWord = OsaiServer.ReadVarWord(oReadVarWord)
If retReadVarWord.retval = NO_ERROR Then
sValue = retReadVarWord.Value
End If
nErrClass = retReadVarWord.ErrClass
nErrNum = retReadVarWord.ErrNum
O_ReadVarWord = retReadVarWord.retval
End Function
Public Function O_GetSelectedProcess(ByRef nProcess As Integer, ByRef nErrClass As UInteger, ByRef nErrNum As UInteger) As Integer
Dim oGetSelectedProcess As New OpenControl.GetSelectedProcess
Dim retGetSelectedProcess As New OpenControl.GetSelectedProcessR
retGetSelectedProcess = OsaiServer.GetSelectedProcess(oGetSelectedProcess)
nErrClass = retGetSelectedProcess.ErrClass
nErrNum = retGetSelectedProcess.ErrNum
nProcess = retGetSelectedProcess.ProcNum
O_GetSelectedProcess = retGetSelectedProcess.retval
End Function
Public Function O_GetAxisTabRecord(ByVal nAxes As Integer, ByRef sAxisTable As AXIS_TABLE, ByRef nErrClass As UInteger, ByRef nErrNum As UInteger) As Integer
Dim oGetAxisInfo3 As New OpenControl.GetAxesInfo3
Dim retGetAxisInfo3 As New OpenControl.GetAxesInfo3R
oGetAxisInfo3.AxesNum = nAxes
retGetAxisInfo3 = OsaiServer.GetAxesInfo3(oGetAxisInfo3)
sAxisTable.ax_name = retGetAxisInfo3.AxNameList
sAxisTable.ax_owner = retGetAxisInfo3.AxOwnerList
nErrClass = retGetAxisInfo3.ErrClass
nErrNum = retGetAxisInfo3.ErrNum
O_GetAxisTabRecord = retGetAxisInfo3.retval
End Function
'non utilizzabile verso il cnc
Public Function O_LogFSCopyFile(ByRef szPathFile As String, ByVal szTargetPath As String, ByRef nErrClass As UInteger, ByRef nErrNum As UInteger) As Integer
Dim oLogFSCopyFile As New OpenControl.LogFSCopyFile
Dim retLogFSCopyFile As New OpenControl.LogFSCopyFileR
oLogFSCopyFile.FailIfExists = False
oLogFSCopyFile.PathName = szPathFile
oLogFSCopyFile.NewPathName = szTargetPath
retLogFSCopyFile = OsaiServer.LogFSCopyFile(oLogFSCopyFile)
nErrClass = retLogFSCopyFile.ErrClass
nErrNum = retLogFSCopyFile.ErrNum
O_LogFSCopyFile = retLogFSCopyFile.retval
End Function
'utilizzabile per la copia di file dal cnc
Public Function O_GetBinaryFile(ByRef szPathFile As String, ByVal szTargetPath As String, ByRef nErrClass As UInteger, ByRef nErrNum As UInteger) As Integer
Dim oGetFile As New OpenControl.GetBinaryFile
Dim retGetFile As New OpenControl.GetBinaryFileR
Dim oSizeFile As New OpenControl.LogFSGetFileSize
Dim retSizeFile As New OpenControl.LogFSGetFileSizeR
Dim szStringaFinale As String
oSizeFile.PathName = szPathFile
retSizeFile = OsaiServer.LogFSGetFileSize(oSizeFile)
oGetFile.PathName = szPathFile
oGetFile.Size = retSizeFile.Size
retGetFile = OsaiServer.GetBinaryFile(oGetFile)
szStringaFinale = System.Text.Encoding.Default.GetString(retGetFile.Data)
If (retGetFile.retval = NO_ERROR) Then
'apro il file in szTargetPath
My.Computer.FileSystem.WriteAllText(szTargetPath, szStringaFinale, False)
End If
nErrClass = retGetFile.ErrClass
nErrNum = retGetFile.ErrNum
O_GetBinaryFile = retGetFile.retval
End Function
'utilizzabile per la copia di file verso cnc
Public Function O_PutFile(ByRef szPathFile As String, ByVal szTargetPath As String, ByRef nErrClass As UInteger, ByRef nErrNum As UInteger, ByRef FileSize As Integer) As Integer
Dim oPutFile As New OpenControl.PutFile
Dim retPutFile As New OpenControl.PutFileR
Dim szData As String
oPutFile.PathName = szTargetPath
szData = ""
'apro il file in szPathFile
szData = My.Computer.FileSystem.ReadAllText(szPathFile, System.Text.Encoding.UTF8)
oPutFile.Data = szData
oPutFile.Size = FileSize
'calcolo la dimensione in byte e la metto in oPutFile.Size
oPutFile.Size = szData.Length
retPutFile = OsaiServer.PutFile(oPutFile)
nErrClass = retPutFile.ErrClass
nErrNum = retPutFile.ErrNum
O_PutFile = retPutFile.retval
End Function
Public Function UShortToShort(ByVal usValue As UShort) As Short
Dim dValue As Double
Dim numBit As Byte
'numero bit tipo di dato (short -> 16 bit, integer -> 32 bit, long -> 64bit)
numBit = 16
If usValue > (2 ^ (numBit - 1) - 1) Then
dValue = CDbl(usValue)
dValue = dValue - CDbl(2 ^ numBit)
UShortToShort = CShort(dValue)
Else
UShortToShort = CShort(usValue)
End If
End Function
Public Function ShortToUShort(ByVal sValue As Short) As UShort
Dim dValue As Double
Dim numBit As Byte
'numero bit tipo di dato (short -> 16 bit, integer -> 32 bit, long -> 64bit)
numBit = 16
If sValue < 0 Then
dValue = CDbl(sValue)
dValue = dValue + CDbl(2 ^ numBit)
ShortToUShort = CUShort(dValue)
Else
ShortToUShort = CUShort(sValue)
End If
End Function
Public Function UIntToInt(ByVal usValue As UInteger) As Integer
Dim dValue As Double
Dim numBit As Byte
'numero bit tipo di dato (short -> 16 bit, integer -> 32 bit, long -> 64bit)
numBit = 32
If usValue > (2 ^ (numBit - 1) - 1) Then
dValue = CDbl(usValue)
dValue = dValue - CDbl(2 ^ numBit)
UIntToInt = CInt(dValue)
Else
UIntToInt = CInt(usValue)
End If
End Function
Public Function IntToUInt(ByVal sValue As Integer) As UInteger
Dim dValue As Double
Dim numBit As Byte
'numero bit tipo di dato (short -> 16 bit, integer -> 32 bit, long -> 64bit)
numBit = 32
If sValue < 0 Then
dValue = CDbl(sValue)
dValue = dValue + CDbl(2 ^ numBit)
IntToUInt = CUInt(dValue)
Else
IntToUInt = CUInt(sValue)
End If
End Function
Public Function ULongToLong(ByVal usValue As ULong) As Long
Dim dValue As Double
Dim numBit As Byte
'numero bit tipo di dato (short -> 16 bit, integer -> 32 bit, long -> 64bit)
numBit = 64
If usValue > (2 ^ (numBit - 1) - 1) Then
dValue = CDbl(usValue)
dValue = dValue - CDbl(2 ^ numBit)
ULongToLong = CLng(dValue)
Else
ULongToLong = CLng(usValue)
End If
End Function
Public Function LongToULong(ByVal sValue As Long) As ULong
Dim dValue As Double
Dim numBit As Byte
'numero bit tipo di dato (short -> 16 bit, integer -> 32 bit, long -> 64bit)
numBit = 64
If sValue < 0 Then
dValue = CDbl(sValue)
dValue = dValue + CDbl(2 ^ numBit)
LongToULong = CLng(dValue)
Else
LongToULong = CLng(sValue)
End If
End Function
Public Function o_Connection(ByVal sValue As String) As ULong
OsaiServer = New OPENControl.OPENcontrolPortTypeClient("OPENcontrol", "http://" & sValue & ":8080")
o_Connection = OsaiServer.State
End Function
Public Function o_GetNumDrive(ByRef DriveLog As Integer) As String
' Legge numero drive connessi
Dim oGetNumDrive As New OpenControl.LogFSGetNumDrive
Dim retGetNumDrive As New OpenControl.LogFSGetNumDriveR
'
retGetNumDrive = OsaiServer.LogFSGetNumDrive(oGetNumDrive)
'
DriveLog = retGetNumDrive.NumUserDrive
o_GetNumDrive = retGetNumDrive.retval
'
End Function
Public Function O_GetNameDrive(ByRef DriveLog As Integer, ByRef NameLogic() As String) As String
' Leggo nome drive logici
Dim oGetDriveList As New OpenControl.LogFSGetDriveList
Dim retGetDriveList As New OpenControl.LogFSGetDriveListR
For i = 1 To DriveLog
oGetDriveList.Index = i
retGetDriveList = OsaiServer.LogFSGetDriveList(oGetDriveList)
errClass = retGetDriveList.ErrClass
errNum = retGetDriveList.ErrNum
Console.WriteLine(retGetDriveList.DriveName & " " & errClass & " " & errNum)
ReDim Preserve NameLogic(i)
NameLogic(i) = retGetDriveList.DriveName
Next i
O_GetNameDrive = retGetDriveList.retval
End Function
Public Function o_FindDirFile(ByRef NomeDrive As String, ByRef ListaDir() As String, ByRef ListaFile() As String) As Boolean
' Leggo nome file/directory nel path specificato
' Cerca primo file/dir
Dim oFindFirst As New OpenControl.LogFSFindFirst
Dim retFindFirst As New OpenControl.LogFSFindFirstR
' Cerca successivo file/dir
Dim oFindNext As New OpenControl.LogFSFindNext
Dim retFindNext As New OpenControl.LogFSFindNextR
' Chiudi ricerca
Dim oFindClose As New OpenControl.LogFSFindClose
Dim retFindClose As New OpenControl.LogFSFindCloseR
'
Dim ContaFile As Integer = 1
Dim ContaDir As Integer = 1
'
oFindFirst.FileName = NomeDrive & "\\*.*"
retFindFirst = OsaiServer.LogFSFindFirst(oFindFirst)
errClass = retFindFirst.ErrClass
errNum = retFindFirst.ErrNum
Console.WriteLine(errClass & " " & errNum)
If retFindFirst.FindData.FileAttributes = 32 Then ReDim Preserve ListaFile(ContaFile) : ListaFile(ContaFile) = retFindFirst.FindData.FileName : ContaFile = ContaFile + 1
If retFindFirst.FindData.FileAttributes = 16 Then ReDim Preserve ListaDir(ContaDir) : ListaDir(ContaDir) = retFindFirst.FindData.FileName : ContaDir = ContaDir + 1
oFindNext.Finder = retFindFirst.Finder
repeat:
retFindNext = OsaiServer.LogFSFindNext(oFindNext)
If retFindNext.FindData.FileAttributes = 32 Then ReDim Preserve ListaFile(ContaFile) : ListaFile(ContaFile) = retFindNext.FindData.FileName : ContaFile = ContaFile + 1
If retFindNext.FindData.FileAttributes = 16 Then ReDim Preserve ListaDir(ContaDir) : ListaDir(ContaDir) = retFindNext.FindData.FileName : ContaDir = ContaDir + 1
If retFindNext.Found = True Then GoTo repeat
oFindClose.Finder = oFindNext.Finder
retFindClose = OsaiServer.LogFSFindClose(oFindClose)
errClass = retFindClose.ErrClass
errNum = retFindClose.ErrNum
Console.WriteLine(errClass & " " & errNum)
o_FindDirFile = True
End Function
Public Function O_ReadPartProgramMsg(ByVal nProcess As Integer, ByRef MessaggioDis As String, ByRef nErrClass As UInteger, ByRef nErrNum As UInteger) As Integer
Dim oReadPartProgramMsg As New OpenControl.ReadPartProgramMsg
Dim retReadPartProgramMsg As New OpenControl.ReadPartProgramMsgR
oReadPartProgramMsg.ProcNum = nProcess
retReadPartProgramMsg = OsaiServer.ReadPartProgramMsg(oReadPartProgramMsg)
MessaggioDis = retReadPartProgramMsg.PartProgramMsg
nErrClass = retReadPartProgramMsg.ErrClass
nErrNum = retReadPartProgramMsg.ErrNum
O_ReadPartProgramMsg = retReadPartProgramMsg.retval
End Function
Public Function O_ReadCurrentErrorMsg(ByVal nProcess As Integer, ByRef MessaggioErr() As String, ByRef nErrClass As UInteger, ByRef nErrNum As UInteger) As Integer
Dim oReadCurrentErrorMsg As New OpenControl.ReadCurrentErrorMsg
Dim retReadCurrentErrorMsg As New OpenControl.ReadCurrentErrorMsgR
oReadCurrentErrorMsg.Process = nProcess
retReadCurrentErrorMsg = OsaiServer.ReadCurrentErrorMsg(oReadCurrentErrorMsg)
'SOAP function call
Dim datoErr As New CndexLinkDotNet.Cndex.MSG_ERROR
Try
datoErr.BootID = CUInt(retReadCurrentErrorMsg.Data.BootID)
datoErr.UnIdSeq = CUInt(retReadCurrentErrorMsg.Data.UnIdSeq)
datoErr.Code_Err = CUInt(retReadCurrentErrorMsg.Data.CodeErr)
datoErr.Comando = CByte(retReadCurrentErrorMsg.Data.Comando)
datoErr.FormatTxt = retReadCurrentErrorMsg.Data.FormatTxt
datoErr.Process = retReadCurrentErrorMsg.Data.Process
datoErr.SubCom = CByte(retReadCurrentErrorMsg.Data.SubCom)
Dim text2 As MESSAGE_TEXT
text2.Line1 = ""
text2.Line2 = ""
text2.Line3 = ""
text2.Line4 = ""
'Invoke native function TranslateErrorMsg() in library OSAI_ErrorMgr.dll
OSAIErrorManagerLibrary.TranslateErrorMsg(datoErr, text2)
ReDim MessaggioErr(4)
'Display error message text
MessaggioErr(1) = text2.Line1
MessaggioErr(2) = text2.Line2
MessaggioErr(3) = text2.Line3
MessaggioErr(4) = text2.Line4
Catch ex As Exception
Dim text2 As MESSAGE_TEXT
text2.Line1 = ""
text2.Line2 = ""
text2.Line3 = ""
text2.Line4 = ""
'Invoke native function TranslateErrorMsg() in library OSAI_ErrorMgr.dll
OSAIErrorManagerLibrary.TranslateErrorMsg(datoErr, text2)
ReDim MessaggioErr(4)
'Display error message text
MessaggioErr(1) = text2.Line1
MessaggioErr(2) = text2.Line2
MessaggioErr(3) = text2.Line3
MessaggioErr(4) = text2.Line4
End Try
O_ReadCurrentErrorMsg = retReadCurrentErrorMsg.retval
End Function
Public Function O_ActiveProgram(ByVal nProcess As Integer, ByRef ProgramActive As String, ByRef nErrClass As UInteger, ByRef nErrNum As UInteger) As Integer
Dim oGetActivePartProgram As New OpenControl.GetActivePartProgram
Dim retGetActivePartProgram As New OpenControl.GetActivePartProgramR
oGetActivePartProgram.ProcNum = nProcess
retGetActivePartProgram = OsaiServer.GetActivePartProgram(oGetActivePartProgram)
ProgramActive = retGetActivePartProgram.Main
nErrClass = retGetActivePartProgram.ErrClass
nErrNum = retGetActivePartProgram.ErrNum
O_ActiveProgram = retGetActivePartProgram.retval
End Function
Public Function O_SelectPartProgram(ByVal nProcess As Integer, ByRef ProgramToActive As String, ByRef nErrClass As UInteger, ByRef nErrNum As UInteger) As Integer
Dim oSelectPartProgram As New OpenControl.SelectPartProgramFromDrive
Dim retSelectPartProgram As New OpenControl.SelectPartProgramFromDriveR
oSelectPartProgram.ProcNum = nProcess
oSelectPartProgram.PPName = ProgramToActive
retSelectPartProgram = OsaiServer.SelectPartProgramFromDrive(oSelectPartProgram)
nErrClass = retSelectPartProgram.ErrClass
nErrNum = retSelectPartProgram.ErrNum
O_SelectPartProgram = retSelectPartProgram.retval
End Function
Public Function O_ReadMessage(ByVal nProcNum As UShort, ByRef szErrMsg() As String, ByRef nErrClass As UInteger, ByRef nErrNum As UInteger) As Integer
Dim oReadErrMsg As New OpenControl.ReadErrMsg
Dim retReadErrMsg As New OpenControl.ReadErrMsgR
Dim sErrMsg As OpenControl.ERRMSG
oReadErrMsg.ProcNum = nProcNum
retReadErrMsg = OsaiServer.ReadErrMsg(oReadErrMsg)
sErrMsg = retReadErrMsg.SysErrMsg
Try
ReDim szErrMsg(4)
szErrMsg(0) = sErrMsg.Msg1
szErrMsg(1) = sErrMsg.Msg2
szErrMsg(2) = sErrMsg.Msg3
szErrMsg(3) = sErrMsg.Msg4
Catch ex As Exception
End Try
nErrClass = retReadErrMsg.ErrClass
nErrNum = retReadErrMsg.ErrNum
O_ReadMessage = retReadErrMsg.retval
End Function
Public Function O_ReadWarningMessage(ByVal nProcNum As UShort, ByRef szErrMsg As String, ByRef nErrClass As UInteger, ByRef nErrNum As UInteger) As Integer
Dim oReadWarningMsg As New OpenControl.ReadWarningMsg
Dim retReadWarningMsg As New OpenControl.ReadWarningMsgR
retReadWarningMsg = OsaiServer.ReadWarningMsg(oReadWarningMsg)
szErrMsg = retReadWarningMsg.WarningMsg
nErrClass = retReadWarningMsg.ErrClass
nErrNum = retReadWarningMsg.ErrNum
O_ReadWarningMessage = retReadWarningMsg.retval
End Function
End Module
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<ReferenceGroup xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ID="705a8ac8-88df-4e9d-b05e-a7b154029d52" xmlns="urn:schemas-microsoft-com:xml-wcfservicemap">
<ClientOptions>
<GenerateAsynchronousMethods>false</GenerateAsynchronousMethods>
<EnableDataBinding>true</EnableDataBinding>
<ExcludedTypes />
<ImportXmlTypes>false</ImportXmlTypes>
<GenerateInternalTypes>false</GenerateInternalTypes>
<GenerateMessageContracts>false</GenerateMessageContracts>
<NamespaceMappings />
<CollectionMappings />
<GenerateSerializableTypes>true</GenerateSerializableTypes>
<Serializer>Auto</Serializer>
<UseSerializerForFaults>true</UseSerializerForFaults>
<ReferenceAllAssemblies>true</ReferenceAllAssemblies>
<ReferencedAssemblies />
<ReferencedDataContractTypes />
<ServiceContractMappings />
</ClientOptions>
<MetadataSources>
<MetadataSource Address="c:\Daniel\OpenControl\OpenControl.wsdl" Protocol="file" SourceId="1" />
</MetadataSources>
<Metadata>
<MetadataFile FileName="OPENcontrol.wsdl" MetadataType="Wsdl" ID="b739d983-6f5a-4b49-9355-eb68cb440c94" SourceId="1" SourceUrl="file:///c:/Daniel/OpenControl/OpenControl.wsdl" />
</Metadata>
<Extensions>
<ExtensionFile FileName="configuration91.svcinfo" Name="configuration91.svcinfo" />
<ExtensionFile FileName="configuration.svcinfo" Name="configuration.svcinfo" />
</Extensions>
</ReferenceGroup>
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="AxesRefR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.AxesRefR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="BootModeR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.BootModeR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="BootPhaseEnquiryR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.BootPhaseEnquiryR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="BootRebootR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.BootRebootR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="BootShutDownR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.BootShutDownR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="CheckHistoryR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.CheckHistoryR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="CycleR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.CycleR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="DncDataR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.DncDataR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="DncEofR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.DncEofR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="DncInitR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.DncInitR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="DncStopR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.DncStopR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="EseExR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.EseExR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="EseR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.EseR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="ExeR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.ExeR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="GetActivePartProgramR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.GetActivePartProgramR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="GetAvailableCustomEventsR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.GetAvailableCustomEventsR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="GetAxOriginNumR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.GetAxOriginNumR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="GetAxesInfo3R" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.GetAxesInfo3R, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="GetAxesPositionR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.GetAxesPositionR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="GetBinaryFileR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.GetBinaryFileR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="GetBlkNumR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.GetBlkNumR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="GetCNCRegKeyR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.GetCNCRegKeyR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="GetCodeNumberR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.GetCodeNumberR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="GetDateTimeR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.GetDateTimeR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="GetFileR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.GetFileR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="GetGCodeR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.GetGCodeR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="GetHWKeyR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.GetHWKeyR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="GetMCodeR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.GetMCodeR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="GetMarkerInfoR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.GetMarkerInfoR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="GetNcInfo1R" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.GetNcInfo1R, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="GetNcInfo2R" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.GetNcInfo2R, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="GetOffsetTabRecordIIR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.GetOffsetTabRecordIIR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="GetOptionsR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.GetOptionsR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="GetOriginTabRecordIIR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.GetOriginTabRecordIIR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="GetPTechSizesR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.GetPTechSizesR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="GetPartProgramLinesR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.GetPartProgramLinesR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="GetProcInInputR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.GetProcInInputR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="GetProcVarDoubleR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.GetProcVarDoubleR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="GetProcVarWordR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.GetProcVarWordR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="GetProcessConfNumR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.GetProcessConfNumR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="GetProcessStatusR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.GetProcessStatusR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="GetSelectedProcessR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.GetSelectedProcessR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="GetSerialNumberR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.GetSerialNumberR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="GetServoParR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.GetServoParR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="GetSysTickR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.GetSysTickR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="GetToolNamesR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.GetToolNamesR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="GetToolTabRecordIIR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.GetToolTabRecordIIR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="GetUserTabRecordIIR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.GetUserTabRecordIIR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="GetVarJOGR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.GetVarJOGR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="GetVarRCMR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.GetVarRCMR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="HoldR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.HoldR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="LoadPTechR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.LoadPTechR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="LockTableIIR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.LockTableIIR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="LogFSAddDriveR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.LogFSAddDriveR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="LogFSChangeFileAttribR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.LogFSChangeFileAttribR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="LogFSCloseFileR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.LogFSCloseFileR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="LogFSCopyFileR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.LogFSCopyFileR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="LogFSCreateDirR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.LogFSCreateDirR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="LogFSCreateFileR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.LogFSCreateFileR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="LogFSFindCloseR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.LogFSFindCloseR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="LogFSFindFirstR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.LogFSFindFirstR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="LogFSFindNextR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.LogFSFindNextR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="LogFSGetDriveListR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.LogFSGetDriveListR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="LogFSGetDrivePathR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.LogFSGetDrivePathR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="LogFSGetFileAttribR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.LogFSGetFileAttribR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="LogFSGetFileSizeR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.LogFSGetFileSizeR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="LogFSGetHiddenDriveListR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.LogFSGetHiddenDriveListR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="LogFSGetInfoR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.LogFSGetInfoR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="LogFSGetNumDriveR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.LogFSGetNumDriveR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="LogFSGetSecurityLevelR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.LogFSGetSecurityLevelR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="LogFSLongFileNamesR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.LogFSLongFileNamesR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="LogFSOpenFileR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.LogFSOpenFileR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="LogFSReadRecordR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.LogFSReadRecordR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="LogFSReloadDriveListR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.LogFSReloadDriveListR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="LogFSRemoveDirR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.LogFSRemoveDirR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="LogFSRemoveDriveR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.LogFSRemoveDriveR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="LogFSRemoveFileR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.LogFSRemoveFileR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="LogFSRenameR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.LogFSRenameR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="LogFSSetFileAttribR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.LogFSSetFileAttribR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="LogFSSetSecurityLevelR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.LogFSSetSecurityLevelR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is automatically generated by Visual Studio .Net. It is
used to store generic object data source configuration information.
Renaming the file extension or editing the content of this file may
cause the file to be unrecognizable by the program.
-->
<GenericObjectDataSource DisplayName="LogFSWriteRecordR" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TypeInfo>TestOENcontrol.OPENControl.LogFSWriteRecordR, Service References.OPENControl.Reference.vb, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
</GenericObjectDataSource>

Some files were not shown because too many files have changed in this diff Show More