industrial

Any successful profibus communications from .NET?

早过忘川 提交于 2019-12-20 09:45:46
问题 Has anyone successfully talked profibus from a .NET application? If you did, what device/card did you use to accomplish this, what was the application, and did you use any kind of preexisting or available code? 回答1: We've not used Profibus, but have used DeviceNET (another CAN based protocol), Ethernet/IP and ControlNet which all have similar challenges. We've been doing this since the late 1990's and therefore rely mainly on our own generated code using off-the-shelf hardware. The companies

Read/write values using Ethernet/IP

僤鯓⒐⒋嵵緔 提交于 2019-12-05 01:16:03
问题 I recently have acquired an ACS Linear Actuator (Tolomatic Stepper) that I am attempting to send data to from a Python application. The device itself communicates using Ethernet/IP protocol. I have installed the library cpppo via pip. When I issue a command in an attempt to read status of the device, I get None back. Examining the communication with Wireshark, I see that it appears like it is proceeding correctly however I notice a response from the device indicating: Service not supported.

Read/write values using Ethernet/IP

会有一股神秘感。 提交于 2019-12-03 16:04:37
I recently have acquired an ACS Linear Actuator (Tolomatic Stepper) that I am attempting to send data to from a Python application. The device itself communicates using Ethernet/IP protocol. I have installed the library cpppo via pip. When I issue a command in an attempt to read status of the device, I get None back. Examining the communication with Wireshark, I see that it appears like it is proceeding correctly however I notice a response from the device indicating: Service not supported. Example of the code I am using to test reading an "Input Assembly": from cpppo.server.enip import client

Any successful profibus communications from .NET?

前提是你 提交于 2019-12-02 22:59:45
Has anyone successfully talked profibus from a .NET application? If you did, what device/card did you use to accomplish this, what was the application, and did you use any kind of preexisting or available code? We've not used Profibus, but have used DeviceNET (another CAN based protocol), Ethernet/IP and ControlNet which all have similar challenges. We've been doing this since the late 1990's and therefore rely mainly on our own generated code using off-the-shelf hardware. The companies that have shown longevity during that period that I remember are:- AnyBus (HMS, www.anybus.com ) we've