LSIS XG5000 (ST) question

mmmisha

Member
Join Date
Apr 2013
Location
Ariel
Posts
1
Hello forum.

I am very new to PLC programming and I ask your help with resetting the timer in XG5000 ST. I have two water pumps that I want continuously to work for 20 min each, one after another.

I know how to set the timer (TON or TMR) but it works only once and doesn't reset timers for the next cycle.

My code looks like this for now:

TON1 (Enable , T#20m , Out1 , ET1);
TON2 (Out1, T#20m , Out2 , ET2);

Where I am wtrong?


Thank you in advance

Michael
 
Same Problem

Hi
Even i got same problem

I wrote

IF Key_Auto_Start THEN
RS(Unit1_SW1, Unit1_SW2 , Unit1_Bo1 );
END_IF;

And now is getting 7 error
:angr::angr::angr::angr::angr::angr::angr:

Please help
 

Similar Topics

It has been long that I am working in PLCs' field. I have a 2021 question now. How do you commission a line remotely? Firstly I said no way but...
Replies
6
Views
2,218
Hi, I am looking for a sample PLC program with Load cell XBF LD02S. can anybody help me with that??
Replies
1
Views
1,206
Just curious if anyone has worked with these controllers at all? Experiences good or bad? We received a used piece of equipment yesterday from...
Replies
5
Views
1,794
Hi All Can anyone help me. We use LSIS PLC's and I cannot find a way to save the PID Parameters directly. When you change a PID parameter via...
Replies
0
Views
1,242
MY boss is saying that I "must" use LSIS PLCs in our next project. I need to use an OPC server with this machine. Do you have a suggestion for the...
Replies
1
Views
2,969
Back
Top Bottom