![]() |
importing esf file - 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: importing esf file (/showthread.php?tid=3064) |
importing esf file - Mirco - 17.12.2020 Hi, it is possible to write a file.esf setting the right parameters? If yes, is there a guide with all parameters? For example I need: - data type (bool,int, float ecc). - units I know only this: Code: Virtual.Virtual.32/1/1 name_1 Uncertain (1 Byte) Low thanks PS: I need this because I have to add a lot of virtual group address (like 1000 addresses) RE: importing esf file - admin - 17.12.2020 You can use a script that calls grp.create and creates objects with required parameters. ESF does not allow to specify data type only data length. Units are also not supported there. RE: importing esf file - Mirco - 17.12.2020 Thanks, is there a full manual with all parameters/types? RE: importing esf file - admin - 17.12.2020 Common parameters are specified here: https://openrb.com/docs/lua.htm#grp.create RE: importing esf file - Mirco - 17.12.2020 Thanks again! |