This commit is contained in:
Binary file not shown.
@@ -0,0 +1,48 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 15
|
||||
VisualStudioVersion = 15.0.26430.16
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CMS_CORE_Application", "CMS_CORE_Application\CMS_CORE_Application.csproj", "{EEB0C188-6EFA-4ABB-9E6F-4D423006428C}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CMS_CORE_Library", "CMS_CORE_Library\CMS_CORE_Library.csproj", "{4ABF8EEF-2B23-483E-ACDC-53214FE28681}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Debug|x86 = Debug|x86
|
||||
Debug2|Any CPU = Debug2|Any CPU
|
||||
Debug2|x86 = Debug2|x86
|
||||
Release|Any CPU = Release|Any CPU
|
||||
Release|x86 = Release|x86
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{EEB0C188-6EFA-4ABB-9E6F-4D423006428C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{EEB0C188-6EFA-4ABB-9E6F-4D423006428C}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{EEB0C188-6EFA-4ABB-9E6F-4D423006428C}.Debug|x86.ActiveCfg = Debug|x86
|
||||
{EEB0C188-6EFA-4ABB-9E6F-4D423006428C}.Debug|x86.Build.0 = Debug|x86
|
||||
{EEB0C188-6EFA-4ABB-9E6F-4D423006428C}.Debug2|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{EEB0C188-6EFA-4ABB-9E6F-4D423006428C}.Debug2|Any CPU.Build.0 = Debug|Any CPU
|
||||
{EEB0C188-6EFA-4ABB-9E6F-4D423006428C}.Debug2|x86.ActiveCfg = Debug|x86
|
||||
{EEB0C188-6EFA-4ABB-9E6F-4D423006428C}.Debug2|x86.Build.0 = Debug|x86
|
||||
{EEB0C188-6EFA-4ABB-9E6F-4D423006428C}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{EEB0C188-6EFA-4ABB-9E6F-4D423006428C}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{EEB0C188-6EFA-4ABB-9E6F-4D423006428C}.Release|x86.ActiveCfg = Release|x86
|
||||
{EEB0C188-6EFA-4ABB-9E6F-4D423006428C}.Release|x86.Build.0 = Release|x86
|
||||
{4ABF8EEF-2B23-483E-ACDC-53214FE28681}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{4ABF8EEF-2B23-483E-ACDC-53214FE28681}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{4ABF8EEF-2B23-483E-ACDC-53214FE28681}.Debug|x86.ActiveCfg = Debug2|Any CPU
|
||||
{4ABF8EEF-2B23-483E-ACDC-53214FE28681}.Debug|x86.Build.0 = Debug2|Any CPU
|
||||
{4ABF8EEF-2B23-483E-ACDC-53214FE28681}.Debug2|Any CPU.ActiveCfg = Debug2|Any CPU
|
||||
{4ABF8EEF-2B23-483E-ACDC-53214FE28681}.Debug2|Any CPU.Build.0 = Debug2|Any CPU
|
||||
{4ABF8EEF-2B23-483E-ACDC-53214FE28681}.Debug2|x86.ActiveCfg = Debug2|Any CPU
|
||||
{4ABF8EEF-2B23-483E-ACDC-53214FE28681}.Debug2|x86.Build.0 = Debug2|Any CPU
|
||||
{4ABF8EEF-2B23-483E-ACDC-53214FE28681}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{4ABF8EEF-2B23-483E-ACDC-53214FE28681}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{4ABF8EEF-2B23-483E-ACDC-53214FE28681}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{4ABF8EEF-2B23-483E-ACDC-53214FE28681}.Release|x86.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
|
||||
</startup>
|
||||
</configuration>
|
||||
@@ -0,0 +1,114 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProjectGuid>{EEB0C188-6EFA-4ABB-9E6F-4D423006428C}</ProjectGuid>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<RootNamespace>CMS_CORE_Application</RootNamespace>
|
||||
<AssemblyName>CMS_CORE_Application</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DefineConstants>TRACE;DEBUG;FS30D</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<OutputPath>bin\x86\Debug\</OutputPath>
|
||||
<DefineConstants>TRACE;DEBUG</DefineConstants>
|
||||
<DebugType>full</DebugType>
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
||||
<Prefer32Bit>true</Prefer32Bit>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
||||
<OutputPath>bin\x86\Release\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<Optimize>true</Optimize>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
||||
<Prefer32Bit>true</Prefer32Bit>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="CMS_CORE_Library">
|
||||
<HintPath>..\CMS_CORE_Library\bin\Debug2\CMS_CORE_Library.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="SKGL, Version=2.0.5.3, Culture=neutral, PublicKeyToken=c2850a745143a030, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\SKGL.2.0.5.3\lib\SKGL.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Runtime.Serialization" />
|
||||
<Reference Include="System.ServiceModel" />
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
<Reference Include="System.Data.DataSetExtensions" />
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Deployment" />
|
||||
<Reference Include="System.Drawing" />
|
||||
<Reference Include="System.Net.Http" />
|
||||
<Reference Include="System.Windows.Forms" />
|
||||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Form1.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Form1.Designer.cs">
|
||||
<DependentUpon>Form1.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Program.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<EmbeddedResource Include="Form1.resx">
|
||||
<DependentUpon>Form1.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Properties\Resources.resx">
|
||||
<Generator>ResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
||||
<SubType>Designer</SubType>
|
||||
</EmbeddedResource>
|
||||
<Compile Include="Properties\Resources.Designer.cs">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>Resources.resx</DependentUpon>
|
||||
</Compile>
|
||||
<None Include="packages.config" />
|
||||
<None Include="Properties\Settings.settings">
|
||||
<Generator>SettingsSingleFileGenerator</Generator>
|
||||
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
||||
</None>
|
||||
<Compile Include="Properties\Settings.Designer.cs">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>Settings.settings</DependentUpon>
|
||||
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="App.config" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<WCFMetadata Include="Connected Services\" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
</Project>
|
||||
Generated
+48
@@ -0,0 +1,48 @@
|
||||
namespace CMS_CORE_Application
|
||||
{
|
||||
partial class Form1
|
||||
{
|
||||
/// <summary>
|
||||
/// Variabile di progettazione necessaria.
|
||||
/// </summary>
|
||||
private System.ComponentModel.IContainer components = null;
|
||||
|
||||
/// <summary>
|
||||
/// Pulire le risorse in uso.
|
||||
/// </summary>
|
||||
/// <param name="disposing">ha valore true se le risorse gestite devono essere eliminate, false in caso contrario.</param>
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && (components != null))
|
||||
{
|
||||
components.Dispose();
|
||||
}
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
#region Codice generato da Progettazione Windows Form
|
||||
|
||||
/// <summary>
|
||||
/// Metodo necessario per il supporto della finestra di progettazione. Non modificare
|
||||
/// il contenuto del metodo con l'editor di codice.
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// Form1
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(284, 262);
|
||||
this.Name = "Form1";
|
||||
this.Text = "Form1";
|
||||
this.Load += new System.EventHandler(this.Form1_Load);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,52 @@
|
||||
using CMS_CORE;
|
||||
using CMS_CORE.Exceptions;
|
||||
using CMS_CORE.Osai;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Data;
|
||||
using System.Drawing;
|
||||
using System.Linq;
|
||||
using System.ServiceModel;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace CMS_CORE_Application
|
||||
{
|
||||
public partial class Form1 : Form
|
||||
{
|
||||
public Form1()
|
||||
{
|
||||
InitializeComponent();
|
||||
|
||||
SKGL.SerialKeyConfiguration conf = new SKGL.SerialKeyConfiguration();
|
||||
conf.Features[0] = true;
|
||||
SKGL.Generate gg = new SKGL.Generate(conf);
|
||||
gg.secretPhase = "test";
|
||||
string ss = gg.doKey(999);
|
||||
|
||||
|
||||
SKGL.Validate vv = new SKGL.Validate(conf);
|
||||
vv.secretPhase = "test";
|
||||
vv.Key = ss;
|
||||
Boolean tt= vv.IsValid;
|
||||
|
||||
Nc N = new Nc_Osai("1922.168.157.2", 8080, 2);
|
||||
try
|
||||
{
|
||||
N.Connect();
|
||||
}
|
||||
catch(Nc_Exception e)
|
||||
{
|
||||
MessageBox.Show(e.Message);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
private void Form1_Load(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
</root>
|
||||
@@ -0,0 +1,22 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace CMS_CORE_Application
|
||||
{
|
||||
static class Program
|
||||
{
|
||||
/// <summary>
|
||||
/// Punto di ingresso principale dell'applicazione.
|
||||
/// </summary>
|
||||
[STAThread]
|
||||
static void Main()
|
||||
{
|
||||
Application.EnableVisualStyles();
|
||||
Application.SetCompatibleTextRenderingDefault(false);
|
||||
Application.Run(new Form1());
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,36 @@
|
||||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
// Le informazioni generali relative a un assembly sono controllate dal seguente
|
||||
// set di attributi. Modificare i valori di questi attributi per modificare le informazioni
|
||||
// associate a un assembly.
|
||||
[assembly: AssemblyTitle("CMS_CORE_Application")]
|
||||
[assembly: AssemblyDescription("")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("CMS_CORE_Application")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2017")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
// Se si imposta ComVisible su false, i tipi in questo assembly non saranno visibili
|
||||
// ai componenti COM. Se è necessario accedere a un tipo in questo assembly da
|
||||
// COM, impostare su true l'attributo ComVisible per tale tipo.
|
||||
[assembly: ComVisible(false)]
|
||||
|
||||
// Se il progetto viene esposto a COM, il GUID seguente verrà utilizzato come ID della libreria dei tipi
|
||||
[assembly: Guid("eeb0c188-6efa-4abb-9e6f-4d423006428c")]
|
||||
|
||||
// Le informazioni sulla versione di un assembly sono costituite dai seguenti quattro valori:
|
||||
//
|
||||
// Versione principale
|
||||
// Versione secondaria
|
||||
// Numero di build
|
||||
// Revisione
|
||||
//
|
||||
// È possibile specificare tutti i valori oppure impostare valori predefiniti per i numeri relativi alla revisione e alla build
|
||||
// usando l'asterisco '*' come illustrato di seguito:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.0.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||
@@ -0,0 +1,71 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// Codice generato da uno strumento.
|
||||
// Versione runtime:4.0.30319.42000
|
||||
//
|
||||
// Le modifiche apportate a questo file possono causare un comportamento non corretto e andranno perse se
|
||||
// il codice viene rigenerato.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace CMS_CORE_Application.Properties
|
||||
{
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Classe di risorse fortemente tipizzata per la ricerca di stringhe localizzate e così via.
|
||||
/// </summary>
|
||||
// Questa classe è stata generata automaticamente dalla classe StronglyTypedResourceBuilder
|
||||
// tramite uno strumento quale ResGen o Visual Studio.
|
||||
// Per aggiungere o rimuovere un membro, modificare il file .ResX, quindi eseguire di nuovo ResGen
|
||||
// con l'opzione /str oppure ricompilare il progetto VS.
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
internal class Resources
|
||||
{
|
||||
|
||||
private static global::System.Resources.ResourceManager resourceMan;
|
||||
|
||||
private static global::System.Globalization.CultureInfo resourceCulture;
|
||||
|
||||
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
||||
internal Resources()
|
||||
{
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Restituisce l'istanza di ResourceManager memorizzata nella cache e usata da questa classe.
|
||||
/// </summary>
|
||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
internal static global::System.Resources.ResourceManager ResourceManager
|
||||
{
|
||||
get
|
||||
{
|
||||
if ((resourceMan == null))
|
||||
{
|
||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("CMS_CORE_Application.Properties.Resources", typeof(Resources).Assembly);
|
||||
resourceMan = temp;
|
||||
}
|
||||
return resourceMan;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Esegue l'override della proprietà CurrentUICulture del thread corrente per tutte
|
||||
/// le ricerche di risorse che utilizzano questa classe di risorse fortemente tipizzata.
|
||||
/// </summary>
|
||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
internal static global::System.Globalization.CultureInfo Culture
|
||||
{
|
||||
get
|
||||
{
|
||||
return resourceCulture;
|
||||
}
|
||||
set
|
||||
{
|
||||
resourceCulture = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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,30 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.42000
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace CMS_CORE_Application.Properties
|
||||
{
|
||||
|
||||
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
|
||||
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase
|
||||
{
|
||||
|
||||
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
|
||||
|
||||
public static Settings Default
|
||||
{
|
||||
get
|
||||
{
|
||||
return defaultInstance;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)">
|
||||
<Profiles>
|
||||
<Profile Name="(Default)" />
|
||||
</Profiles>
|
||||
<Settings />
|
||||
</SettingsFile>
|
||||
Binary file not shown.
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
|
||||
</startup>
|
||||
<system.serviceModel>
|
||||
<bindings>
|
||||
<basicHttpBinding>
|
||||
<binding name="OPENcontrol" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:00:02" sendTimeout="00:00:02" allowCookies="false" bypassProxyOnLocal="true" hostNameComparisonMode="StrongWildcard" maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="false" />
|
||||
</basicHttpBinding>
|
||||
</bindings><client>
|
||||
<endpoint address="http://192.168.20.2:8080" binding="basicHttpBinding"
|
||||
bindingConfiguration="OPENcontrol" contract="OPENControl.OPENcontrolPortType" name="OPENcontrol" />
|
||||
</client>
|
||||
</system.serviceModel>
|
||||
</configuration>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
|
||||
</startup>
|
||||
</configuration>
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
<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>
|
||||
Binary file not shown.
@@ -0,0 +1,458 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>CMS_CORE_Library</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="M:CMS_CORE.Nc.isConnected">
|
||||
<summary>
|
||||
Read Nc Status
|
||||
<para>
|
||||
Compatibility: Fanuc | Osai
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
</member>
|
||||
<member name="M:CMS_CORE.Nc.getIpAddress">
|
||||
<summary>
|
||||
Get the NC IP-Address
|
||||
<para>
|
||||
Compatibility: Fanuc | Osai
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
</member>
|
||||
<member name="M:CMS_CORE.Nc.getPort">
|
||||
<summary>
|
||||
Read Nc Port
|
||||
<para>
|
||||
Compatibility: Fanuc | Osai
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
</member>
|
||||
<member name="M:CMS_CORE.Nc.Connect">
|
||||
<summary>
|
||||
Connect the NC
|
||||
<para>
|
||||
Compatibility: Fanuc | Osai
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
</member>
|
||||
<member name="M:CMS_CORE.Nc.Disconnect">
|
||||
<summary>
|
||||
Disconnect the NC
|
||||
<para>
|
||||
Compatibility: Fanuc | Osai
|
||||
</para>
|
||||
</summary>
|
||||
|
||||
</member>
|
||||
<member name="M:CMS_CORE.Nc.R_NCDateTime(System.DateTime@)">
|
||||
<summary>
|
||||
Read actual time of the NC-Software (sometimes it can be different from NC-Operative-System)
|
||||
<para>
|
||||
Compatibility: Fanuc | Osai
|
||||
</para>
|
||||
</summary>
|
||||
<param name="ActualTime">Reference of a DateTime Variable where data will be saved</param>
|
||||
|
||||
</member>
|
||||
<member name="M:CMS_CORE.Nc.R_NCSerialNumber(System.String@)">
|
||||
<summary>
|
||||
Read CMS Serial number of the NC
|
||||
<para>
|
||||
Compatibility: Fanuc | Osai
|
||||
</para>
|
||||
</summary>
|
||||
<param name="SN">Reference of a String Variable where data will be saved</param>
|
||||
|
||||
</member>
|
||||
<member name="M:CMS_CORE.Nc.R_NCModelName(System.String@)">
|
||||
<summary>
|
||||
Read Model name of the NC
|
||||
<para>
|
||||
Compatibility: Fanuc | Osai
|
||||
</para>
|
||||
</summary>
|
||||
<param name="ModelName">Reference of a String Variable where data will be saved</param>
|
||||
|
||||
</member>
|
||||
<member name="M:CMS_CORE.Nc.R_NCSoftwareVersion(System.String@)">
|
||||
<summary>
|
||||
Read Software Version of the Nc
|
||||
<para>
|
||||
Compatibility: Fanuc | Osai
|
||||
</para>
|
||||
</summary>
|
||||
<param name="SWV">Reference of a String Variable where data will be saved</param>
|
||||
|
||||
</member>
|
||||
<member name="M:CMS_CORE.Nc.R_NCMachineNumber(System.String@)">
|
||||
<summary>
|
||||
Read CMS Serial number of the Machine
|
||||
<para>
|
||||
Compatibility: Fanuc | Osai
|
||||
</para>
|
||||
</summary>
|
||||
<param name="MachNumber">Reference of a String Variable where data will be saved</param>
|
||||
|
||||
</member>
|
||||
<member name="M:CMS_CORE.Nc.R_NCProcessesNum(System.UInt16@)">
|
||||
<summary>
|
||||
Read number of configured Processes/Paths
|
||||
<para>
|
||||
Compatibility: Fanuc | Osai
|
||||
</para>
|
||||
</summary>
|
||||
<param name="ProcNumber">Reference of a ushort Variable where data will be saved</param>
|
||||
|
||||
</member>
|
||||
<member name="M:CMS_CORE.Nc.R_NCLanguage(System.Globalization.CultureInfo@)">
|
||||
<summary>
|
||||
Read the configured language of the NC
|
||||
<para>
|
||||
Compatibility: Fanuc | Osai
|
||||
</para>
|
||||
</summary>
|
||||
<param name="MachNumber">Reference of a CultureInfo Variable where data will be saved</param>
|
||||
|
||||
</member>
|
||||
<member name="M:CMS_CORE.Nc.R_PLCActiveAlarms(System.Collections.Generic.List{System.String}@)">
|
||||
<summary>
|
||||
Read PMC active Alarms
|
||||
<para>
|
||||
Compatibility: Fanuc | Osai
|
||||
</para>
|
||||
</summary>
|
||||
<param name="Alarms">Reference of a List of String Variables where data will be saved</param>
|
||||
|
||||
</member>
|
||||
<member name="M:CMS_CORE.Nc.R_PROCStatus(System.UInt16,CMS_CORE.Nc.PROC_Status@)">
|
||||
<summary>
|
||||
Read the actual status of the Process "ProcNumber"
|
||||
<para>See <see cref="T:CMS_CORE.Nc.PROC_Status"/> for information about the PROC_Status type</para>
|
||||
<para>
|
||||
Compatibility: Fanuc | Osai
|
||||
</para>
|
||||
</summary>
|
||||
<param name="ProcNumber">Process to execute the action</param>
|
||||
<param name="Status">Reference of a PROC_Status Variable where data will be saved</param>
|
||||
|
||||
</member>
|
||||
<member name="M:CMS_CORE.Nc.R_PROCMode(System.UInt16,CMS_CORE.Nc.PROC_Mode@)">
|
||||
<summary>
|
||||
Read the selected Mode Process "ProcNumber"
|
||||
<para>See <see cref="T:CMS_CORE.Nc.PROC_Mode"/> for information about the PROC_Status type</para>
|
||||
<para>
|
||||
Compatibility: Fanuc | Osai
|
||||
</para>
|
||||
</summary>
|
||||
<param name="ProcNumber">Process to execute the action</param>
|
||||
<param name="Mode">Reference of a PROC_Mode Variable where data will be saved</param>
|
||||
|
||||
</member>
|
||||
<member name="M:CMS_CORE.Nc.R_PROCActiveAlarms(System.UInt16,System.Collections.Generic.List{System.String}@)">
|
||||
<summary>
|
||||
Read active alarms of the process "ProcNumber". For OSAI Nc the list can contain only one Message
|
||||
<para>
|
||||
Compatibility: Fanuc | Osai
|
||||
</para>
|
||||
</summary>
|
||||
<param name="ProcNumber">Process to execute the action</param>
|
||||
<param name="Alarms">Reference of a List of String Variables where data will be saved</param>
|
||||
|
||||
</member>
|
||||
<member name="M:CMS_CORE.Nc.R_PROCAxis_InterpPosition(System.UInt16,System.Collections.Generic.Dictionary{System.String,System.Double}@)">
|
||||
<summary>
|
||||
Read the Interpolated position of all axes in Process "ProcNumber"
|
||||
<para>
|
||||
Compatibility: Fanuc | Osai
|
||||
</para>
|
||||
</summary>
|
||||
<param name="ProcNumber">Process to execute the action</param>
|
||||
<param name="Axes">Reference of Dictionary "Key,Value" with: Key: Axis Name, Value: Position</param>
|
||||
|
||||
</member>
|
||||
<member name="M:CMS_CORE.Nc.R_PROCAxis_ProgrPosition(System.UInt16,System.Collections.Generic.Dictionary{System.String,System.Double}@)">
|
||||
<summary>
|
||||
Read the Programmed position of all axes in Process "ProcNumber".
|
||||
For Fanuc-Nc there's not "Programmed position" variables. Si it is calculated from Machine-Pos and Distance-to-go
|
||||
<para>
|
||||
Compatibility: Fanuc | Osai
|
||||
</para>
|
||||
</summary>
|
||||
<param name="ProcNumber">Process to execute the action</param>
|
||||
<param name="Axes">Reference of Dictionary "Key,Value" with: Key: Axis Name, Value: Position</param>
|
||||
|
||||
</member>
|
||||
<member name="M:CMS_CORE.Nc.R_PROCAxis_MachinePosition(System.UInt16,System.Collections.Generic.Dictionary{System.String,System.Double}@)">
|
||||
<summary>
|
||||
Read the Machine position of all axes in Process "ProcNumber"
|
||||
<para>
|
||||
Compatibility: Fanuc | Osai
|
||||
</para>
|
||||
</summary>
|
||||
<param name="ProcNumber">Process to execute the action</param>
|
||||
<param name="Axes">Reference of Dictionary "Key,Value" with: Key: Axis Name, Value: Position</param>
|
||||
|
||||
</member>
|
||||
<member name="M:CMS_CORE.Nc.R_PROCAxis_FollError(System.UInt16,System.Collections.Generic.Dictionary{System.String,System.Double}@)">
|
||||
<summary>
|
||||
Read the Following-Error of all axes in Process "ProcNumber"
|
||||
<para>
|
||||
Compatibility: Osai
|
||||
</para>
|
||||
</summary>
|
||||
<param name="ProcNumber">Process to execute the action</param>
|
||||
<param name="Axes">Reference of Dictionary "Key,Value" with: Key: Axis Name, Value: Position</param>
|
||||
|
||||
</member>
|
||||
<member name="M:CMS_CORE.Nc.R_PROCAxis_DistToGo(System.UInt16,System.Collections.Generic.Dictionary{System.String,System.Double}@)">
|
||||
<summary>
|
||||
Read the Distance-to-go of all axes in Process "ProcNumber"
|
||||
<para>
|
||||
Compatibility: Fanuc | Osai
|
||||
</para>
|
||||
</summary>
|
||||
<param name="ProcNumber">Process to execute the action</param>
|
||||
<param name="Axes">Reference of Dictionary "Key,Value" with: Key: Axis Name, Value: Position</param>
|
||||
|
||||
</member>
|
||||
<member name="M:CMS_CORE.Nc.RW_Boolean(System.Boolean,System.Int32,CMS_CORE.Nc.MEMORY_Type,System.Int32,System.Int32,System.Boolean@)">
|
||||
<summary>Read/Write Boolean variable from/into NC Memory Area
|
||||
<para>
|
||||
Compatibility: Fanuc | Osai
|
||||
</para>
|
||||
</summary>
|
||||
<param name="bWrite">Set True to Write-operation (Also Allowed <see cref="F:CMS_CORE.Nc.W"/>/<see cref="F:CMS_CORE.Nc.R"/>)</param>
|
||||
<param name="Process">Process to perform operation (If the area is process-indipendent use 0 or <see cref="F:CMS_CORE.Nc.UNDEF_PROC"/>)</param>
|
||||
<param name="MemType">Nc Memory Area. See <see cref="T:CMS_CORE.Nc.MEMORY_Type"/></param>
|
||||
<param name="MemIndex">Starting Index of Memory Area</param>
|
||||
<param name="MemBit">Set the Bit to Read-Write. (0..7)</param>
|
||||
<param name="Value">Reference to variable to read/Write</param>
|
||||
|
||||
</member>
|
||||
<member name="M:CMS_CORE.Nc.RW_Byte(System.Boolean,System.Int32,CMS_CORE.Nc.MEMORY_Type,System.Int32,System.Int32,System.Byte@)">
|
||||
<summary>Read/Write Byte variable from/into NC Memory Area
|
||||
<para>
|
||||
Compatibility: Fanuc | Osai
|
||||
</para>
|
||||
</summary>
|
||||
<param name="bWrite">Set True to Write-operation (Also Allowed <see cref="F:CMS_CORE.Nc.W"/>/<see cref="F:CMS_CORE.Nc.R"/>)</param>
|
||||
<param name="Process">Process to perform operation (If the area is process-indipendent use 0 or <see cref="F:CMS_CORE.Nc.UNDEF_PROC"/>)</param>
|
||||
<param name="MemType">Nc Memory Area. See <see cref="T:CMS_CORE.Nc.MEMORY_Type"/></param>
|
||||
<param name="MemIndex">Starting Index of Memory Area</param>
|
||||
<param name="MemByteStart">Set to 1 if the Byte is the second of a WORD (only for OSAI Nc)</param>
|
||||
<param name="Value">Reference to variable to read/Write</param>
|
||||
|
||||
</member>
|
||||
<member name="M:CMS_CORE.Nc.RW_Word(System.Boolean,System.Int32,CMS_CORE.Nc.MEMORY_Type,System.Int32,System.UInt16@)">
|
||||
<summary>Read/Write unsigned 2 Byte (NC: Word:, .NET: ushort) variable from/into NC Memory Area
|
||||
<para>
|
||||
Compatibility: Fanuc | Osai
|
||||
</para>
|
||||
</summary>
|
||||
<param name="bWrite">Set True to Write-operation (Also Allowed <see cref="F:CMS_CORE.Nc.W"/>/<see cref="F:CMS_CORE.Nc.R"/>)</param>
|
||||
<param name="Process">Process to perform operation (If the area is process-indipendent use 0 or <see cref="F:CMS_CORE.Nc.UNDEF_PROC"/>)</param>
|
||||
<param name="MemType">Nc Memory Area. See <see cref="T:CMS_CORE.Nc.MEMORY_Type"/></param>
|
||||
<param name="MemIndex">Starting Index of Memory Area</param>
|
||||
<param name="Number">Number of sequential data Read/Write. (Used only in Reading Operation)</param>
|
||||
<param name="Value">List of values to read/Write</param>
|
||||
|
||||
</member>
|
||||
<member name="M:CMS_CORE.Nc.RW_Short(System.Boolean,System.Int32,CMS_CORE.Nc.MEMORY_Type,System.Int32,System.Int16@)">
|
||||
<summary>Read/Write signed 2 Byte (NC: Word:, .NET: short) variable from/into NC Memory Area
|
||||
<para>
|
||||
Compatibility: Fanuc | Osai
|
||||
</para>
|
||||
</summary>
|
||||
<param name="bWrite">Set True to Write-operation (Also Allowed <see cref="F:CMS_CORE.Nc.W"/>/<see cref="F:CMS_CORE.Nc.R"/>)</param>
|
||||
<param name="Process">Process to perform operation (If the area is process-indipendent use 0 or <see cref="F:CMS_CORE.Nc.UNDEF_PROC"/>)</param>
|
||||
<param name="MemType">Nc Memory Area. See <see cref="T:CMS_CORE.Nc.MEMORY_Type"/></param>
|
||||
<param name="MemIndex">Starting Index of Memory Area</param>
|
||||
<param name="Number">Number of sequential data Read/Write. (Used only in Reading Operation)</param>
|
||||
<param name="Value">List of values to read/Write</param>
|
||||
|
||||
</member>
|
||||
<member name="M:CMS_CORE.Nc.RW_DWord(System.Boolean,System.Int32,CMS_CORE.Nc.MEMORY_Type,System.Int32,System.UInt32@)">
|
||||
<summary>Read/Write signed 4 Byte (NC: DWord:, .NET: uint) variable from/into NC Memory Area
|
||||
<para>
|
||||
Compatibility: Fanuc | Osai
|
||||
</para>
|
||||
</summary>
|
||||
<param name="bWrite">Set True to Write-operation (Also Allowed <see cref="F:CMS_CORE.Nc.W"/>/<see cref="F:CMS_CORE.Nc.R"/>)</param>
|
||||
<param name="Process">Process to perform operation (If the area is process-indipendent use 0 or <see cref="F:CMS_CORE.Nc.UNDEF_PROC"/>)</param>
|
||||
<param name="MemType">Nc Memory Area. See <see cref="T:CMS_CORE.Nc.MEMORY_Type"/></param>
|
||||
<param name="MemIndex">Starting Index of Memory Area</param>
|
||||
<param name="Number">Number of sequential data Read/Write. (Used only in Reading Operation)</param>
|
||||
<param name="Value">List of values to read/Write</param>
|
||||
|
||||
</member>
|
||||
<member name="M:CMS_CORE.Nc.RW_Integer(System.Boolean,System.Int32,CMS_CORE.Nc.MEMORY_Type,System.Int32,System.Int32@)">
|
||||
<summary>Read/Write signed 4 Byte (NC: DWord:, .NET: int) variable from/into NC Memory Area
|
||||
<para>
|
||||
Compatibility: Fanuc | Osai
|
||||
</para>
|
||||
</summary>
|
||||
<param name="bWrite">Set True to Write-operation (Also Allowed <see cref="F:CMS_CORE.Nc.W"/>/<see cref="F:CMS_CORE.Nc.R"/>)</param>
|
||||
<param name="Process">Process to perform operation (If the area is process-indipendent use 0 or <see cref="F:CMS_CORE.Nc.UNDEF_PROC"/>)</param>
|
||||
<param name="MemType">Nc Memory Area. See <see cref="T:CMS_CORE.Nc.MEMORY_Type"/></param>
|
||||
<param name="MemIndex">Starting Index of Memory Area</param>
|
||||
<param name="Number">Number of sequential data Read/Write. (Used only in Reading Operation)</param>
|
||||
<param name="Value">List of values to read/Write</param>
|
||||
|
||||
</member>
|
||||
<member name="M:CMS_CORE.Nc.RW_Byte_List(System.Boolean,System.Int32,CMS_CORE.Nc.MEMORY_Type,System.Int32,System.Int32,System.Int32,System.Collections.Generic.List{System.Byte}@)">
|
||||
<summary>Read/Write List of Byte from/into NC Memory Area
|
||||
<para>
|
||||
Compatibility: Fanuc | Osai
|
||||
</para>
|
||||
</summary>
|
||||
<param name="bWrite">Set True to Write-operation (Also Allowed <see cref="F:CMS_CORE.Nc.W"/>/<see cref="F:CMS_CORE.Nc.R"/>)</param>
|
||||
<param name="Process">Process to perform operation (If the area is process-indipendent use 0 or <see cref="F:CMS_CORE.Nc.UNDEF_PROC"/>)</param>
|
||||
<param name="MemType">Nc Memory Area. See <see cref="T:CMS_CORE.Nc.MEMORY_Type"/></param>
|
||||
<param name="MemIndex">Starting Index of Memory Area</param>
|
||||
<param name="MemByteStart">Set to 1 if the starting Byte is the second of a WORD (only for OSAI Nc)</param>
|
||||
<param name="Number">Number of sequential data Read/Write. (Used only in Reading Operation)</param>
|
||||
<param name="Value">List of values to read/Write</param>
|
||||
|
||||
</member>
|
||||
<member name="M:CMS_CORE.Nc.RW_Word_List(System.Boolean,System.Int32,CMS_CORE.Nc.MEMORY_Type,System.Int32,System.Int32,System.Collections.Generic.List{System.UInt16}@)">
|
||||
<summary>Read/Write List of unsigned 2 Byte (NC: Word:, .NET: ushort) from/into NC Memory Area
|
||||
<para>
|
||||
Compatibility: Fanuc | Osai
|
||||
</para>
|
||||
</summary>
|
||||
<param name="bWrite">Set True to Write-operation (Also Allowed <see cref="F:CMS_CORE.Nc.W"/>/<see cref="F:CMS_CORE.Nc.R"/>)</param>
|
||||
<param name="Process">Process to perform operation (If the area is process-indipendent use 0 or <see cref="F:CMS_CORE.Nc.UNDEF_PROC"/>)</param>
|
||||
<param name="MemType">Nc Memory Area. See <see cref="T:CMS_CORE.Nc.MEMORY_Type"/></param>
|
||||
<param name="MemIndex">Starting Index of Memory Area</param>
|
||||
<param name="Number">Number of sequential data Read/Write. (Used only in Reading Operation)</param>
|
||||
<param name="Value">List of values to read/Write</param>
|
||||
|
||||
</member>
|
||||
<member name="M:CMS_CORE.Nc.RW_Short_List(System.Boolean,System.Int32,CMS_CORE.Nc.MEMORY_Type,System.Int32,System.Int32,System.Collections.Generic.List{System.Int16}@)">
|
||||
<summary>Read/Write List of signed 2 Byte (NC: Word:, .NET: short) from/into NC Memory Area
|
||||
<para>
|
||||
Compatibility: Fanuc | Osai
|
||||
</para>
|
||||
</summary>
|
||||
<param name="bWrite">Set True to Write-operation (Also Allowed <see cref="F:CMS_CORE.Nc.W"/>/<see cref="F:CMS_CORE.Nc.R"/>)</param>
|
||||
<param name="Process">Process to perform operation (If the area is process-indipendent use 0 or <see cref="F:CMS_CORE.Nc.UNDEF_PROC"/>)</param>
|
||||
<param name="MemType">Nc Memory Area. See <see cref="T:CMS_CORE.Nc.MEMORY_Type"/></param>
|
||||
<param name="MemIndex">Starting Index of Memory Area</param>
|
||||
<param name="Number">Number of sequential data Read/Write. (Used only in Reading Operation)</param>
|
||||
<param name="Value">List of values to read/Write</param>
|
||||
|
||||
</member>
|
||||
<member name="M:CMS_CORE.Nc.RW_DWord_List(System.Boolean,System.Int32,CMS_CORE.Nc.MEMORY_Type,System.Int32,System.Int32,System.Collections.Generic.List{System.UInt32}@)">
|
||||
<summary>Read/Write List of unsigned 4 Byte (NC: DWord:, .NET: uint) from/into NC Memory Area
|
||||
<para>
|
||||
Compatibility: Fanuc | Osai
|
||||
</para>
|
||||
</summary>
|
||||
<param name="bWrite">Set True to Write-operation (Also Allowed <see cref="F:CMS_CORE.Nc.W"/>/<see cref="F:CMS_CORE.Nc.R"/>)</param>
|
||||
<param name="Process">Process to perform operation (If the area is process-indipendent use 0 or <see cref="F:CMS_CORE.Nc.UNDEF_PROC"/>)</param>
|
||||
<param name="MemType">Nc Memory Area. See <see cref="T:CMS_CORE.Nc.MEMORY_Type"/></param>
|
||||
<param name="MemIndex">Starting Index of Memory Area</param>
|
||||
<param name="Number">Number of sequential data Read/Write. (Used only in Reading Operation)</param>
|
||||
<param name="Value">List of values to read/Write</param>
|
||||
|
||||
</member>
|
||||
<member name="M:CMS_CORE.Nc.RW_Integer_List(System.Boolean,System.Int32,CMS_CORE.Nc.MEMORY_Type,System.Int32,System.Int32,System.Collections.Generic.List{System.Int32}@)">
|
||||
<summary>Read/Write List of signed 4 Byte (NC: DWord:, .NET: int) from/into NC Memory Area
|
||||
<para>
|
||||
Compatibility: Fanuc | Osai
|
||||
</para>
|
||||
</summary>
|
||||
<param name="bWrite">Set True to Write-operation (Also Allowed <see cref="F:CMS_CORE.Nc.W"/>/<see cref="F:CMS_CORE.Nc.R"/>)</param>
|
||||
<param name="Process">Process to perform operation (If the area is process-indipendent use 0 or Nc.<see cref="F:CMS_CORE.Nc.UNDEF_PROC"/>)</param>
|
||||
<param name="MemType">Nc Memory Area. See <see cref="T:CMS_CORE.Nc.MEMORY_Type"/></param>
|
||||
<param name="MemIndex">Starting Index of Memory Area</param>
|
||||
<param name="Number">Number of sequential data Read/Write. (Used only in Reading Operation)</param>
|
||||
<param name="Value">List of values to read/Write</param>
|
||||
|
||||
</member>
|
||||
<member name="M:CMS_CORE.Nc.R_NCParam(System.Int16,System.Int16,System.Boolean@)">
|
||||
<summary>Read Boolean Parameter Machine (Not compatible for Axis Parameter (Multiple values in a parameter)
|
||||
<para>
|
||||
Compatibility: Fanuc
|
||||
</para>
|
||||
</summary>
|
||||
<param name="Index">Index of the parameter</param>
|
||||
<param name="Bit">Set the Bit to Read. (0..7)</param>
|
||||
<param name="Value">Reference of a variable with Param values</param>
|
||||
|
||||
</member>
|
||||
<member name="M:CMS_CORE.Nc.R_NCParam(System.Int16,System.Byte@)">
|
||||
<summary>Read Byte Parameter Machine (Not compatible for Axis Parameter (Multiple values in a parameter)
|
||||
<para>
|
||||
Compatibility: Fanuc
|
||||
</para>
|
||||
</summary>
|
||||
<param name="Index">Index of the parameter</param>
|
||||
<param name="Value">Reference of a variable with Param values</param>
|
||||
|
||||
</member>
|
||||
<member name="M:CMS_CORE.Nc.R_NCParam(System.Int16,System.Int16@)">
|
||||
<summary>Read 2 Byte (Short) Parameter Machine (Not compatible for Axis Parameter (Multiple values in a parameter)
|
||||
<para>
|
||||
Compatibility: Fanuc
|
||||
</para>
|
||||
</summary>
|
||||
<param name="Index">Index of the parameter</param>
|
||||
<param name="Value">Reference of a variable with Param values</param>
|
||||
|
||||
</member>
|
||||
<member name="M:CMS_CORE.Nc.R_NCParam(System.Int16,System.Int32@)">
|
||||
<summary>Read 4 Byte (Integer) Parameter Machine (Not compatible for Axis Parameter (Multiple values in a parameter)
|
||||
<para>
|
||||
Compatibility: Fanuc
|
||||
</para>
|
||||
</summary>
|
||||
<param name="Index">Index of the parameter</param>
|
||||
<param name="Value">Reference of a variable with Param values</param>
|
||||
|
||||
</member>
|
||||
<member name="M:CMS_CORE.Nc.R_NCParam(System.Int16,System.Double@)">
|
||||
<summary>Read Real Parameter Machine (Not compatible for Axis Parameter (Multiple values in a parameter)
|
||||
<para>
|
||||
Compatibility: Fanuc
|
||||
</para>
|
||||
</summary>
|
||||
<param name="Index">Index of the parameter</param>
|
||||
<param name="Value">Reference of a variable with Param values</param>
|
||||
|
||||
</member>
|
||||
<member name="M:CMS_CORE.Osai.OSAIErrorManagerLibrary.TranslateLogMsg(CMS_CORE_Library.OPENControl.MSGLOGS@,CMS_CORE.Osai.MESSAGE_TEXT@)">
|
||||
<summary>
|
||||
Return Type: void
|
||||
pMsgLog: MSG_LOGS*
|
||||
pText: MESSAGE_TEXT*
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:CMS_CORE.Osai.OSAIErrorManagerLibrary.TranslateErrorMsg(CndexLinkDotNet.Cndex.MSG_ERROR@,CMS_CORE.Osai.MESSAGE_TEXT@)">
|
||||
<summary>
|
||||
Return Type: void
|
||||
pMsgLog: MSG_ERROR*
|
||||
pText: MESSAGE_TEXT*
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:CMS_CORE.Osai.OSAIErrorManagerLibrary.TranslateEmergMsg(CMS_CORE_Library.OPENControl.MSGEMERGENCY@,CMS_CORE.Osai.MESSAGE_TEXT@)">
|
||||
<summary>
|
||||
Return Type: void
|
||||
pMsgLog: MSG_EMERGENCY*
|
||||
pText: MESSAGE_TEXT*
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:CMS_CORE.Osai.OSAIErrorManagerLibrary.TranslateAnomalyMsg(CMS_CORE_Library.OPENControl.MSGANOMALY@,CMS_CORE.Osai.MESSAGE_TEXT@)">
|
||||
<summary>
|
||||
Return Type: void
|
||||
pMsgLog: MSG_ANOMALY*
|
||||
pText: MESSAGE_TEXT*
|
||||
</summary>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,9 @@
|
||||
c:\users\carminatini\documents\visual studio 2017\Projects\CMS_CORE\CMS_CORE_Application\obj\Debug\CMS_CORE_Application.csprojResolveAssemblyReference.cache
|
||||
c:\users\carminatini\documents\visual studio 2017\Projects\CMS_CORE\CMS_CORE_Application\obj\Debug\CMS_CORE_Application.Properties.Resources.resources
|
||||
c:\users\carminatini\documents\visual studio 2017\Projects\CMS_CORE\CMS_CORE_Application\obj\Debug\CMS_CORE_Application.csproj.GenerateResource.Cache
|
||||
C:\Users\carminatini\documents\visual studio 2017\Projects\CMS_CORE\CMS_CORE_Application\bin\Debug\CMS_CORE_Application.exe.config
|
||||
C:\Users\carminatini\documents\visual studio 2017\Projects\CMS_CORE\CMS_CORE_Application\bin\Debug\CMS_CORE_Application.exe
|
||||
C:\Users\carminatini\documents\visual studio 2017\Projects\CMS_CORE\CMS_CORE_Application\bin\Debug\CMS_CORE_Application.pdb
|
||||
C:\Users\carminatini\documents\visual studio 2017\Projects\CMS_CORE\CMS_CORE_Application\bin\Debug\CndexLinkDotNet.dll
|
||||
C:\Users\carminatini\documents\visual studio 2017\Projects\CMS_CORE\CMS_CORE_Application\obj\Debug\CMS_CORE_Application.exe
|
||||
C:\Users\carminatini\documents\visual studio 2017\Projects\CMS_CORE\CMS_CORE_Application\obj\Debug\CMS_CORE_Application.pdb
|
||||
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
de8e7738f75f75c89d00ae26a0da8450a94b2206
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
@@ -0,0 +1,15 @@
|
||||
C:\Users\carminatini\documents\visual studio 2017\Projects\CMS_CORE\CMS_CORE_Application\bin\x86\Debug\CMS_CORE_Application.exe.config
|
||||
C:\Users\carminatini\documents\visual studio 2017\Projects\CMS_CORE\CMS_CORE_Application\bin\x86\Debug\CMS_CORE_Application.exe
|
||||
C:\Users\carminatini\documents\visual studio 2017\Projects\CMS_CORE\CMS_CORE_Application\bin\x86\Debug\CMS_CORE_Application.pdb
|
||||
C:\Users\carminatini\documents\visual studio 2017\Projects\CMS_CORE\CMS_CORE_Application\bin\x86\Debug\CndexLinkDotNet.dll
|
||||
C:\Users\carminatini\documents\visual studio 2017\Projects\CMS_CORE\CMS_CORE_Application\obj\x86\Debug\CMS_CORE_Application.Properties.Resources.resources
|
||||
C:\Users\carminatini\documents\visual studio 2017\Projects\CMS_CORE\CMS_CORE_Application\obj\x86\Debug\CMS_CORE_Application.csproj.GenerateResource.Cache
|
||||
C:\Users\carminatini\documents\visual studio 2017\Projects\CMS_CORE\CMS_CORE_Application\obj\x86\Debug\CMS_CORE_Application.exe
|
||||
C:\Users\carminatini\documents\visual studio 2017\Projects\CMS_CORE\CMS_CORE_Application\obj\x86\Debug\CMS_CORE_Application.pdb
|
||||
C:\Users\carminatini\documents\visual studio 2017\Projects\CMS_CORE\CMS_CORE_Application\bin\x86\Debug\CMS_CORE_Library.dll
|
||||
C:\Users\carminatini\documents\visual studio 2017\Projects\CMS_CORE\CMS_CORE_Application\bin\x86\Debug\CMS_CORE_Library.pdb
|
||||
C:\Users\carminatini\documents\visual studio 2017\Projects\CMS_CORE\CMS_CORE_Application\bin\x86\Debug\CMS_CORE_Library.dll.config
|
||||
C:\Users\carminatini\documents\visual studio 2017\Projects\CMS_CORE\CMS_CORE_Application\bin\x86\Debug\CMS_CORE_Library.xml
|
||||
C:\Users\carminatini\documents\visual studio 2017\Projects\CMS_CORE\CMS_CORE_Application\obj\x86\Debug\CMS_CORE_Application.csprojResolveAssemblyReference.cache
|
||||
C:\Users\carminatini\documents\visual studio 2017\Projects\CMS_CORE\CMS_CORE_Application\bin\x86\Debug\SKGL.dll
|
||||
C:\Users\carminatini\documents\visual studio 2017\Projects\CMS_CORE\CMS_CORE_Application\obj\x86\Debug\CMS_CORE_Application.Form1.resources
|
||||
Binary file not shown.
BIN
Binary file not shown.
@@ -0,0 +1 @@
|
||||
a2963bd6accfbceda461c6b63bb753a5ecbc3cd3
|
||||
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
@@ -0,0 +1,13 @@
|
||||
C:\Users\carminatini\documents\visual studio 2017\Projects\CMS_CORE\CMS_CORE_Application\bin\x86\Release\CMS_CORE_Application.exe.config
|
||||
C:\Users\carminatini\documents\visual studio 2017\Projects\CMS_CORE\CMS_CORE_Application\bin\x86\Release\CMS_CORE_Application.exe
|
||||
C:\Users\carminatini\documents\visual studio 2017\Projects\CMS_CORE\CMS_CORE_Application\bin\x86\Release\CMS_CORE_Application.pdb
|
||||
C:\Users\carminatini\documents\visual studio 2017\Projects\CMS_CORE\CMS_CORE_Application\bin\x86\Release\CMS_CORE_Library.dll
|
||||
C:\Users\carminatini\documents\visual studio 2017\Projects\CMS_CORE\CMS_CORE_Application\bin\x86\Release\CndexLinkDotNet.dll
|
||||
C:\Users\carminatini\documents\visual studio 2017\Projects\CMS_CORE\CMS_CORE_Application\bin\x86\Release\CMS_CORE_Library.pdb
|
||||
C:\Users\carminatini\documents\visual studio 2017\Projects\CMS_CORE\CMS_CORE_Application\bin\x86\Release\CMS_CORE_Library.xml
|
||||
C:\Users\carminatini\documents\visual studio 2017\Projects\CMS_CORE\CMS_CORE_Application\bin\x86\Release\CMS_CORE_Library.dll.config
|
||||
C:\Users\carminatini\documents\visual studio 2017\Projects\CMS_CORE\CMS_CORE_Application\obj\x86\Release\CMS_CORE_Application.csprojResolveAssemblyReference.cache
|
||||
C:\Users\carminatini\documents\visual studio 2017\Projects\CMS_CORE\CMS_CORE_Application\obj\x86\Release\CMS_CORE_Application.Properties.Resources.resources
|
||||
C:\Users\carminatini\documents\visual studio 2017\Projects\CMS_CORE\CMS_CORE_Application\obj\x86\Release\CMS_CORE_Application.csproj.GenerateResource.Cache
|
||||
C:\Users\carminatini\documents\visual studio 2017\Projects\CMS_CORE\CMS_CORE_Application\obj\x86\Release\CMS_CORE_Application.exe
|
||||
C:\Users\carminatini\documents\visual studio 2017\Projects\CMS_CORE\CMS_CORE_Application\obj\x86\Release\CMS_CORE_Application.pdb
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
0a61c4f433c381c54d50a1cb2425f87acace607a
|
||||
Binary file not shown.
BIN
Binary file not shown.
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="SKGL" version="2.0.5.3" targetFramework="net452" />
|
||||
</packages>
|
||||
@@ -0,0 +1,799 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProjectGuid>{4ABF8EEF-2B23-483E-ACDC-53214FE28681}</ProjectGuid>
|
||||
<OutputType>Library</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>CMS_CORE_Library</RootNamespace>
|
||||
<AssemblyName>CMS_CORE_Library</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DefineConstants>TRACE;FS30D</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug2|AnyCPU'">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<OutputPath>bin\Debug2\</OutputPath>
|
||||
<DefineConstants>TRACE;DEBUG;FS30D</DefineConstants>
|
||||
<DebugType>full</DebugType>
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
||||
<DocumentationFile>bin\Debug2\CMS_CORE_Library.xml</DocumentationFile>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="CndexLinkDotNet">
|
||||
<HintPath>..\..\..\..\..\..\..\Program Files (x86)\OSAI\WinNBI\UserLibrary\CndexLinkDotNet.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="SKGL, Version=2.0.5.3, Culture=neutral, PublicKeyToken=c2850a745143a030, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\SKGL.2.0.5.3\lib\SKGL.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Runtime.Serialization" />
|
||||
<Reference Include="System.ServiceModel" />
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
<Reference Include="System.Data.DataSetExtensions" />
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Net.Http" />
|
||||
<Reference Include="System.Xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Connected Services\OPENControl\Reference.cs">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Exceptions\Nc_Exception.cs" />
|
||||
<Compile Include="Fanuc\fwlib32.cs" />
|
||||
<Compile Include="Fanuc\Nc_Fanuc.cs" />
|
||||
<Compile Include="Nc.cs" />
|
||||
<Compile Include="Osai\Nc_Osai.cs" />
|
||||
<Compile Include="Osai\OSAIErrMgr.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="Utils\Nc_Utils.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<WCFMetadata Include="Connected Services\" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="app.config" />
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.AxesRefResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.AXORIGNUMC4array.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.BootModeResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.BootPhaseEnquiryResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.BootRebootResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.BootShutDownResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.chararray.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.CheckHistoryResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.CycleResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.DncDataResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.DncEofResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.DncInitResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.DncStopResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.doublearray.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.DRIVEBASICINFO.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.ERRMSG.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.EseExResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.EseResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.ExeResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.FILEFINDDATA.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.GenerateUserKeyResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.GetActiveAmpResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.GetActivePartProgramFullPathResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.GetActivePartProgramResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.GetAvailableCustomEventsResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.GetAxesInfo3Response.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.GetAxesPositionResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.GetAxOriginNumResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.GetBinaryFileResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.GETBLKNUMDATA.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.GetBlkNumResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.GetCNCRegKeyResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.GetCodeNumberResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.GetDateTimeResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.GetDriveBasicInfoResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.GetExpireDataResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.GetFileResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.GetGCodeResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.GetHWKeyResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.GETINFO1DATA.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.GETINFO2DATA.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.GETINTDATAC4array.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.GetMagazineTabRecordIIResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.GetMarkerInfoResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.GetMCodeResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.GetNcInfo1Response.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.GetNcInfo2Response.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.GetOffsetTabRecordIIResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.GetOptionsResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.GetOriginTabRecordIIResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.GetPartProgramLinesExResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.GetPartProgramLinesResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.GetPocketTabRecordIIResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.GetProcessConfNumResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.GetProcessStatusResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.GetProcInInputResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.GetProcVarDoubleResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.GetProcVarWordResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.GetPTechSizesResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.GetRemainingTimeResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.GetSecurityDataResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.GetSelectedProcessResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.GetSerialNumberResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.GetServoParResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.GetSysTickResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.GetToolNamesResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.GetToolTabRecordIIResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.GetUserTabRecordIIResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.GetVarCYCTIMEResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.GetVarJOGResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.GetVarRCMResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.HoldResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.INPUTINFO.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.intarray.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.LoadPTechResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.LoadTableFromFileResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.LockTableIIResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.LogFSAddDriveResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.LogFSChangeFileAttribResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.LogFSCloseFileResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.LogFSCopyFileResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.LogFSCreateDirResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.LogFSCreateFileResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.LogFSFindCloseResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.LogFSFindFirstResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.LogFSFindNextResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.LogFSGetDriveListResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.LogFSGetDrivePathResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.LogFSGetFileAttribResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.LogFSGetFileSizeResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.LogFSGetHiddenDriveListResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.LogFSGetInfoResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.LogFSGetNumDriveResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.LogFSGetSecurityLevelResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.LogFSLongFileNamesResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.LogFSOpenFileResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.LogFSReadRecordResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.LogFSReloadDriveListResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.LogFSRemoveDirResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.LogFSRemoveDriveResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.LogFSRemoveFileResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.LogFSRenameResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.LogFSSetFileAttribResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.LogFSSetSecurityLevelResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.LogFSWriteRecordResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.longarray.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.longlongarray.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.MAGAZINETABLEII.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.MagConfigurePocketsResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.ManagePartProgramResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.MARKERINFO.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.MonAddVariableResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.MonCloseChannelResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.MONCUSTOMEVENTINFOC4array.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.MonDeleteVariableResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.MONDRYRUNarray.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.MONENTEMOVIarray.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.MonGetDryRunResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.MonGetMovResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.MonGetVariableResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.MonGetVariableSResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.MonOpenChannelResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.MonStartSamplingResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.MonStopSamplingResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.MSGANOMALY.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.MSGEMERGENCY.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.MSGERROR.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.MSGLOGS.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.OFFSETTABLEII.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.ORIGINTABLEII.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.PocketClosestResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.PocketNearestResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.PocketSearchResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.POCKETTABLEII.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.PROCDATA.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.PutBinaryFileResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.PutFileResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.ReadCurrentAnomalyMsgResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.ReadCurrentEmergMsgResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.ReadCurrentErrorMsgResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.ReadErrMsgResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.ReadHistoryAnomalyMsgResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.ReadHistoryEmergMsgResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.ReadHistoryErrorMsgResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.ReadHistoryLogMsgResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.ReadNamedVarBoolResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.ReadNamedVarByteResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.ReadNamedVarDoubleResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.ReadNamedVarDwordResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.ReadNamedVarLongResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.ReadNamedVarShortResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.ReadNamedVarStringResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.ReadNamedVarWordResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.ReadPartProgramMsgResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.ReadRemapDefinitionsResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.ReadStatisticsBaseFrequencyResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.ReadStatisticsResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.ReadVarDoubleResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.ReadVarTextResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.ReadVarWordResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.ReadWarningMsgResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.REMAPDEFarray.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.ResetResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.ResetSingleTableIIResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.RestoreBackupMemoryResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.RestoreSingleTableResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.SaveBackupMemoryResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.SaveSingleTableResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.SaveTablesResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.SECURDATA.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.SECURITYLEVEL.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.SelectPartProgramFromDriveResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.SelectPartProgramResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.SelectProcAxisResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.SelectProcessResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.SetActiveAmpResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.SetDateTimeResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.SetFeedManOverResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.SetFeedRapidOverResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.SetFeedRateOverResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.SetIpAddressResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.SetMagazineTabRecordIIResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.SetManMovDirectionResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.SetMdiStringExResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.SetMdiStringResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.SetOffsetTabRecordIIResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.SetOriginTabRecordIIResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.SetPocketTabRecordIIResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.SetProcessModeResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.SetProcVarDoubleResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.SetProcVarWordResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.SetSecurityDataResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.SetServoParResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.SetSpeedRateOverResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.SetToolTabRecordIIResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.SetUserTabRecordIIResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.SetVarCYCTIMEResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.SetVarJOGResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.SetVarRCMResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.SetVarUASResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.shortarray.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.SkipPProgBlockResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.SndProcInpDataResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.SyncroCycleResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.ToolLifeResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.ToolLoadResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.ToolSameFamilyResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.ToolSearchDirResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.ToolSearchLifeDirResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.ToolSearchLifeResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.ToolSearchResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.TOOLTABLEII.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.ToolUnloadResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.UnLockTableIIResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.unsignedintarray.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.unsignedlongarray.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.unsignedshortarray.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.USERTABLEII.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.WriteActivationKeyResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.WriteNamedVarBoolResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.WriteNamedVarByteResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.WriteNamedVarDoubleResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.WriteNamedVarDwordResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.WriteNamedVarLongResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.WriteNamedVarShortResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.WriteNamedVarStringResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.WriteNamedVarWordResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.WriteRemapDefinitionsResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.WriteVarDoubleResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.WriteVarTextResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.WriteVarWordBitResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\CMS_CORE_Library.OPENControl.WriteVarWordResponse.datasource">
|
||||
<DependentUpon>Reference.svcmap</DependentUpon>
|
||||
</None>
|
||||
<None Include="Connected Services\OPENControl\OPENcontrol.wsdl" />
|
||||
<None Include="packages.config" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<WCFMetadataStorage Include="Connected Services\OPENControl\" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Connected Services\OPENControl\configuration91.svcinfo" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Connected Services\OPENControl\configuration.svcinfo" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="Connected Services\OPENControl\Reference.svcmap">
|
||||
<Generator>WCF Proxy Generator</Generator>
|
||||
<LastGenOutput>Reference.cs</LastGenOutput>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="Demo\" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
</Project>
|
||||
+10
@@ -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="AXORIGNUMC4array" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<TypeInfo>CMS_CORE_Library.OPENControl.AXORIGNUMC4array, Connected Services.OPENControl.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
|
||||
</GenericObjectDataSource>
|
||||
+10
@@ -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="AxesRefResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<TypeInfo>CMS_CORE_Library.OPENControl.AxesRefResponse, Connected Services.OPENControl.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
|
||||
</GenericObjectDataSource>
|
||||
+10
@@ -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="BootModeResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<TypeInfo>CMS_CORE_Library.OPENControl.BootModeResponse, Connected Services.OPENControl.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
|
||||
</GenericObjectDataSource>
|
||||
+10
@@ -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="BootPhaseEnquiryResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<TypeInfo>CMS_CORE_Library.OPENControl.BootPhaseEnquiryResponse, Connected Services.OPENControl.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
|
||||
</GenericObjectDataSource>
|
||||
+10
@@ -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="BootRebootResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<TypeInfo>CMS_CORE_Library.OPENControl.BootRebootResponse, Connected Services.OPENControl.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
|
||||
</GenericObjectDataSource>
|
||||
+10
@@ -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="BootShutDownResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<TypeInfo>CMS_CORE_Library.OPENControl.BootShutDownResponse, Connected Services.OPENControl.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
|
||||
</GenericObjectDataSource>
|
||||
+10
@@ -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="CheckHistoryResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<TypeInfo>CMS_CORE_Library.OPENControl.CheckHistoryResponse, Connected Services.OPENControl.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
|
||||
</GenericObjectDataSource>
|
||||
+10
@@ -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="CycleResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<TypeInfo>CMS_CORE_Library.OPENControl.CycleResponse, Connected Services.OPENControl.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
|
||||
</GenericObjectDataSource>
|
||||
+10
@@ -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="DRIVEBASICINFO" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<TypeInfo>CMS_CORE_Library.OPENControl.DRIVEBASICINFO, Connected Services.OPENControl.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
|
||||
</GenericObjectDataSource>
|
||||
+10
@@ -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="DncDataResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<TypeInfo>CMS_CORE_Library.OPENControl.DncDataResponse, Connected Services.OPENControl.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
|
||||
</GenericObjectDataSource>
|
||||
+10
@@ -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="DncEofResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<TypeInfo>CMS_CORE_Library.OPENControl.DncEofResponse, Connected Services.OPENControl.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
|
||||
</GenericObjectDataSource>
|
||||
+10
@@ -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="DncInitResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<TypeInfo>CMS_CORE_Library.OPENControl.DncInitResponse, Connected Services.OPENControl.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
|
||||
</GenericObjectDataSource>
|
||||
+10
@@ -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="DncStopResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<TypeInfo>CMS_CORE_Library.OPENControl.DncStopResponse, Connected Services.OPENControl.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
|
||||
</GenericObjectDataSource>
|
||||
+10
@@ -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="ERRMSG" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<TypeInfo>CMS_CORE_Library.OPENControl.ERRMSG, Connected Services.OPENControl.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
|
||||
</GenericObjectDataSource>
|
||||
+10
@@ -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="EseExResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<TypeInfo>CMS_CORE_Library.OPENControl.EseExResponse, Connected Services.OPENControl.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
|
||||
</GenericObjectDataSource>
|
||||
+10
@@ -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="EseResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<TypeInfo>CMS_CORE_Library.OPENControl.EseResponse, Connected Services.OPENControl.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
|
||||
</GenericObjectDataSource>
|
||||
+10
@@ -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="ExeResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<TypeInfo>CMS_CORE_Library.OPENControl.ExeResponse, Connected Services.OPENControl.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
|
||||
</GenericObjectDataSource>
|
||||
+10
@@ -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="FILEFINDDATA" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<TypeInfo>CMS_CORE_Library.OPENControl.FILEFINDDATA, Connected Services.OPENControl.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
|
||||
</GenericObjectDataSource>
|
||||
+10
@@ -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="GETBLKNUMDATA" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<TypeInfo>CMS_CORE_Library.OPENControl.GETBLKNUMDATA, Connected Services.OPENControl.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
|
||||
</GenericObjectDataSource>
|
||||
+10
@@ -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="GETINFO1DATA" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<TypeInfo>CMS_CORE_Library.OPENControl.GETINFO1DATA, Connected Services.OPENControl.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
|
||||
</GenericObjectDataSource>
|
||||
+10
@@ -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="GETINFO2DATA" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<TypeInfo>CMS_CORE_Library.OPENControl.GETINFO2DATA, Connected Services.OPENControl.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
|
||||
</GenericObjectDataSource>
|
||||
+10
@@ -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="GETINTDATAC4array" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<TypeInfo>CMS_CORE_Library.OPENControl.GETINTDATAC4array, Connected Services.OPENControl.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
|
||||
</GenericObjectDataSource>
|
||||
+10
@@ -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="GenerateUserKeyResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<TypeInfo>CMS_CORE_Library.OPENControl.GenerateUserKeyResponse, Connected Services.OPENControl.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
|
||||
</GenericObjectDataSource>
|
||||
+10
@@ -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="GetActiveAmpResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<TypeInfo>CMS_CORE_Library.OPENControl.GetActiveAmpResponse, Connected Services.OPENControl.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
|
||||
</GenericObjectDataSource>
|
||||
+10
@@ -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="GetActivePartProgramFullPathResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<TypeInfo>CMS_CORE_Library.OPENControl.GetActivePartProgramFullPathResponse, Connected Services.OPENControl.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
|
||||
</GenericObjectDataSource>
|
||||
+10
@@ -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="GetActivePartProgramResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<TypeInfo>CMS_CORE_Library.OPENControl.GetActivePartProgramResponse, Connected Services.OPENControl.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
|
||||
</GenericObjectDataSource>
|
||||
+10
@@ -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="GetAvailableCustomEventsResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<TypeInfo>CMS_CORE_Library.OPENControl.GetAvailableCustomEventsResponse, Connected Services.OPENControl.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
|
||||
</GenericObjectDataSource>
|
||||
+10
@@ -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="GetAxOriginNumResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<TypeInfo>CMS_CORE_Library.OPENControl.GetAxOriginNumResponse, Connected Services.OPENControl.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
|
||||
</GenericObjectDataSource>
|
||||
+10
@@ -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="GetAxesInfo3Response" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<TypeInfo>CMS_CORE_Library.OPENControl.GetAxesInfo3Response, Connected Services.OPENControl.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
|
||||
</GenericObjectDataSource>
|
||||
+10
@@ -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="GetAxesPositionResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<TypeInfo>CMS_CORE_Library.OPENControl.GetAxesPositionResponse, Connected Services.OPENControl.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
|
||||
</GenericObjectDataSource>
|
||||
+10
@@ -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="GetBinaryFileResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<TypeInfo>CMS_CORE_Library.OPENControl.GetBinaryFileResponse, Connected Services.OPENControl.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
|
||||
</GenericObjectDataSource>
|
||||
+10
@@ -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="GetBlkNumResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<TypeInfo>CMS_CORE_Library.OPENControl.GetBlkNumResponse, Connected Services.OPENControl.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
|
||||
</GenericObjectDataSource>
|
||||
+10
@@ -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="GetCNCRegKeyResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<TypeInfo>CMS_CORE_Library.OPENControl.GetCNCRegKeyResponse, Connected Services.OPENControl.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
|
||||
</GenericObjectDataSource>
|
||||
+10
@@ -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="GetCodeNumberResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<TypeInfo>CMS_CORE_Library.OPENControl.GetCodeNumberResponse, Connected Services.OPENControl.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
|
||||
</GenericObjectDataSource>
|
||||
+10
@@ -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="GetDateTimeResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<TypeInfo>CMS_CORE_Library.OPENControl.GetDateTimeResponse, Connected Services.OPENControl.Reference.cs.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</TypeInfo>
|
||||
</GenericObjectDataSource>
|
||||
+10
@@ -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="GetDriveBasicInfoResponse" Version="1.0" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<TypeInfo>CMS_CORE_Library.OPENControl.GetDriveBasicInfoResponse, Connected Services.OPENControl.Reference.cs.dll, 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
Reference in New Issue
Block a user