
Guangcheng Technology GC-4602 user manual
Group 1 signal voltage output.
Group 1 signal reference ground.
Group 2 signal voltage output.
Group 2 signal reference ground
Table2.1 GC-4602 Module indicator
2.3 System status indicator
The GC-4602 module has four running lights to indicate the operating status of
the device. The specific indication function of the indicator is shown in Table
2.2. When the LED is on, the status of the GC-4602 module is shown in Table
2.3.
Table 2.2 GC-4602 Module indicator
When the output signal of the GC-4602 module is activated, the running
indicator lights up.
Output signal activation.
The output signal is not
activated
Table 2.3 GC-4602 Module LED status
2.4 Use in combination with PLC400/510 series
GCAN-PLC-400/510 supports programming in five languages. The following
uses ST language as an example to introduce how to use GCAN-PLC-400 to
program and write the status of the analog output of the GC-4602 module.
When the GC-4602 module performs ST programming definition, it is
necessary to define the variable type, output signal position, start character,
separator, etc. For example: "AO AT%Q0.0:INT;", where "0.0" represents the
starting address of the first channel, and each channel occupies 2 bytes, -
5V~+5V corresponds to -32768~+32767, so the second The starting address of
each channel is Q2.0. When the user uses more than one GC-4602 module, the
second GC-4602 needs to be defined from "Q4.0", because each 4602 has 2
channels; "%" (percent sign) means direct change write Signed shaping. AT