简体   繁体   English

PF 6000 Atlas Copco Nut Runner代码在C#中

[英]PF 6000 Atlas Copco Nut Runner code in c#

I am trying to develop a software by using C#.net. 我正在尝试使用C#.net开发软件。 that software communicate with Atlas Copco PF 6000 Nut Runner. 该软件与阿特拉斯·科普柯PF 6000 Nut Runner通信。

I am trying to send the message 00200001000000000000# by using open protocol. 我正在尝试使用开放协议发送消息00200001000000000000#。

App created tcpclient and socket but this message is working only for PF 4000. I need particular message which is working and acceptable for PF 6000 please help me. 应用程序创建了tcpclient和socket,但此消息仅适用于PF4000。我需要正在运行的特定消息,并且适用于PF 6000,请帮助我。

Maybe you have already solved this issue. 也许您已经解决了这个问题。

Communication using Open Protocol to any torque controller, PF4000 or PF6000 shall be the same in the communication start sequence. 在通信开始顺序中,使用开放协议与任何扭矩控制器PF4000或PF6000进行的通信应相同。 The same message shall work. 相同的消息将起作用。 Do you get any error from the torque controller as an answer? 您是否从扭矩控制器得到任何错误的答案?

It also seems that you haven't specified any revision for the communication start, which is needed. 似乎您还没有为通信启动指定任何修订,这是必需的。 Try: 00200001001000000000# for revision 1. I would recommend the highest revision supported by your controller software, can be seen in the appendix provided together with the software. 尝试:00200001001000000000#用于修订版1。我建议您的控制器软件支持的最高修订版,可以在软件随附的附录中找到。

You also need to make sure to have activated the Open Protocol for the wanted Virtual Station. 您还需要确保已为所需的虚拟站激活了开放协议。 This is different from the PF4000, due to that PF6000 supports multiple tools per controller unit. 这与PF4000不同,因为PF6000每个控制器单元支持多个工具。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用Mono的代码运行器编译C#代码 - Compile C# code with code runner with Mono 如何配置 Vs Code 以使用 Code Runner 运行 Csharp(C#)? - How to configure Vs Code to run Csharp(C#) with Code Runner? Rider 样式不适用于具有 6000 多行的 C# 文件 - Rider styling not working with a C# file that has 6000+ lines 如何从 C# 的 Code Runner(VSCode 扩展)运行命令中删除文件路径? - How to remove the file path from the Code Runner (VSCode extension) run command for C#? SonarQube.Runner与C#插件不兼容 - SonarQube.Runner not compatible with C# plugin 包含C#和JavaScript的项目上的声纳跑步者 - Sonar runner on a project containing c# and javascript MongoDB C# 驱动程序:Mongo Atlas 中的事务失败 - MongoDB C# driver: transaction fails in Mongo Atlas 如何在Xamarin.iOS(C#)中预加载纹理图集(SKTextureAtlas)? - How to preload texture atlas (SKTextureAtlas) in Xamarin.iOS (in C#)? 使用 JWT 身份验证的 MongoDB Atlas 和 Realms (C#/.NET) - MongoDB Atlas & Realms with JWT Authentication (C# / .NET) 将文档写入Atlas服务器时出现C#MongoDB异常 - C# MongoDB exception when writing document to Atlas server
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM