01.04.2019, 13:08
Hello,
I have project with Wiser and I need to transfer error codes (written in the KNX bus - 14 byte ASCII string) over BACnet IP to the workstation. The problem is that Wiser does not support transfer of string characters over BACnet. The error codes are fixed - about 30, for example "7H-01", "BH-00", etc. I want to make script in the Wiser to code the string in some integer value and then transfer this value over BACnet.
I've tried to use string.match but I had no success. I will appreciate any suggestions how this could be achieved.
I have project with Wiser and I need to transfer error codes (written in the KNX bus - 14 byte ASCII string) over BACnet IP to the workstation. The problem is that Wiser does not support transfer of string characters over BACnet. The error codes are fixed - about 30, for example "7H-01", "BH-00", etc. I want to make script in the Wiser to code the string in some integer value and then transfer this value over BACnet.
I've tried to use string.match but I had no success. I will appreciate any suggestions how this could be achieved.