Questions tagged [industrial]

Industrial questions focus on topics related to applying software technologies to industrial purposes and challenges, such as the Industrial Internet of Things.

Just as the Industrial Internet of Things is a special subset of Internet of Things, industrial questions are a special subset of StackOverflow questions. Questions suitable for this tag may address, for example:

  • industrial analytics, such as for evaluating the condition of operating equipment in a military or industrial application or utility (vs. analytics for predicting buying patterns for retail or online commerce)
  • sensor networks, such as are used to instrument critical operating equipment and gather data for use in industrial analytics

For more insights into challenges of industrial data and software, see:

78 questions
11
votes
0 answers

Serial Converter in Java

I'm searching for an industrial serial to USB converter. I want to use it within my JAVA application to communicate with various devices. Therefore the serial adapter has to provide a mode for RS232, RS422 and RS485. Furthermore there should be a…
msp
  • 153
  • 1
  • 8
7
votes
2 answers

Read/write values using Ethernet/IP

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…
clutton
  • 620
  • 1
  • 8
  • 18
6
votes
3 answers

Any successful profibus communications from .NET?

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?
GEOCHET
  • 21,119
  • 15
  • 74
  • 98
6
votes
3 answers

Android in industrial embedded environment

what do you think about using android in an industrial embedded environment? I'm thinking, for example, about a vending machine with a touch screen monitor. I can think about many advantages: It would increase the ease of making an advanced user…
Mascarpone
  • 2,516
  • 4
  • 25
  • 46
5
votes
5 answers

Where is a good place to start with making an application in .NET that communicates through OPC?

Where is a good place to start with making an application in .NET that communicates through OPC?
GEOCHET
  • 21,119
  • 15
  • 74
  • 98
5
votes
4 answers

Get Live Stream from a Camera connected via usb using python

I want to grab live images from a camera which is connected via USB with my computer. I am using an Industrial Camera with usb port. At device manager the camera is shown with its name and id so I think it is connected to PC. I ran a 'findcam'…
54TY4M
  • 61
  • 1
  • 7
5
votes
6 answers

Creating SCADA diagrams in .NET

I need to create a industrial monitoring application that shows the operator a SCADA diagram, similar to this alt text http://img32.imageshack.us/img32/631/processcontrol.png What toolkits are available to do this and what experience have people…
Matt Warren
  • 10,279
  • 7
  • 48
  • 63
4
votes
2 answers

EtherNet/IP (Industrial Protocol) .NET Library

I have a I/O remote device (EIP-2017) with 8 analog inputs and it implements EtherNet/IP protocol for reading I/O values. I found on codeplex (https://eipnet.codeplex.com/) a library written in .net c# but it does not have documentation or example…
serban.b
  • 109
  • 1
  • 2
  • 10
3
votes
1 answer

How to setup PDO mapping?

I basically understand the concept of PDO mapping in CANopen networks. It allows to to broadcast real-time data with small header. how it is made? How do I setup my devices to know how to send/receive PDO's? Do I need some kind of software for…
user2449761
  • 1,169
  • 13
  • 25
2
votes
0 answers

EEIP.NET Library

I use this library: https://github.com/rossmann-engineering/EEIP.NET to create an EtherNet/IP client and having a problem defining the O_T_Length data size. This is the code I wrote. I expect it to insert the eeipClient.O_T_Length value of 34 to the…
HV16
  • 25
  • 5
2
votes
1 answer

Proximity sensor recommendation to detect hand & blood

My company is interested in designing a protection system for small industrial machines, where factory employees insert wooden objects that are then cut by these machines. The protection system needs to be aware of the presence of a human arm when…
Arkadi
  • 53
  • 1
  • 8
2
votes
2 answers

Translating PLC FileAddress/StartAddress to EtherNet/IP @//

We're evaluating cpppo to talk to various Rockwell Automation PLCs. We have address ranges in form "N25:00" (N = integer, file number 25, file offset 0), but EtherNet/IP seems to want @//. How do you translate from one to…
JimB
  • 971
  • 8
  • 20
2
votes
1 answer

Siemens S7-1200. TRCV_С. Error code: 893A; Event ID 02:253A

Please, help to solve the problem with communication establishment between PC and 1211C (6ES7-211-1BD30-0XB0 Firmware: V 2.0.2). I feel that I've made a stupid mistake somewhere, but can't figure out where exactly it is. So, I'm using function…
KrasnokutskiyEA
  • 587
  • 1
  • 6
  • 20
2
votes
2 answers

What are real-world industry applications of TSP?

Wikipedia says: The Travelling Salesman Problem has several applications even in its purest formulation, such as planning, logistics, and the manufacture of microchips. I would like to know more about the usage of TSP in different areas.…
skanatek
  • 5,133
  • 3
  • 47
  • 75
1
vote
0 answers

Twincat3 - Enable/Disable Online Change

I'm working on an AGV controlled by a Beckhoff PLC. I would like to perform "safe" Online-change, i.e. only allow online change when the program is in a safe, known state (maybe use a flag…
fadam
  • 11
  • 3
1
2 3 4 5 6