Spacelynk and Exiway Smart control - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Gateway (https://forum.logicmachine.net/forumdisplay.php?fid=10) +--- Thread: Spacelynk and Exiway Smart control (/showthread.php?tid=1701) |
Spacelynk and Exiway Smart control - eirik - 07.11.2018 Hi I'm testing the AN049 Exiway smart control with Spacelynk. All communications are running and I get the feedback from the emergency lights. But in the Spacelynk all objects are numbers, and in the docs each bit have their own explanation in each register. Have anyone (Erwin? ) already made scripts for extracting this bit's (correct) in the different registers??? And I'm struggling to find explanation for all the bits in the registers. Hope someone could give me hand on this one. Have tried using some of the other scripts on this forum, but when I don't know what all the bits stands for, it's always a possibility that the bitshift or something's not correct. Eirik RE: Spacelynk and Exiway Smart control - Erwin van der Zwart - 07.11.2018 Hi, Sorry we don’t use Exiway in the Netherlands, so i have nothing on script here.. We could help you out if we have more info on the challange you are facing. BR, Erwin RE: Spacelynk and Exiway Smart control - Daniel - 08.11.2018 Hi I wrote to SE support and they should get in touch with you. BR RE: Spacelynk and Exiway Smart control - eirik - 08.11.2018 Hi Been testing this at the office and got this to work. Used this to decode the bits: Code: function getbit(value, nr) Works like a charm. This is the result. The objects called "dummy_something" is bits not explained in the application note. Its the only thing I can't figure out.
AN049_v1.0_Exiway Smart Control - SpaceLYnk.pdf (Size: 760.24 KB / Downloads: 14)
Eirik |