Questions tagged [fins]

A communications protocol provided by OMRON to exchange information in FA networks.

FINS commands form a command system for message services across different OMRON networks. They can be used for various control operations, such as sending and receiving data, changing operating modes, executing forced set and forced reset operations, performing file operations, and so on. FINS commands make it possible to freely communicate with Units in various net- works and on CPU Racks by simply specifying the network, node, and unit.

They are defined in the application level and do not depend on lower levels (i.e., the physical and data link levels). This allows them to be used across a variety of networks and CPU buses. Specifically, they can be used with Ethernet, Controller Link, and Host Link networks, and between CPU Units and CPU Bus Units.

8 questions
7
votes
1 answer

Send FINS command from C# to PLC

I try to send FINS commands through UDP from PC (C#.NET) to PLC Ethernet module (Omron), but is not getting any responds from the PLC and have no clue where I can start troubleshooting. PLC has a very simple ladder logic as follow: If DM100 has…
KMC
  • 19,548
  • 58
  • 164
  • 253
4
votes
2 answers

Hangs on Socket.Receive with no exception

I have WPF C# application that communicate with a PLC (i.e. write/read Omron PLC's memory addresses) through Ethernet (UDP packets) using FINS command/frame. I can send command to WRITE PLC address successfully, but application hangs/crashes when…
KMC
  • 19,548
  • 58
  • 164
  • 253
2
votes
1 answer

FINS OMRON PLC Java Command Troubleshooting

Simply saying I have rough time trying to prepare proper FINS Command to PLC. Topology: PC (with Java app) IP: 10.1.0.57 OMRON CS1 PLC IP: 10.1.0.50 Now trying to prepare message for D0100 address. Message looks like this: 80 00 02 00 32 00 00 39…
1
vote
1 answer

How to Connect CP1L (Omron) FINS/TCP through a switch to (Keyence) DL-EP1

Alright this may be impossible or i may be an idiot but here it is. I am trying to connect a Omron CP1L PLC through a switch and and to a Keyence DL-EP1. So far i have my PC hooked into a switch and my PLC hooked into the switch and also the Keyence…
JoshE
  • 11
  • 2
0
votes
0 answers

OMRON FINS Request Error - "Command Data is too Long"

I am using the RICADO.OMRON library for .NET to be able to connect to and read tags from an OMRON PLC. This usually does work, but I'm running into an issue with this one PLC I am trying to connect to. It is a UDP connection to a PLC, which uses the…
nickkoko
  • 1
  • 1
0
votes
0 answers

c# - Omron PLC read DM table via UDP

I try to read OMRON plc's DM table with a C# WPF application beacuse I have to visualize live datas from the machine. I can read messages via UDP, but I dont know how to read the DM table from the PLC. (PLC's settings are okay, that is ready to the…
H.Daniel
  • 1
  • 2
0
votes
0 answers

How to connect UDP Fins Gateway DotNet?

I'm trying to connect to an Omron PLC (NX1P2) that support only UDP Connections. I can't find free working libraries or examples in internet for UDP connections. Thanks for help.
gabrielepetteno
  • 89
  • 1
  • 11
-1
votes
1 answer

Sending FINS Commands from VB.net to PLC

I have a simple vb.net program that i'm trying to send a FINS Command and receive the response using UDP. I've been using the following question as a reference point FINS Commands C#, but believe I've got something wrong with my Packet, or perhaps…
Shmewnix
  • 1,553
  • 10
  • 32
  • 66