-
when there is a network outage,
In Tag.cs
public ResultOperation Read()
..
var statusCode = NativeMethod.plc_tag_read(Handle, Controller.Timeout);
System Access Violation Exception in this …
-
Hello sir!
I've been running this for at least 6 months now with both a Siemens s1500 cpu and a Beckhoff twincat OPC server without issues.
After upgrading to 0.2.7.0 and node red ver 1.0.6 nothing …
-
// sorry, but I can find any docs on what the tag read error means. this is trying to read a single
// float from Softlogix controller in slot 2.
//
tag_rw -t real32 -p 'protocol=ab_eip&gateway=19…
-
I built the OPC Twin module from `develop` branch, and use Connected factory to test the discover, read, write.
And it work fine on my Siemens S7-1500 PLC.
But when I changed to another Siemens S7…
-
My system hard reboots when playing any Proton games. I know for sure it happens on Linux Kernel version 5.0.0 and 5.3.8, doesn't happen on Kernel 4.16, and only happens when playing games via Proton.…
-
I was trying to use the example to read a timer and a UDT and I keep getting string as response instead of bytestream and I'm going crazy because I can't find what is happening. I think this happens b…
-
Hello Kyle,
Does current version supports now to get the tag list from Logix PLC?
I'm using libplctag lib for my client project, and the requirement is to get the AB controller tag list.
If the…
-
Hi. I would appreciate a lot if qmidictl can have offer some sort of multi-touch, piano-like interface for Android tablets.
If MIDI Polyphonic Expression support is provided, it provides help for a…
-
### Dear Devs,
I am not sure if this actually concerns you, but I have no idea who else would care... I think that something is terribly wrong with the automated build process of tsfresh (or rather…
-
I have this requirement to browse/ populate the AB controller tags in a PLC. Is it possible to get that functionality using the libPLCtag . If so, what are the considerations?