Код: Выделить всё
macro_command main()
bool download, upload, return_sush
int i
char result[1]
char string1[20] = "Control_HMI.AUTO_DN_"
for i=1 to 4
StringBin2DecAsc(i, result[0])
StringCat(result[0], string1[0])
GetData(download, "Siemens S7-1200/S7-1500", string1[0] , 1)
GetData(upload, "Siemens S7-1200/S7-1500", "Control_HMI.AUTO_UP_"+i, 1)
GetData(return_sush, "Siemens S7-1200/S7-1500", "Control_HMI.AUTO_RT_"+i, 1)
next i
end macro_command
Либо я тупой, либо панель не умеет так работать, не пойму как реализовать