lxb 1 년 전
부모
커밋
06ea4ecaf5

BIN
deviceHttpServer/bin/Debug/HttpServer.exe


BIN
deviceHttpServer/bin/Debug/HttpServer.pdb


BIN
deviceHttpServer/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache


BIN
deviceHttpServer/obj/Debug/DeviceHttpServer.csproj.AssemblyReference.cache


+ 1 - 1
deviceHttpServer/obj/Debug/DeviceHttpServer.csproj.CoreCompileInputs.cache

@@ -1 +1 @@
-5460bf63f100f475c35303a17b5303a970a2e120f9bb0620a9b8a954da820453
+41ff43065c096ab3de4ea588e56b0255c3199da76926335a8b71d9fb6f7fbef1

+ 27 - 0
deviceHttpServer/obj/Debug/DeviceHttpServer.csproj.FileListAbsolute.txt

@@ -140,3 +140,30 @@ D:\项目\哈飞\xs_httpserver\deviceHttpServer\bin\Debug\System.Security.Access
 D:\项目\哈飞\xs_httpserver\deviceHttpServer\bin\Debug\System.Security.Permissions.xml
 D:\项目\哈飞\xs_httpserver\deviceHttpServer\bin\Debug\System.Security.Principal.Windows.xml
 D:\项目\哈飞\xs_httpserver\deviceHttpServer\obj\Debug\DeviceHttpServer.csproj.CopyComplete
+D:\项目\SMZK\htl_httpserver\deviceHttpServer\bin\Debug\dll\Fwlib32.dll
+D:\项目\SMZK\htl_httpserver\deviceHttpServer\bin\Debug\dll\fwlibe1.dll
+D:\项目\SMZK\htl_httpserver\deviceHttpServer\bin\Debug\dll\Newtonsoft.Json.dll
+D:\项目\SMZK\htl_httpserver\deviceHttpServer\bin\Debug\HttpServer.exe.config
+D:\项目\SMZK\htl_httpserver\deviceHttpServer\bin\Debug\HttpServer.exe
+D:\项目\SMZK\htl_httpserver\deviceHttpServer\bin\Debug\HttpServer.pdb
+D:\项目\SMZK\htl_httpserver\deviceHttpServer\bin\Debug\Newtonsoft.Json.dll
+D:\项目\SMZK\htl_httpserver\deviceHttpServer\bin\Debug\Opc.Ua.Client.dll
+D:\项目\SMZK\htl_httpserver\deviceHttpServer\bin\Debug\Opc.Ua.Core.dll
+D:\项目\SMZK\htl_httpserver\deviceHttpServer\bin\Debug\SinumerikOpcUaAPI.dll
+D:\项目\SMZK\htl_httpserver\deviceHttpServer\bin\Debug\System.Configuration.ConfigurationManager.dll
+D:\项目\SMZK\htl_httpserver\deviceHttpServer\bin\Debug\System.Security.AccessControl.dll
+D:\项目\SMZK\htl_httpserver\deviceHttpServer\bin\Debug\System.Security.Permissions.dll
+D:\项目\SMZK\htl_httpserver\deviceHttpServer\bin\Debug\System.Security.Principal.Windows.dll
+D:\项目\SMZK\htl_httpserver\deviceHttpServer\bin\Debug\UAClientHelperAPI.dll
+D:\项目\SMZK\htl_httpserver\deviceHttpServer\bin\Debug\System.Configuration.ConfigurationManager.xml
+D:\项目\SMZK\htl_httpserver\deviceHttpServer\bin\Debug\System.Security.AccessControl.xml
+D:\项目\SMZK\htl_httpserver\deviceHttpServer\bin\Debug\System.Security.Permissions.xml
+D:\项目\SMZK\htl_httpserver\deviceHttpServer\bin\Debug\System.Security.Principal.Windows.xml
+D:\项目\SMZK\htl_httpserver\deviceHttpServer\obj\Debug\DeviceHttpServer.csproj.AssemblyReference.cache
+D:\项目\SMZK\htl_httpserver\deviceHttpServer\obj\Debug\HttpServer.Form1.resources
+D:\项目\SMZK\htl_httpserver\deviceHttpServer\obj\Debug\HttpServer.Properties.Resources.resources
+D:\项目\SMZK\htl_httpserver\deviceHttpServer\obj\Debug\DeviceHttpServer.csproj.GenerateResource.cache
+D:\项目\SMZK\htl_httpserver\deviceHttpServer\obj\Debug\DeviceHttpServer.csproj.CoreCompileInputs.cache
+D:\项目\SMZK\htl_httpserver\deviceHttpServer\obj\Debug\DeviceHttpServer.csproj.CopyComplete
+D:\项目\SMZK\htl_httpserver\deviceHttpServer\obj\Debug\HttpServer.exe
+D:\项目\SMZK\htl_httpserver\deviceHttpServer\obj\Debug\HttpServer.pdb

BIN
deviceHttpServer/obj/Debug/DeviceHttpServer.csproj.GenerateResource.cache


BIN
deviceHttpServer/obj/Debug/HttpServer.exe


BIN
deviceHttpServer/obj/Debug/HttpServer.pdb


+ 1 - 1
deviceHttpServer/opcua/OpcUaServer.cs

@@ -75,7 +75,7 @@ namespace Fanuc_HttpServer.opcuaserver
                         
                         List<string> addresses = new List<string>();
                         addresses.Add("ns=2;s=/Channel/GeometricAxis/feedRateOvr"); //进给倍率
-                        addresses.Add("ns=2;s=/Channel/State/acFZ"); //进给速度
+                        addresses.Add("ns=2;s=/Channel/State/actFeedRateIpo"); //进给速度
                         addresses.Add("ns=2;s=/Channel/Spindle/speedOvr");//主轴倍率
                         addresses.Add("ns=2;s=/Channel/Spindle/actSpeed");//主轴实际速度
                         //addresses.Add("ns=2;s=/Channel/Spindle/driveLoad");//主轴负载