Your comments

Здравствуйте, Владимир

Импорт из CSV доступен только для Modbus. Возможно, в будущем будем расширять функционал импортера, но в ближайшее время изменений не предвидится.
Здравствуйте, Владимир

Контроллер возвращает ошибку запроса данных. Ошибка может быть связана с:
- запрошен тип адреса, не поддерживаемый плк
- плк находится в состоянии, когда не может ответить мастеру
- запрошенный адрес не существует на стороне плк (запрошен не инициализированный адрес). Например, у контроллера 100 регистров, а запросили 101
- запрошена группа регистров превышающая по размеру максимально допустимый пакет запроса. Иридиум запрашивает максимум 64 регистра за раз, если они идут подряд. Это нормально для большей части плк, но некоторые не могут работать с большими пакетами

Что делать:
- установите Modbus Pool, попробуйте опросить 50, 100, 200, 400, 500 идущих подряд регистров. Наблюдайте за ошибками
- проанализируйте список регистров, попробуйте найти неиспользуемые и удалить их из списка опроса
- создайте проект с 10, 20, 40, 60, 80 идущими подряд регистрами (можно импортировать из таблицы), запускайте его и наблюдайте за появлением ошибок. Это поможет определить максимальный размер пакета опроса, допустимый для вашего плк (если он нестандартный).
Here it is:
i

You can edit it in [ JS ] window (script editor)

The Beckhoff ADS is in the "iRidum base (2.0)" and it looks like it works on the iPhone to, (All the Driver Tokens is working and showing) i just can't see where the data is send to the plc og where to put data in plc to show on my iPhone.
Connection established, but it is not possible to work with PLC internal variables. Now the driver developing paused, so I cannot provide documentation.
One amendment: IR.DeleteItem() works with Popups and Items, but not with Pages. But I hope it should be enough
1. It is possible to remove listeners
2. you can add the counter of created listeners, like listener++ in each function started by listener. It is not a problem
function pressed () 
{
    IR.Log("action");
}
 
// add listener
IR.AddListener(IR.EVENT_ITEM_PRESS, IR.GetItem("Page 1").GetItem("Item 61"), pressed); 
 
// remove listener
IR.RemoveListener(IR.EVENT_ITEM_PRESS, IR.GetItem("Page 1").GetItem("Item 61"), pressed);
3. You can do it with
IR.DeleteItem("Page 1");
I can imagine there will be much larger projects than the one i'm working on.
You have to optimize you scripts using prototypes and deleting of unused listeners
Hi Dennis

This weather Module is out of date a little, it has some problems with ZIP code in case of Yahoo web-site update. Please use weather module by this link:
http://www.iridiummobile.ru/products/module/weather/

You can get the code on Yahoo web site:
Yahoo link: https://weather.yahoo.com/spain/madrid/madrid-766273/
zip code:
766273



About Beckhoff: we do not support Beckhoff ADS yet, it is under developing. You have to use Modbus TCP protocol to control Beckhoff. All the instructions you can find on our web site
You can create 1024 listeners in iRidium. Please send your UI to support email if you will not be able to solve this problem yourself
Waiting for infromation from community! We didin't work with Vera yet