One picture. With the xpic command, you cut and display what you currently need.
Czy wolisz polską wersję strony elektroda?
Nie, dziękuję Przekieruj mnie tamekrzychoooo wrote:Good morning
I need help. Someone could open the hmi file at home. There is one TextSelect element in the project and it causes NextionEditor to hang during compilation.
I wanted to check if this only happens on my PC.
n7.val+=1
if(n7.val>4)
{
n7.val=1
}
if(n7.val==1)
{
t7.txt="monostab: 0 na 1"
}
if(n7.val==2)
{
t7.txt="monostab: 1 na 0"
}
if(n7.val==3)
{
t7.txt="generator od 0"
}
if(n7.val==4)
{
t7.txt="generator od 1"
}
// ładuje opisy
if(n7.val==1)
{
t7.txt="monostab: 0 na 1"
}
if(n7.val==2)
{
t7.txt="monostab: 1 na 0"
}
if(n7.val==3)
{
t7.txt="generator od 0"
}
if(n7.val==4)
{
t7.txt="generator od 1"
}
//////////////////////////////////
if(n6.val==1)
{
t6.txt="tranzystor"
}
if(n6.val==2)
{
t6.txt="triak"
}
if(n6.val==3)
{
t6.txt="przekaŸnik"
}
if(n6.val==4)
{
t6.txt="beep"
}