joed74

Results 8 comments of joed74

Doesn't know what `ConvertForRead` do, but to get the correct time out of the response i use: ``` // 1.1.1970 is 621355968000000000 in ticks, 1µs = 10 ticks var us_since_epoch...

> Is getting the tag element type still of interest? Yes, please. A function like `LIB_EXPORT int plc_tag_get_raw_typeinfo(int32_t id, uint8_t *buffer, int buffer_length);` would be nice. If the underlying system...

> Above mentioned problem is fixed with this modification. ht_proxy now connects wonderfully again, but the basic problem that no more graphs are drawn and no more data is transmitted...

I added basic MQTT v5.0 support to be able to read userProperties: https://github.com/joed74/paho.mqtt.javascript

I think **tagnames** are only `A-Z a-z 0-9 - _` , no greek letters, no german umlauts, no chinese letters, no spaces...

Maybe it is accessible via `Get_Instance_Attribute_List (0x55)` and Attribute 10: ![grafik](https://github.com/libplctag/libplctag/assets/61152521/7ba77825-7f90-4774-bf83-787ae0f7adf7) Source: https://docs.pycomm3.dev/en/latest/_modules/pycomm3/logix_driver.html#LogixDriver.get_tag_list (scroll down to function get_instance_attribute_list_service)

``` diff --git a/session.c b/session.c index 3c36271..60dc163 100644 --- a/session.c +++ b/session.c @@ -71,7 +71,7 @@ #define SOCKET_WAIT_TIMEOUT_MS (20) #define SESSION_IDLE_WAIT_TIME (100) - +volatile int ab_session_terminating = 0; static ab_session_p...

Try this: https://github.com/joed74/paho.mqtt.javascript