-
> The FINS/UDP protocol is an Omron protocol which can be used by a PLC program to transfer data and perform other services with a remote PLC connected on an Ethernet Network. The FINS protocol allows…
-
While [investigating how to get member information](https://github.com/libplctag/libplctag/issues/466#issuecomment-2216820192) for Struct types in an Omron NX PLC, I needed to copy portions of the tag…
-
Hello Kyle,
I am using libplctag library in order to read and write for SINT and USINT datatype for Omron NX/NJ plc . I have observed read is working as expected but while writing value for SINT an…
-
Hi,
I've added Nuget libplactag pack to a WPF application. The scope is read/write tags of an Omron NX plc. All run well from my client where the application was created. I've published for the di…
-
Hello Kyle,
I am trying to use libplctag library to check if multiple request are getting packed into single request in order to increase performance when reading more number of tags. For Omron NX/…
-
### Library name
libfins
### Library description
Libfins is a multi platform library with routines to communicate with Omron PLCs over the FINS protocol.
### Source repository URL
https://github.…
-
Write operation for string datatype is not working. it is giving PLCTAG_ERR_TOO_LARGE while setting the string using plc_tag_set_string API. Observed that the string capacity is less than the string l…
-
Maximum how many characters can we read or write using libplctag read/write api?.
-
In the StringPlcMapper, Omron is not present
```
using System;
namespace libplctag.DataTypes;
public class StringPlcMapper : PlcMapperBase
{
public override int? ElementSize => base.Pl…
-
Mappers have historically been used to map between CLR objects and the byte array returned by libplctag core. Since this was introduced, a number of features have been developed that allow significant…