LED Flashing

Afrasyab

Member
Join Date
Jan 2016
Location
Derby
Posts
11
Hello Can anybody help me with flashing led in Rslogix 5000 structure programming
I can do it in ladder programming using 2 timers but I haven't got a clue in structure
 
just guess i aslo don't kmow much,
maybe ok maybe ko

TONR_01.PRE:=1000; (*Program Tags*)
TONR_01.Reset:=MyBool[1];
TONR_01.TimerEnable:=MyBool[2];
TONR_01.DN:=MyBool[3];

TONR_02.PRE:=1000; (*Program Tags*)
TONR_02.Reset:=MyBool[4];
TONR_02.TimerEnable:=MyBool[5];
TONR_02.DN:=MyBool[6];



IF MyBool[2] THEN
TONR(TONR_01);
END_IF;


IF MyBool[5] THEN
TONR(TONR_02);
END_IF;


good luck
 

Similar Topics

Hello. This is for motion experts, and EtherNet/IP and DeviceNet system integrators. I am more into communication and I sometimes need to advice...
Replies
0
Views
916
After leaving a bench chassis powered on for 2 weeks nothing connected to it besides, 24VDC on controller MOD/SA power, the next time I checked...
Replies
10
Views
6,367
I have a CompactLogix 1769-L18ER-BB1B that was power cycled a few times and had a mechanic pull the memory card with power on and re-insert it. At...
Replies
26
Views
8,656
I have a 1756 L62 ControlLogix5562 controller I cannot connect to via ethernet. Get RSLinx cannot communicate message. Verision 19. It has a...
Replies
1
Views
1,671
Hello, Before i reach out to local supplier, figured I'd ask here regarding this issue. Right out of box, the controller had a solid red SD LED...
Replies
4
Views
2,364
Back
Top Bottom