598
Jetter AG
12 OS update
//****************************************************
// 1. Activate 'Tracing' in JetSym
// 2. Set the name of the source file in 'SourceName'
// 3. Set the name of the target file in 'DestinationName'
// 4. Set the flag 'UpdateIt'
//****************************************************
Task
OSupdate
Autorun
Var
ResCopy: Int;
End_Var
;
Loop
UpdateIt :=
False
;
When
UpdateIt
Continue
;
ResCopy := FileCopy(SourceName,
DestinationName);
Trace(
'Result : '
+ IntToStr(ResCopy) +
'$n'
);
End_Loop
;
End_Task
;
Summary of Contents for JC-120MC
Page 1: ...User Manual JC 120MC Controller 60880901 We automate your success...
Page 18: ......
Page 40: ...40 Jetter AG 3 Identifying Hardware revisions see page 38 Related topics...
Page 160: ......
Page 186: ......
Page 196: ......
Page 485: ...Jetter AG 485 JC 120MC Programming Topic Page Programming 486 Registers 498 Contents...
Page 521: ...Jetter AG 521 JC 120MC Programming Use 29 bit identifier Default 11 bit identifier...
Page 586: ......
Page 604: ......
Page 633: ......