-
Moving code using Net.Logix to use libPlcTag.NET instead.
Net.Logix has two special tags $CPU_STATE and $CPU_INFO that access system data usually accessed in the PLC program using GSV eg accessing th…
-
I have been encountering a problem with packing of CIP requests when reading data from OmronNJ. libplctag is packing many read requests into a single request message, as I have requested. However, if …
-
i see the source code inside demo.tscn
the sensor (photo eye) or actuator(conveyer) seems can be connect to EtherNet/IP tag by using libplctag.NET Tag class,
and value will corrsponse to tagName
…
-
Add method return list of tags
https://github.com/kyle-github/libplctag/blob/master/src/examples/list_tags.c
-
We're developing a project that makes use of your library (and the C# official wrapper). Our project can get big benefits with some libplctag library optimizations and additions. If this library have …
-
Hello,
is it possible to read the External Access (Read/Write, Read Only, or None) of Variables and Usage of UDTs? (Input, Output, InOut, Local) of UDTs?
Tags in Logix Designer:
UDTs in L…
-
Just finished running some golang tests after the autogeneration, I found one function where int8_t is getting turned into a byte instead of int8. How do you specify in the yml to make int8_t to int8,…
-
The Tag.java file is a copy of the version in libplctag4j.
The solution should be to use libplctag4j directly either in the same manner as libplctag is used or by cloning/pulling the repo and th…
-
IIUC, libplctag relies on fragmented reads to fetch large tags, and that it not supported on Omron NJ. Skimming through the code, it seems to me that automatically splitting large tags into smaller ch…
-
I'd greatly appreciate some help on diagnosing something that happens but shouldn't be possible ;)
I do something like this (pseudo-code):
```
bool write_tag(char* tag_name, int data_type, int co…
wegel updated
19 hours ago