How to enables the counting of pulses for V3 controllers - Wersja do druku +- Forum Tiny Control Solution (https://forum.tinycontrol.pl) +-- Dział: LanKontroler - sprzęt i wersje wsadów, problemy, zastosowanie (https://forum.tinycontrol.pl/forumdisplay.php?fid=3) +--- Dział: LanKontroler V3 (https://forum.tinycontrol.pl/forumdisplay.php?fid=27) +--- Wątek: How to enables the counting of pulses for V3 controllers (/showthread.php?tid=829) |
How to enables the counting of pulses for V3 controllers - geosoft1 - 08-04-2017 For v2 i used `ind.cgi?kw2=1`. How do i proceed for v3? Thanks Re: How to enables the counting of pulses for V3 controllers - wilkxt - 08-04-2017 In the power tab, you have to select one of the INPDs as the input. To to this by command http GET use: inpa.cgi?powsel=06 for INPD1 in E1 inpa.cgi?powsel=07 for INPD2 in E1 inpa.cgi?powsel=08 for INDP3 in E1 inpa.cgi?powsel=09 for INDP4 in E1 inpa.cgi?powsel=16 for INPD1 in E2 inpa.cgi?powsel=17 for INPD2 in E2 inpa.cgi?powsel=18 for INPD3 in E2 inpa.cgi?powsel=19 for INPD4 in E2 inpa.cgi?powsel=26 for INPD1 in E3 inpa.cgi?powsel=27 for INPD2 in E3 .......etc. |