.....
d := time.Duration(kpi.current * float32(time.Second))
time.Sleep(d)
}//end for
conn.Close()
log.Println("error, when connect or receive data", stDesc, "wait 60seconds")
time.Sleep(time.Minute) //Ждем 1 минуту, прежде чем выполнить повторное подключение
}
}