Logic Machine Forum
Import ESF/JSON file datatypes - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: General (https://forum.logicmachine.net/forumdisplay.php?fid=2)
+--- Thread: Import ESF/JSON file datatypes (/showthread.php?tid=2906)



Import ESF/JSON file datatypes - Mardav - 16.10.2020

Hey,

1. How can I import file with variables consisting of datatypes such as "250 byte string"? 
 - For now I have only tried with ESF file, but it seems this only support the datatypes from https://support.knx.org/hc/en-us/articles/115001823310-OPC-Export
Code:
0 EIS 1 'Switching' (1 Bit)
1 IS 8 'Scaling - control' (2 Bit)
2 Unknown
3 EIS 2 'Dimming - control' (4 Bit)
4 Unknown
5 Unknown
6 Unknown
7 Uncertain (1 Byte)
8 Uncertain (2 Byte)
9 Uncertain (3 Byte)
10 Uncertain (4 Byte)
11 Unknown
12 Unknown
13 Unknown
14 EIS 15 'Character String' (14 Byte)
15 Unknown
Are there any examples of setup from JSON file import, and which datatypes are supported?

2. Is it possible to setup schedulers and scheduler events in a file and import to LM?


RE: Import ESF/JSON file datatypes - admin - 16.10.2020

1. 250 byte string is not a standard data type so it cannot be imported this way. Latest firmware has direct KNXPROJ import without any conversion. It should be used instead of ESF as KNXPROJ provides precise data types while ESF does not.

2. There's no such feature at the moment