User`s manual

E-2 Motion MateDSM314 for Series 90™-30 PLCs User's Manual
January 2001 GFK-1742A
E
Execution Time for Instruction Line 1=>
(Time to Load P002) + (Time to load Constant) + (Time to perform Addition) + (Time to write
P001)
=> 0.60 (from Table E-7) + 0.50 (from Table E-7) + 0.90 (from Table E-1) + 0.60 (from Table E-7)
=>
2.60 microseconds
Execution Time for Instruction Line 2
=>
(Time to Load P001) + (Time to load Constant) + (Time to perform > Conditional)
=> 0.60 (from Table E-7) + 0.50 (from Table E-7) + 2.50 (from Table E-2)
=>
3.60 microseconds
Execution Time for Instruction Line 3
(assuming Conditional evaluates to TRUE)=>
(Time to load Constant) + (Time to write Torque_Limit_1)
=> 0.50 (from Table E-7) + 0.30 (from Table E-3)
=> 0.80 microseconds
Execution Time for Instruction Line 4
(assuming Conditional evaluates to TRUE)=>
(Time to load Strobe1_Level_1 ) + (Time to write Jog_Plus_1)
=> 1.40 (from Table E-3) + 1.70 (from Table E-3)
=>
3.10 microseconds
Execution Time for Instruction Line 5
=>
0.0 microseconds
(from Table E-2)
Total Execution Time
=> 2.60 + 3.60 + 0.80 + 3.10 +0.0 =
10.10 Microseconds