
PACIO MODULES
132
Parker Automation Controller Installation Guide
0:
(* Ready to change config *)
EnableCounter1 :=FALSE;
SetValue1 := 4294967294;
(* Configure counter to have range of
-2,147,483,647 to 2,147,483,647 *)
//SetValue1 := 2147483647;
(* Configure counter to have range of
0 to 2,147,483,647 *)
SetMax1 := FALSE;
STATE := 1;
1:
(* Set new config values *)
SetMax1 := TRUE;
IF MaxSet1 THEN
SetMax1 := FALSE;
STATE := 2;
END_IF
2:
(* Enable Encoder/Counter *)
EnableCounter1 := TRUE;
IF Counting1 THEN
STATE := 3;
END_IF
3:
(* Encoder/Counter enabled *)
Encoder_Configured1 := TRUE;
END_CASE
Digital Output
The digital output can be controlled by the variable "Output_0_0" or the compare function, determined by
the variable "ControlOutput_1". The current status of the output is read from the Module and displayed in
"In_Output_0_0". See also
Term2_ControlOutput_1:=FALSE;
(*Term2_Output_0_0 controls output*)
Term2_ControlOutput_1:=TRUE;
(*Compare function controls output*)
Term2_In_Output_0_0;
(*Status of the output*)
Содержание PAC
Страница 11: ...CHAPTER 1 Product Overview...
Страница 18: ......
Страница 19: ...CHAPTER 2 Installation...
Страница 33: ...CHAPTER 3 System Start up and Configuration...
Страница 69: ...CHAPTER 4 PACIO Modules...
Страница 143: ...2 After adding the device and code to the project you will configure the IO map as displayed...
Страница 155: ...PAC with 400XR series...
Страница 156: ...PACIO MODULES 156 Parker Automation Controller Installation Guide...
Страница 157: ...PAC with 400LXR...
Страница 158: ...PACIO MODULES 158 Parker Automation Controller Installation Guide PAC with SMH sensors...
Страница 159: ...CHAPTER 5 Communication Interfaces Optional...
Страница 176: ......
Страница 177: ...CHAPTER 6 Troubleshooting...
Страница 188: ...TROUBLESHOOTING 188 Parker Automation Controller Installation Guide...
Страница 189: ...APPENDIX A PAC System Specifications...
Страница 195: ...APPENDIX B Additional Information...