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
1
vote
2 answers

Mitsubishi FX PLC as OPC-UA client

I’m currently working on a project where a Mitsubishi FX PLC must function as a OPC-UA client. Does anybody know if this is possible. And if yes, how?
Kelvin
  • 71
  • 1
  • 6
1
vote
0 answers

Can I create and store a snapshot of a simpy simulation?

I am building a simulation of a production process using simpy and an agent (Heuristic or Reinforcement Learning via tensorforce) that allocates orders to stations in the production system. Every simulation starts with an empty production system…
OPFx
  • 11
  • 1
1
vote
0 answers

Ethernet/IP device: able to read attributes using CPPPO, but cannot write

I am working to build a Python script to communicate with an EtherNet/IP device (Graco PD2K spray system). The only documentation provided by the vendor is how to configure an Allen Bradley PLC as the client to communicate with the device. Using…
ph0t0n
  • 735
  • 1
  • 10
  • 24
1
vote
1 answer

Azure Industrial IoT Platform web app needs permission to access resources in your organization that only an admin can grant

I'm trying to deploy the platform using deploy.ps1 and it seems to work, but I cannot login to the engineering tool web app. I get the following message: my-test-iiot needs permission to access resources in your organization that only an admin can…
user4531
  • 2,525
  • 7
  • 30
  • 38
1
vote
3 answers

Best Practices for Web App Authentication in Industrial Settings

I'm creating a web application intended for a heavy industrial setting. Would like the operators to be able to use a central tablet or computer as an interface to the application, so multiple operators would be sharing a device during a given work…
karns
  • 5,391
  • 8
  • 35
  • 57
1
vote
2 answers

Considerations for Creating Industrial Applications (Native/Web)

What considerations are needed when creating a web app that is intended to be used in an industrial plant setting for a company? My specific use case is an industrial facility with several different production plants that would each have its own…
karns
  • 5,391
  • 8
  • 35
  • 57
1
vote
2 answers

Nontrivial IEC 61131-3 Code Examples

I am currently developing a method for symbolically executing and testing IEC 61131-3 applications. For evaluating my approach, I require non-trivial programs written in any of the languages defined in the standard. Are there any openly accessible…
LocalToast
  • 397
  • 1
  • 5
  • 13
1
vote
0 answers

PLC Ladder logic - Problematic measurments of water flow in PLC

I've spent many hours and and a ton of paper sketching and I haven't been able to stumble upon anything to get me past this problem. I can't figure out how to solve this task using PLC ladder language. PLC programme must compute actual flow of…
SNAREGOD
  • 13
  • 6
1
vote
2 answers

Is Implicit messaging guarantees message delivery in Ethernet/IP

Do we have a guaranteed delivery of the message sent via Implicit messaging in Ethernet/IP? Implicit messaging uses UDP, so my guess is no, but this seems strange given that Implicit messaging is used for real-time control, so I wonder maybe…
Archeg
  • 8,364
  • 7
  • 43
  • 90
1
vote
1 answer

What EPC ID prefix to use?

This is a bit of a 'I give up' question but.... The situation My company is using RFID tags to track the movement of stuff (hire-able stuff like jack-hammers etc) around large industrial sites. We are managing this by using RFID tags and a…
Doddie
  • 1,393
  • 13
  • 21
1
vote
1 answer

Micromaster 440. Ways to limit output frequency on the run?

I need to control a conveyor (driven by Micromaster 440) from a PC program using SFC14/15. The scheme will be: Supervisors PC ->(ethernet)-> S7-1200 ->(profibus)-> Micromaster 440. At the moment, Micromaster's output frequency is controlled via a…
KrasnokutskiyEA
  • 587
  • 1
  • 6
  • 20
1
vote
4 answers

Software memory testing for bus failures

I have a board with quite a few flash chips, some of them are showing intermittent failures. Standard memory tests are not showing any specific problem addresses, other than certain chips are failing intermittently under mechanical and thermal…
Michael
  • 2,118
  • 1
  • 19
  • 25
0
votes
0 answers

Cannot get reply from Markem print&apply system using sockets with CimComms protocol

Cannot get reply from a CimPak300 print & apply equipment, from Markem Imaje, using CimComms communication protocol. I can connect with the equipment on Ethernet, using sockets, I send messages but it doesn't respond. Maybe I'm doing something wrong…
Andrei Matei
  • 1
  • 1
  • 1
0
votes
0 answers

Implementation of Motor Reciprocating Motion Based on Canopen Protocol

I am using an Elmo driver, which is a standard canopen slave station. I use a 2-segment instruction update, non immediate update type, and absolute position instruction setting. After debugging, the motor moved correctly. Later, I set multiple…
DJX
  • 3
  • 1
0
votes
0 answers

Explicit Messaging on Ethernet/IP via Lua Sockets - How To?

Anyone have any experience in using Lua sockets to communicate with an industrial Ethernet/IP device using class 3 explicit messaging? I'm looking to query data on a polled basis from an industrial servo drive from a piece of computer software that…