Fix repository

This commit is contained in:
Lucio Maranta
2017-11-16 09:08:11 +00:00
parent 49f8f9d538
commit 0b2c6eed5f
128 changed files with 114 additions and 73677 deletions
Binary file not shown.
@@ -1,16 +0,0 @@
<?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.
@@ -1,6 +0,0 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
</startup>
</configuration>
@@ -1,15 +0,0 @@
<?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>
@@ -1,458 +0,0 @@
<?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>
@@ -1,9 +0,0 @@
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
@@ -1 +0,0 @@
de8e7738f75f75c89d00ae26a0da8450a94b2206
@@ -1,47 +0,0 @@
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
C:\Workspace\CMS_CORE_LIBRARY\CMS_CORE_Application\bin\x86\Debug\CMS_CORE_Application.exe.config
C:\Workspace\CMS_CORE_LIBRARY\CMS_CORE_Application\bin\x86\Debug\CMS_CORE_Application.exe
C:\Workspace\CMS_CORE_LIBRARY\CMS_CORE_Application\bin\x86\Debug\CMS_CORE_Application.pdb
C:\Workspace\CMS_CORE_LIBRARY\CMS_CORE_Application\bin\x86\Debug\CMS_CORE_Library.dll
C:\Workspace\CMS_CORE_LIBRARY\CMS_CORE_Application\bin\x86\Debug\SKGL.dll
C:\Workspace\CMS_CORE_LIBRARY\CMS_CORE_Application\bin\x86\Debug\CndexLinkDotNet.dll
C:\Workspace\CMS_CORE_LIBRARY\CMS_CORE_Application\bin\x86\Debug\CMS_CORE_Library.pdb
C:\Workspace\CMS_CORE_LIBRARY\CMS_CORE_Application\bin\x86\Debug\CMS_CORE_Library.xml
C:\Workspace\CMS_CORE_LIBRARY\CMS_CORE_Application\bin\x86\Debug\CMS_CORE_Library.dll.config
C:\Workspace\CMS_CORE_LIBRARY\CMS_CORE_Application\obj\x86\Debug\CMS_CORE_Application.csprojResolveAssemblyReference.cache
C:\Workspace\CMS_CORE_LIBRARY\CMS_CORE_Application\obj\x86\Debug\CMS_CORE_Application.Form1.resources
C:\Workspace\CMS_CORE_LIBRARY\CMS_CORE_Application\obj\x86\Debug\CMS_CORE_Application.Properties.Resources.resources
C:\Workspace\CMS_CORE_LIBRARY\CMS_CORE_Application\obj\x86\Debug\CMS_CORE_Application.csproj.GenerateResource.Cache
C:\Workspace\CMS_CORE_LIBRARY\CMS_CORE_Application\obj\x86\Debug\CMS_CORE_Application.csproj.CoreCompileInputs.cache
C:\Workspace\CMS_CORE_LIBRARY\CMS_CORE_Application\obj\x86\Debug\CMS_CORE_Application.exe
C:\Workspace\CMS_CORE_LIBRARY\CMS_CORE_Application\obj\x86\Debug\CMS_CORE_Application.pdb
C:\Users\carminatini\Documents\Visual Studio 2017\SVN Projects\CMS_CORE_Library\CMS_CORE_Application\bin\x86\Debug\CMS_CORE_Application.exe.config
C:\Users\carminatini\Documents\Visual Studio 2017\SVN Projects\CMS_CORE_Library\CMS_CORE_Application\bin\x86\Debug\CMS_CORE_Application.exe
C:\Users\carminatini\Documents\Visual Studio 2017\SVN Projects\CMS_CORE_Library\CMS_CORE_Application\bin\x86\Debug\CMS_CORE_Application.pdb
C:\Users\carminatini\Documents\Visual Studio 2017\SVN Projects\CMS_CORE_Library\CMS_CORE_Application\bin\x86\Debug\CMS_CORE_Library.dll
C:\Users\carminatini\Documents\Visual Studio 2017\SVN Projects\CMS_CORE_Library\CMS_CORE_Application\bin\x86\Debug\SKGL.dll
C:\Users\carminatini\Documents\Visual Studio 2017\SVN Projects\CMS_CORE_Library\CMS_CORE_Application\bin\x86\Debug\CndexLinkDotNet.dll
C:\Users\carminatini\Documents\Visual Studio 2017\SVN Projects\CMS_CORE_Library\CMS_CORE_Application\bin\x86\Debug\CMS_CORE_Library.pdb
C:\Users\carminatini\Documents\Visual Studio 2017\SVN Projects\CMS_CORE_Library\CMS_CORE_Application\bin\x86\Debug\CMS_CORE_Library.xml
C:\Users\carminatini\Documents\Visual Studio 2017\SVN Projects\CMS_CORE_Library\CMS_CORE_Application\bin\x86\Debug\CMS_CORE_Library.dll.config
C:\Users\carminatini\Documents\Visual Studio 2017\SVN Projects\CMS_CORE_Library\CMS_CORE_Application\obj\x86\Debug\CMS_CORE_Application.csprojResolveAssemblyReference.cache
C:\Users\carminatini\Documents\Visual Studio 2017\SVN Projects\CMS_CORE_Library\CMS_CORE_Application\obj\x86\Debug\CMS_CORE_Application.Form1.resources
C:\Users\carminatini\Documents\Visual Studio 2017\SVN Projects\CMS_CORE_Library\CMS_CORE_Application\obj\x86\Debug\CMS_CORE_Application.Properties.Resources.resources
C:\Users\carminatini\Documents\Visual Studio 2017\SVN Projects\CMS_CORE_Library\CMS_CORE_Application\obj\x86\Debug\CMS_CORE_Application.csproj.GenerateResource.Cache
C:\Users\carminatini\Documents\Visual Studio 2017\SVN Projects\CMS_CORE_Library\CMS_CORE_Application\obj\x86\Debug\CMS_CORE_Application.csproj.CoreCompileInputs.cache
C:\Users\carminatini\Documents\Visual Studio 2017\SVN Projects\CMS_CORE_Library\CMS_CORE_Application\obj\x86\Debug\CMS_CORE_Application.exe
C:\Users\carminatini\Documents\Visual Studio 2017\SVN Projects\CMS_CORE_Library\CMS_CORE_Application\obj\x86\Debug\CMS_CORE_Application.pdb
@@ -1 +0,0 @@
a2963bd6accfbceda461c6b63bb753a5ecbc3cd3
@@ -1,13 +0,0 @@
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
@@ -1 +0,0 @@
0a61c4f433c381c54d50a1cb2425f87acace607a
-1
View File
@@ -9,7 +9,6 @@ namespace CMS_CORE.Utils
{
public static class Nc_Utils
{
private static string partProgramFolder = "./tmp/";
//-------------------------------------------------------------------------------------------------------------------------------------------------
// NC <-> .NET Conversions
Binary file not shown.
@@ -1,15 +0,0 @@
<?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.
@@ -1,815 +0,0 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>CMS_CORE_Library</name>
</assembly>
<members>
<member name="M:CMS_CORE.Fanuc.Nc_Fanuc.#ctor(System.String,System.UInt16,System.UInt16)">
<summary>
Instantiate The NC-Fanuc Class
</summary>
<exception cref="T:CMS_CORE.Exceptions.Nc_Exception">Thrown when an internal or a library error occours</exception>
<param name="IpAddress">Remote Ip-Address of the Nc</param>
<param name="RemotePort">Remote Port of the Nc</param>
<param name="ConnectionTimeOut">Send/Recieve timeout connection</param>
</member>
<member name="M:CMS_CORE.Nc.LIB_GetIpAddress">
<summary>
Get the NC IP-Address
<para>
Compatibility: Fanuc | Osai | Demo
</para>
<exception cref="T:CMS_CORE.Exceptions.Nc_Exception">Thrown when an internal or a library error occours</exception>
</summary>
</member>
<member name="M:CMS_CORE.Nc.LIB_SetIpAddress(System.String)">
<summary>
Set the NC IP-Address
<para>
Compatibility: Fanuc | Osai | Demo
</para>
<exception cref="T:CMS_CORE.Exceptions.Nc_Exception">Thrown when an internal or a library error occours</exception>
</summary>
</member>
<member name="M:CMS_CORE.Nc.LIB_GetPort">
<summary>
Get Nc Port
<para>
Compatibility: Fanuc | Osai | Demo
</para>
<exception cref="T:CMS_CORE.Exceptions.Nc_Exception">Thrown when an internal or a library error occours</exception>
</summary>
</member>
<member name="M:CMS_CORE.Nc.LIB_SetPort(System.UInt16)">
<summary>
Set Nc Port
<para>
Compatibility: Fanuc | Osai | Demo
</para>
<exception cref="T:CMS_CORE.Exceptions.Nc_Exception">Thrown when an internal or a library error occours</exception>
</summary>
</member>
<member name="M:CMS_CORE.Nc.LIB_GetWindowsProxy">
<summary>
Get if the library uses Windows proxy
<para>
Compatibility: Osai
</para>
<exception cref="T:CMS_CORE.Exceptions.Nc_Exception">Thrown when an internal or a library error occours</exception>
</summary>
</member>
<member name="M:CMS_CORE.Nc.LIB_SetWindowsProxy(System.Boolean)">
<summary>
Set if the library need to use Windows proxy
<para>
Compatibility: Osai
</para>
<exception cref="T:CMS_CORE.Exceptions.Nc_Exception">Thrown when an internal or a library error occours</exception>
</summary>
</member>
<member name="M:CMS_CORE.Nc.LIB_GetPlcMsgsPath">
<summary>
Get the path of PLC Messages Folder
<para>
Compatibility: Osai
</para>
<exception cref="T:CMS_CORE.Exceptions.Nc_Exception">Thrown when an internal or a library error occours</exception>
</summary>
</member>
<member name="M:CMS_CORE.Nc.LIB_SetPlcMsgsPath(System.String)">
<summary>
Set the path of PLC Messages Folder
<para>
Compatibility: Osai
</para>
<exception cref="T:CMS_CORE.Exceptions.Nc_Exception">Thrown when an internal or a library error occours</exception>
</summary>
</member>
<member name="M:CMS_CORE.Nc.LIB_GetWinNbiPath">
<summary>
Get the path of Win-Nbi installation
<para>
Compatibility: Osai
</para>
<exception cref="T:CMS_CORE.Exceptions.Nc_Exception">Thrown when an internal or a library error occours</exception>
</summary>
</member>
<member name="M:CMS_CORE.Nc.LIB_SetWinNbiPath(System.String)">
<summary>
Set the path of Win-Nbi installation
<para>
Compatibility: Osai
</para>
<exception cref="T:CMS_CORE.Exceptions.Nc_Exception">Thrown when an internal or a library error occours</exception>
</summary>
</member>
<member name="M:CMS_CORE.Nc.NC_Connect">
<summary>
Connect the NC
<para>
Compatibility: Fanuc | Osai | Demo
</para>
<exception cref="T:CMS_CORE.Exceptions.Nc_Exception">Thrown when an internal or a library error occours</exception>
</summary>
</member>
<member name="M:CMS_CORE.Nc.NC_Disconnect">
<summary>
Disconnect the NC
<para>
Compatibility: Fanuc | Osai | Demo
</para>
<exception cref="T:CMS_CORE.Exceptions.Nc_Exception">Thrown when an internal or a library error occours</exception>
</summary>
</member>
<member name="M:CMS_CORE.Nc.NC_IsConnected">
<summary>
Read Nc Status
<para>
Compatibility: Fanuc | Osai | Demo
</para>
</summary>
<exception cref="T:CMS_CORE.Exceptions.Nc_Exception">Thrown when an internal or a library error occours</exception>
</member>
<member name="M:CMS_CORE.Nc.NC_RDateTime(System.DateTime@)">
<summary>
Read actual time of the NC-Software (sometimes it can be different from NC-Operative-System)
<para>
Compatibility: Fanuc | Osai | Demo
</para>
</summary>
<exception cref="T:CMS_CORE.Exceptions.Nc_Exception">Thrown when an internal or a library error occours</exception>
<param name="ActualTime">Reference of a DateTime Variable where data will be saved</param>
</member>
<member name="M:CMS_CORE.Nc.NC_RSerialNumber(System.String@)">
<summary>
Read Vendor NC Serial number
<para>
Compatibility: Fanuc | Osai | Demo
</para>
</summary>
<exception cref="T:CMS_CORE.Exceptions.Nc_Exception">Thrown when an internal or a library error occours</exception>
<param name="SN">Reference of a String Variable where data will be saved</param>
</member>
<member name="M:CMS_CORE.Nc.NC_RModelName(System.String@)">
<summary>
Read Model name of the NC
<para>
Compatibility: Fanuc | Osai | Demo
</para>
</summary>
<exception cref="T:CMS_CORE.Exceptions.Nc_Exception">Thrown when an internal or a library error occours</exception>
<param name="ModelName">Reference of a String Variable where data will be saved</param>
</member>
<member name="M:CMS_CORE.Nc.NC_RSoftwareVersion(System.String@)">
<summary>
Read Software Version of the Nc
<para>
Compatibility: Fanuc | Osai | Demo
</para>
</summary>
<exception cref="T:CMS_CORE.Exceptions.Nc_Exception">Thrown when an internal or a library error occours</exception>
<param name="SWV">Reference of a String Variable where data will be saved</param>
</member>
<member name="M:CMS_CORE.Nc.NC_RMachineNumber(System.String@)">
<summary>
Read CMS Serial number of the Machine
<para>
Compatibility: Fanuc | Osai | Demo
</para>
</summary>
<exception cref="T:CMS_CORE.Exceptions.Nc_Exception">Thrown when an internal or a library error occours</exception>
<param name="MachNumber">Reference of a String Variable where data will be saved</param>
</member>
<member name="M:CMS_CORE.Nc.NC_RProcessesNum(System.UInt16@)">
<summary>
Read number of configured Processes/Paths
<para>
Compatibility: Fanuc | Osai | Demo
</para>
</summary>
<exception cref="T:CMS_CORE.Exceptions.Nc_Exception">Thrown when an internal or a library error occours</exception>
<param name="ProcNumber">Reference of a ushort Variable where data will be saved</param>
</member>
<member name="M:CMS_CORE.Nc.NC_RLanguage(System.Globalization.CultureInfo@)">
<summary>
Read the configured language of the NC
<para>
Compatibility: Fanuc | Osai | Demo
</para>
</summary>
<exception cref="T:CMS_CORE.Exceptions.Nc_Exception">Thrown when an internal or a library error occours</exception>
<param name="Language">Reference of a CultureInfo Variable where data will be saved</param>
</member>
<member name="M:CMS_CORE.Nc.NC_RParam(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>
<exception cref="T:CMS_CORE.Exceptions.Nc_Exception">Thrown when an internal or a library error occours</exception>
<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.NC_RParam(System.Int16,System.Byte@)">
<summary>Read Byte Parameter Machine (Not compatible for Axis Parameter (Multiple values in a parameter)
<para>
Compatibility: Fanuc
</para>
</summary>
<exception cref="T:CMS_CORE.Exceptions.Nc_Exception">Thrown when an internal or a library error occours</exception>
<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.NC_RParam(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>
<exception cref="T:CMS_CORE.Exceptions.Nc_Exception">Thrown when an internal or a library error occours</exception>
<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.NC_RParam(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>
<exception cref="T:CMS_CORE.Exceptions.Nc_Exception">Thrown when an internal or a library error occours</exception>
<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.NC_RParam(System.Int16,System.Double@)">
<summary>Read Real Parameter Machine (Not compatible for Axis Parameter (Multiple values in a parameter)
<para>
Compatibility: Fanuc
</para>
</summary>
<exception cref="T:CMS_CORE.Exceptions.Nc_Exception">Thrown when an internal or a library error occours</exception>
<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.PLC_RActiveAlarms(System.Collections.Generic.List{System.String}@)">
<summary>
Read PMC active Alarms
<para>
Compatibility: Fanuc | Osai | Demo
</para>
</summary>
<exception cref="T:CMS_CORE.Exceptions.Nc_Exception">Thrown when an internal or a library error occours</exception>
<param name="Alarms">Reference of a List of String Variables where data will be saved</param>
</member>
<member name="M:CMS_CORE.Nc.PROC_RStatus(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 | Demo
</para>
</summary>
<exception cref="T:CMS_CORE.Exceptions.Nc_Exception">Thrown when an internal or a library error occours</exception>
<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.PROC_RMode(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 | Demo
</para>
</summary>
<exception cref="T:CMS_CORE.Exceptions.Nc_Exception">Thrown when an internal or a library error occours</exception>
<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.PROC_RActiveAlarms(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 | Demo
</para>
</summary>
<exception cref="T:CMS_CORE.Exceptions.Nc_Exception">Thrown when an internal or a library error occours</exception>
<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.AXES_RInterpPosition(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 | Demo
</para>
</summary>
<exception cref="T:CMS_CORE.Exceptions.Nc_Exception">Thrown when an internal or a library error occours</exception>
<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.AXES_RProgrPosition(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 | Demo
</para>
</summary>
<exception cref="T:CMS_CORE.Exceptions.Nc_Exception">Thrown when an internal or a library error occours</exception>
<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.AXES_RMachinePosition(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 | Demo
</para>
</summary>
<exception cref="T:CMS_CORE.Exceptions.Nc_Exception">Thrown when an internal or a library error occours</exception>
<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.AXES_RFollowingError(System.UInt16,System.Collections.Generic.Dictionary{System.String,System.Double}@)">
<summary>
Read the Following-Error of all axes in Process "ProcNumber"
<para>
Compatibility: Osai | Demo
</para>
</summary>
<exception cref="T:CMS_CORE.Exceptions.Nc_Exception">Thrown when an internal or a library error occours</exception>
<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.AXES_RDistanceToGo(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 | Demo
</para>
</summary>
<exception cref="T:CMS_CORE.Exceptions.Nc_Exception">Thrown when an internal or a library error occours</exception>
<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.MEM_RWBoolean(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 | Demo
</para>
</summary>
<exception cref="T:CMS_CORE.Exceptions.Nc_Exception">Thrown when an internal or a library error occours</exception>
<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.MEM_RWByte(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 | Demo
</para>
</summary>
<exception cref="T:CMS_CORE.Exceptions.Nc_Exception">Thrown when an internal or a library error occours</exception>
<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.MEM_RWWord(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 | Demo
</para>
</summary>
<exception cref="T:CMS_CORE.Exceptions.Nc_Exception">Thrown when an internal or a library error occours</exception>
<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.MEM_RWShort(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 | Demo
</para>
</summary>
<exception cref="T:CMS_CORE.Exceptions.Nc_Exception">Thrown when an internal or a library error occours</exception>
<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.MEM_RWDWord(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 | Demo
</para>uW
</summary>
<exception cref="T:CMS_CORE.Exceptions.Nc_Exception">Thrown when an internal or a library error occours</exception>
<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.MEM_RWInteger(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 | Demo
</para>
</summary>
<exception cref="T:CMS_CORE.Exceptions.Nc_Exception">Thrown when an internal or a library error occours</exception>
<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.MEM_RWByteList(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 | Demo
</para>
</summary>
<exception cref="T:CMS_CORE.Exceptions.Nc_Exception">Thrown when an internal or a library error occours</exception>
<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.MEM_RWWordList(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 | Demo
</para>
</summary>
<exception cref="T:CMS_CORE.Exceptions.Nc_Exception">Thrown when an internal or a library error occours</exception>
<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.MEM_RWShortList(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 | Demo
</para>
</summary>
<exception cref="T:CMS_CORE.Exceptions.Nc_Exception">Thrown when an internal or a library error occours</exception>
<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.MEM_RWDWordList(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 | Demo
</para>
</summary>
<exception cref="T:CMS_CORE.Exceptions.Nc_Exception">Thrown when an internal or a library error occours</exception>
<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.MEM_RWIntegerList(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 | Demo
</para>
</summary>
<exception cref="T:CMS_CORE.Exceptions.Nc_Exception">Thrown when an internal or a library error occours</exception>
<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.FILES_RProgramToFile(System.String,System.IO.FileStream)">
<summary>Read a Part Program by path and name
<para>
Compatibility: Fanuc | Osai | Demo
</para>
</summary>
<exception cref="T:CMS_CORE.Exceptions.Nc_Exception">Thrown when an internal or a library error occours</exception>
<param name="partProgramPath">Path of the Part Program stored in the Nc</param>
<param name="partProgramLocalName">Name of the Part Program and name of new local file</param>
<param name="localFile">Reference to the new local file where the NC Part Program data will be saved</param>
</member>
<member name="M:CMS_CORE.Nc.FILES_WProgramFromFile(System.String,System.IO.FileStream)">
<summary>Write/Overwrite a Part Program by path and name
<para>
Compatibility: Fanuc | Osai | Demo
</para>
</summary>
<exception cref="T:CMS_CORE.Exceptions.Nc_Exception">Thrown when an internal or a library error occours</exception>
<param name="partProgramPath">Path of the Part Program stored in the Nc</param>
<param name="localFile">Reference to the local Part Program file</param>
</member>
<member name="M:CMS_CORE.Nc.FILES_CopyProgram(System.String,System.String,System.Boolean)">
<summary>Copy a Part Program into another path
<para>
Compatibility: Fanuc | Osai | Demo
</para>
</summary>
<exception cref="T:CMS_CORE.Exceptions.Nc_Exception">Thrown when an internal or a library error occours</exception>
<param name="partProgramPath">Path where the Part Program is saved in the NC</param>
<param name="newPartProgramPath">Path of the copy Part Program destination</param>
<param name="failIfExist"></param>
</member>
<member name="M:CMS_CORE.Nc.FILES_DeleteProgram(System.String,System.String)">
<summary>Delete a Nc Part Program
<para>
Compatibility: Fanuc | Osai | Demo
</para>
</summary>
<exception cref="T:CMS_CORE.Exceptions.Nc_Exception">Thrown when an internal or a library error occours</exception>
<param name="partProgramPath">Path where the Nc Part Program is saved in the NC</param>
<param name="partProgramName">Name of the Part Program file</param>
</member>
<member name="F:CMS_CORE.Nc.W">
<summary>Write action</summary>
</member>
<member name="F:CMS_CORE.Nc.R">
<summary>Read action</summary>
</member>
<member name="F:CMS_CORE.Nc.UNDEF_PROC">
<summary>Not-Defined Process</summary>
</member>
<member name="T:CMS_CORE.Nc.PROC_Status">
<summary>Process-Status</summary>
</member>
<member name="F:CMS_CORE.Nc.PROC_Status.IDLE">
<summary>Idle-Status</summary>
</member>
<member name="F:CMS_CORE.Nc.PROC_Status.RUN">
<summary>Run-Status</summary>
</member>
<member name="F:CMS_CORE.Nc.PROC_Status.HOLD">
<summary>Hold-Status</summary>
</member>
<member name="F:CMS_CORE.Nc.PROC_Status.ERROR">
<summary>Error-Status</summary>
</member>
<member name="F:CMS_CORE.Nc.PROC_Status.RESET">
<summary>Reset-Status</summary>
</member>
<member name="F:CMS_CORE.Nc.PROC_Status.EMERG">
<summary>Emergency-Status</summary>
</member>
<member name="T:CMS_CORE.Nc.PROC_Mode">
<summary>CMS-Process-Mode</summary>
</member>
<member name="F:CMS_CORE.Nc.PROC_Mode.AUTO">
<summary>Automatic-Mode</summary>
</member>
<member name="F:CMS_CORE.Nc.PROC_Mode.EDIT">
<summary>Edit-Mode</summary>
</member>
<member name="F:CMS_CORE.Nc.PROC_Mode.MDI">
<summary>Mdi-Mode</summary>
</member>
<member name="F:CMS_CORE.Nc.PROC_Mode.REMOTE">
<summary>Remote-Mode</summary>
</member>
<member name="F:CMS_CORE.Nc.PROC_Mode.TEACH">
<summary>Teach-Mode</summary>
</member>
<member name="F:CMS_CORE.Nc.PROC_Mode.REF">
<summary>Ref-Mode</summary>
</member>
<member name="F:CMS_CORE.Nc.PROC_Mode.JOG">
<summary>Jog-Mode</summary>
</member>
<member name="F:CMS_CORE.Nc.PROC_Mode.JOGINC">
<summary>Joginc-Mode</summary>
</member>
<member name="F:CMS_CORE.Nc.PROC_Mode.RETPROF">
<summary>Ret_on_Profile-Mode</summary>
</member>
<member name="F:CMS_CORE.Nc.PROC_Mode.HANDLE">
<summary>Handle-Mode</summary>
</member>
<member name="F:CMS_CORE.Nc.PROC_Mode.RESTART">
<summary>Restart-Mode</summary>
</member>
<member name="F:CMS_CORE.Nc.PROC_Mode.ERROR">
<summary>Error-Mode</summary>
</member>
<member name="T:CMS_CORE.Nc.MEMORY_Type">
<summary>Nc Memory Type (Table)</summary>
</member>
<member name="F:CMS_CORE.Nc.MEMORY_Type.Null">
<summary>Null Type</summary>
</member>
<member name="F:CMS_CORE.Nc.MEMORY_Type.Fanuc_G">
<summary>Fanuc G Area</summary>
</member>
<member name="F:CMS_CORE.Nc.MEMORY_Type.Fanuc_F">
<summary>Fanuc F Area</summary>
</member>
<member name="F:CMS_CORE.Nc.MEMORY_Type.Fanuc_Y">
<summary>Fanuc Y Area</summary>
</member>
<member name="F:CMS_CORE.Nc.MEMORY_Type.Fanuc_X">
<summary>Fanuc X Area</summary>
</member>
<member name="F:CMS_CORE.Nc.MEMORY_Type.Fanuc_A">
<summary>Fanuc A Area</summary>
</member>
<member name="F:CMS_CORE.Nc.MEMORY_Type.Fanuc_R">
<summary>Fanuc R Area</summary>
</member>
<member name="F:CMS_CORE.Nc.MEMORY_Type.Fanuc_T">
<summary>Fanuc T Area</summary>
</member>
<member name="F:CMS_CORE.Nc.MEMORY_Type.Fanuc_K">
<summary>Fanuc K Area</summary>
</member>
<member name="F:CMS_CORE.Nc.MEMORY_Type.Fanuc_C">
<summary>Fanuc C Area</summary>
</member>
<member name="F:CMS_CORE.Nc.MEMORY_Type.Fanuc_D">
<summary>Fanuc D Area</summary>
</member>
<member name="F:CMS_CORE.Nc.MEMORY_Type.Fanuc_M">
<summary>Fanuc M Area</summary>
</member>
<member name="F:CMS_CORE.Nc.MEMORY_Type.Fanuc_N">
<summary>Fanuc N Area</summary>
</member>
<member name="F:CMS_CORE.Nc.MEMORY_Type.Fanuc_E">
<summary>Fanuc E Area</summary>
</member>
<member name="F:CMS_CORE.Nc.MEMORY_Type.Fanuc_Z">
<summary>Fanuc Z Area</summary>
</member>
<member name="F:CMS_CORE.Nc.MEMORY_Type.Fanuc_CM">
<summary>Fanuc CM Area</summary>
</member>
<member name="F:CMS_CORE.Nc.MEMORY_Type.Osai_I">
<summary>Osai I Area</summary>
</member>
<member name="F:CMS_CORE.Nc.MEMORY_Type.Osai_O">
<summary>Osai O Area</summary>
</member>
<member name="F:CMS_CORE.Nc.MEMORY_Type.Osai_MW">
<summary>Osai MW Area</summary>
</member>
<member name="F:CMS_CORE.Nc.MEMORY_Type.Osai_GW">
<summary>Osai GW Area</summary>
</member>
<member name="F:CMS_CORE.Nc.MEMORY_Type.Osai_SW">
<summary>Osai SW Area</summary>
</member>
<member name="F:CMS_CORE.Nc.MEMORY_Type.Osai_PW">
<summary>Osai PW Area</summary>
</member>
<member name="F:CMS_CORE.Nc.MEMORY_Type.Osai_UW">
<summary>Osai UW Area</summary>
</member>
<member name="F:CMS_CORE.Nc.MEMORY_Type.Osai_MD">
<summary>Osai MD Area</summary>
</member>
<member name="F:CMS_CORE.Nc.MEMORY_Type.Osai_GD">
<summary>Osai GD Area</summary>
</member>
<member name="F:CMS_CORE.Nc.MEMORY_Type.Osai_SD">
<summary>Osai SD Area</summary>
</member>
<member name="F:CMS_CORE.Nc.MEMORY_Type.Osai_PD">
<summary>Osai PD Area</summary>
</member>
<member name="F:CMS_CORE.Nc.MEMORY_Type.Osai_UD">
<summary>Osai UD Area</summary>
</member>
<member name="F:CMS_CORE.Nc.MEMORY_Type.Osai_L">
<summary>Osai L Area</summary>
</member>
<member name="F:CMS_CORE.Nc.MEMORY_Type.Osai_LS">
<summary>Osai LS Area</summary>
</member>
<member name="F:CMS_CORE.Nc.MEMORY_Type.Osai_AA">
<summary>Osai AA Area</summary>
</member>
<member name="F:CMS_CORE.Nc.MEMORY_Type.Osai_A">
<summary>Osai A Area</summary>
</member>
<member name="F:CMS_CORE.Nc.MEMORY_Type.Osai_SC">
<summary>Osai SC Area</summary>
</member>
<member name="F:CMS_CORE.Nc.MEMORY_Type.Osai_SYMO">
<summary>Osai SYMO Area</summary>
</member>
<member name="M:CMS_CORE.Osai.Nc_Osai.#ctor(System.String,System.UInt16,System.UInt16)">
<summary>
Instantiate The NC-Osai Class
</summary>
<exception cref="T:CMS_CORE.Exceptions.Nc_Exception">Thrown when an internal or a library error occours</exception>
<param name="IpAddress">Remote Ip-Address of the Nc</param>
<param name="RemotePort">Remote Port of the Nc</param>
<param name="ConnectionTimeOut">Send/Recieve timeout connection</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.
@@ -1,5 +0,0 @@
C:\Users\carminatini\documents\visual studio 2017\Projects\CMS_CORE\CMS_CORE_Library\bin\Debug\CMS_CORE_Library.dll
C:\Users\carminatini\documents\visual studio 2017\Projects\CMS_CORE\CMS_CORE_Library\bin\Debug\CMS_CORE_Library.pdb
C:\Users\carminatini\documents\visual studio 2017\Projects\CMS_CORE\CMS_CORE_Library\obj\Debug\CMS_CORE_Library.csprojResolveAssemblyReference.cache
C:\Users\carminatini\documents\visual studio 2017\Projects\CMS_CORE\CMS_CORE_Library\obj\Debug\CMS_CORE_Library.dll
C:\Users\carminatini\documents\visual studio 2017\Projects\CMS_CORE\CMS_CORE_Library\obj\Debug\CMS_CORE_Library.pdb
Binary file not shown.
Binary file not shown.
@@ -1 +0,0 @@
87fd46d780d61d6054bad0bbc1225c93949d4aef
@@ -1 +0,0 @@
ff4bdb94119346a548634484b055502eced98810
@@ -1,28 +0,0 @@
C:\Users\carminatini\documents\visual studio 2017\Projects\CMS_CORE\CMS_CORE_Library\bin\Debug2\CMS_CORE_Library.dll.config
C:\Users\carminatini\documents\visual studio 2017\Projects\CMS_CORE\CMS_CORE_Library\bin\Debug2\CMS_CORE_Library.dll
C:\Users\carminatini\documents\visual studio 2017\Projects\CMS_CORE\CMS_CORE_Library\bin\Debug2\CMS_CORE_Library.pdb
C:\Users\carminatini\documents\visual studio 2017\Projects\CMS_CORE\CMS_CORE_Library\bin\Debug2\CndexLinkDotNet.dll
C:\Users\carminatini\documents\visual studio 2017\Projects\CMS_CORE\CMS_CORE_Library\obj\Debug2\CMS_CORE_Library.dll
C:\Users\carminatini\documents\visual studio 2017\Projects\CMS_CORE\CMS_CORE_Library\obj\Debug2\CMS_CORE_Library.pdb
C:\Users\carminatini\documents\visual studio 2017\Projects\CMS_CORE\CMS_CORE_Library\bin\Debug2\CMS_CORE_Library.xml
C:\Users\carminatini\documents\visual studio 2017\Projects\CMS_CORE\CMS_CORE_Library\obj\Debug2\CMS_CORE_Library.csprojResolveAssemblyReference.cache
C:\Users\carminatini\documents\visual studio 2017\Projects\CMS_CORE\CMS_CORE_Library\bin\Debug2\SKGL.dll
C:\Workspace\CMS_CORE_LIBRARY\CMS_CORE_Library\bin\Debug2\CMS_CORE_Library.dll.config
C:\Workspace\CMS_CORE_LIBRARY\CMS_CORE_Library\bin\Debug2\CMS_CORE_Library.xml
C:\Workspace\CMS_CORE_LIBRARY\CMS_CORE_Library\bin\Debug2\CMS_CORE_Library.dll
C:\Workspace\CMS_CORE_LIBRARY\CMS_CORE_Library\bin\Debug2\CMS_CORE_Library.pdb
C:\Workspace\CMS_CORE_LIBRARY\CMS_CORE_Library\bin\Debug2\CndexLinkDotNet.dll
C:\Workspace\CMS_CORE_LIBRARY\CMS_CORE_Library\bin\Debug2\SKGL.dll
C:\Workspace\CMS_CORE_LIBRARY\CMS_CORE_Library\obj\Debug2\CMS_CORE_Library.csprojResolveAssemblyReference.cache
C:\Workspace\CMS_CORE_LIBRARY\CMS_CORE_Library\obj\Debug2\CMS_CORE_Library.csproj.CoreCompileInputs.cache
C:\Workspace\CMS_CORE_LIBRARY\CMS_CORE_Library\obj\Debug2\CMS_CORE_Library.dll
C:\Workspace\CMS_CORE_LIBRARY\CMS_CORE_Library\obj\Debug2\CMS_CORE_Library.pdb
C:\Users\carminatini\Documents\Visual Studio 2017\SVN Projects\CMS_CORE_Library\CMS_CORE_Library\obj\Debug2\CMS_CORE_Library.csproj.CoreCompileInputs.cache
C:\Users\carminatini\Documents\Visual Studio 2017\SVN Projects\CMS_CORE_Library\CMS_CORE_Library\obj\Debug2\CMS_CORE_Library.dll
C:\Users\carminatini\Documents\Visual Studio 2017\SVN Projects\CMS_CORE_Library\CMS_CORE_Library\obj\Debug2\CMS_CORE_Library.pdb
C:\Users\carminatini\Documents\Visual Studio 2017\SVN Projects\CMS_CORE_Library\CMS_CORE_Library\bin\Debug2\CMS_CORE_Library.dll.config
C:\Users\carminatini\Documents\Visual Studio 2017\SVN Projects\CMS_CORE_Library\CMS_CORE_Library\bin\Debug2\CMS_CORE_Library.xml
C:\Users\carminatini\Documents\Visual Studio 2017\SVN Projects\CMS_CORE_Library\CMS_CORE_Library\bin\Debug2\CMS_CORE_Library.dll
C:\Users\carminatini\Documents\Visual Studio 2017\SVN Projects\CMS_CORE_Library\CMS_CORE_Library\bin\Debug2\CMS_CORE_Library.pdb
C:\Users\carminatini\Documents\Visual Studio 2017\SVN Projects\CMS_CORE_Library\CMS_CORE_Library\bin\Debug2\CndexLinkDotNet.dll
C:\Users\carminatini\Documents\Visual Studio 2017\SVN Projects\CMS_CORE_Library\CMS_CORE_Library\bin\Debug2\SKGL.dll
Binary file not shown.
Binary file not shown.
@@ -1 +0,0 @@
189794c5fbf6ccedc9135a65e2c7c4fba0f03e9e
@@ -1 +0,0 @@
b4c19321e8d34246dc1e559d40dd63a1a00111b3
@@ -40,29 +40,20 @@ namespace Nc_Demo_Application.Server
// Start server
public void Run()
{
try
{
//Create Server Uri
WebUri = new Uri(Constants.SERVER_IP_ADDRESS + ":" + Constants.SERVER_PORT + Constants.API_URL);
//Create Server Uri
WebUri = new Uri(Constants.SERVER_IP_ADDRESS + ":" + Constants.SERVER_PORT + Constants.API_URL);
//Create WebHost
Console.WriteLine("RUNNING: Creating API Server on \"" + WebUri + "\"... ");
WebHost = new WebServiceHost(typeof(LibraryService), WebUri);
//Create WebHost
Console.WriteLine("RUNNING: Creating API Server on \"" + WebUri + "\"... ");
WebHost = new WebServiceHost(typeof(LibraryService), WebUri);
//Add LibraryService endpoint
Binding = new WebHttpBinding();
Binding.MaxBufferPoolSize = long.MaxValue;
ServiceEndpoint ep = WebHost.AddServiceEndpoint(typeof(ILibraryService), new WebHttpBinding(), "");
//Start WebHost
WebHost.Open();
Console.WriteLine("RUNNING: API Server Created ");
}
catch (Exception ex)
{
Console.WriteLine("Exception: " + ex.Message);
}
//Add LibraryService endpoint
Binding = new WebHttpBinding();
Binding.MaxBufferPoolSize = long.MaxValue;
ServiceEndpoint ep = WebHost.AddServiceEndpoint(typeof(ILibraryService), new WebHttpBinding(), "");
//Start WebHost
WebHost.Open();
Console.WriteLine("RUNNING: API Server Created ");
}
}
}
@@ -377,9 +377,9 @@
this.ncProcessNameColumn,
this.ncProcessStatusColumn,
this.ncProcessModeColumn});
this.ncProcessGridView.Location = new System.Drawing.Point(3, 28);
this.ncProcessGridView.Location = new System.Drawing.Point(1, 31);
this.ncProcessGridView.Name = "ncProcessGridView";
this.ncProcessGridView.Size = new System.Drawing.Size(914, 719);
this.ncProcessGridView.Size = new System.Drawing.Size(559, 380);
this.ncProcessGridView.TabIndex = 4;
this.ncProcessGridView.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.ncProcessGridView_DataError);
//
@@ -431,6 +431,7 @@
this.saveNcAlarmsButton});
this.toolStrip3.Location = new System.Drawing.Point(0, 0);
this.toolStrip3.Name = "toolStrip3";
this.toolStrip3.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
this.toolStrip3.Size = new System.Drawing.Size(35, 25);
this.toolStrip3.TabIndex = 2;
this.toolStrip3.Text = "toolStrip3";
@@ -460,7 +461,7 @@
this.ncAlarmsGridView.Location = new System.Drawing.Point(3, 28);
this.ncAlarmsGridView.Name = "ncAlarmsGridView";
this.ncAlarmsGridView.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
this.ncAlarmsGridView.Size = new System.Drawing.Size(917, 719);
this.ncAlarmsGridView.Size = new System.Drawing.Size(553, 383);
this.ncAlarmsGridView.TabIndex = 0;
//
// ncAlarmCodeColumn
@@ -538,9 +539,9 @@
this.axisDistanceToGoColumn,
this.axisProcessColumn,
this.followErrorProcessColumn});
this.ncAxisGridView.Location = new System.Drawing.Point(3, 28);
this.ncAxisGridView.Location = new System.Drawing.Point(-4, 28);
this.ncAxisGridView.Name = "ncAxisGridView";
this.ncAxisGridView.Size = new System.Drawing.Size(914, 719);
this.ncAxisGridView.Size = new System.Drawing.Size(560, 383);
this.ncAxisGridView.TabIndex = 0;
//
// axisIdColumn
@@ -44,24 +44,32 @@ namespace Nc_Demo_Application
public void startServer(int port)
{
SERVER_PORT = port.ToString();
// Start http server
ServerController.getInstance().Run();
try
{
// Start http server
ServerController.getInstance().Run();
// Populate process model and status ComboBox
ncProcessModeColumn.DataSource = Enum.GetValues(typeof(PROC_MODE));
ncProcessStatusColumn.DataSource = Enum.GetValues(typeof(PROC_STATUS));
// Populate process model and status ComboBox
ncProcessModeColumn.DataSource = Enum.GetValues(typeof(PROC_MODE));
ncProcessStatusColumn.DataSource = Enum.GetValues(typeof(PROC_STATUS));
ShowServer(true);
ShowServer(true);
// Read data from database
FillNcDataInput();
FillNcProcessInput();
FillNcAlarmsInput();
FillNAxisInput();
FillBinaryMemoryInput();
ListDirectory("./part_program");
// Read data from database
FillNcDataInput();
FillNcProcessInput();
FillNcAlarmsInput();
FillNAxisInput();
FillBinaryMemoryInput();
ListDirectory("./part_program");
serverStatusLabel.Text = "Server running on: http://localhost:" + SERVER_PORT + API_URL;
serverStatusLabel.Text = "Server running on: http://localhost:" + SERVER_PORT + API_URL;
}
catch (Exception ex)
{
MessageBox.Show("Server couldn't start: " + ex.Message);
}
}
private void StopServer_Click(object sender, EventArgs e)
@@ -120,6 +120,9 @@
<metadata name="toolStrip5.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>437, 56</value>
</metadata>
<metadata name="toolStrip5.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>437, 56</value>
</metadata>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="saveNcDataButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
@@ -132,6 +135,45 @@
<metadata name="toolStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>542, 56</value>
</metadata>
<metadata name="toolStrip3.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>647, 56</value>
</metadata>
<metadata name="toolStrip4.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>752, 56</value>
</metadata>
<metadata name="axisIdColumn.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="axisNameColumn.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="axisActualColumn.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="axisProgrammedColumn.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="axisMachinePositionColumn.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="axisDistanceToGoColumn.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="axisProcessColumn.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="followErrorProcessColumn.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="toolStrip2.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 95</value>
</metadata>
<metadata name="toolStrip6.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>122, 95</value>
</metadata>
<metadata name="toolStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>542, 56</value>
</metadata>
<data name="saveNcProcessData.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
@@ -152,6 +194,18 @@
<metadata name="ncProcessModeColumn.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="ncProcessIdColumn.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="ncProcessNameColumn.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="ncProcessStatusColumn.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="ncProcessModeColumn.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="toolStrip3.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>647, 56</value>
</metadata>
@@ -175,8 +229,17 @@
<metadata name="ncAlarmIdColumn.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="toolStrip4.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>752, 56</value>
<metadata name="ncAlarmCodeColumn.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="ncAlarmProcessIdColumn.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="ncAlarmTextColumn.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="ncAlarmIdColumn.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<data name="saveNcAxesButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
@@ -186,30 +249,6 @@
SUVORK5CYII=
</value>
</data>
<metadata name="axisIdColumn.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="axisNameColumn.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="axisActualColumn.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="axisProgrammedColumn.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="axisMachinePositionColumn.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="axisDistanceToGoColumn.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="axisProcessColumn.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="followErrorProcessColumn.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="toolStrip2.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 95</value>
</metadata>
@@ -244,6 +283,15 @@
<metadata name="BinaryMemoryIntegerColumn.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="BinaryMemoryBinaryColumn.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="BinaryMemoryWordColumn.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="BinaryMemoryIntegerColumn.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="toolStrip6.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>122, 95</value>
</metadata>
File diff suppressed because it is too large Load Diff
@@ -1,29 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
</configSections>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
</startup>
<entityFramework>
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework">
<parameters>
<parameter value="v13.0" />
</parameters>
</defaultConnectionFactory>
<providers>
<provider invariantName="System.Data.SQLite.EF6" type="System.Data.SQLite.EF6.SQLiteProviderServices, System.Data.SQLite.EF6" />
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
</providers>
</entityFramework>
<system.data>
<DbProviderFactories>
<remove invariant="System.Data.SQLite.EF6" />
<add name="SQLite Data Provider (Entity Framework 6)" invariant="System.Data.SQLite.EF6" description=".NET Framework Data Provider for SQLite (Entity Framework 6)" type="System.Data.SQLite.EF6.SQLiteProviderFactory, System.Data.SQLite.EF6" />
<remove invariant="System.Data.SQLite" />
<add name="SQLite Data Provider" invariant="System.Data.SQLite" description=".NET Framework Data Provider for SQLite" type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite" />
</DbProviderFactories>
</system.data>
</configuration>

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