Download as pdf or txt
Download as pdf or txt
You are on page 1of 4

Arcode PLC Module Manual V1.

10

ARCODE
INTEGRATED ELEVATOR CONTROLLER
FOR TRACTION LIFTS

PLC MODULE MANUAL


Arcode PLC Module Manual V1.10

Publisher ARKEL Elektrik Elektronik SAN. ve TİC. A.Ş.


Eyüp Sultan Mah. Şah Cihan Cad. No:69 Sancaktepe/Istanbul 34885 TURKIYE
TEL : +90(216) 540 67 24-25
Fax : +90(216) 540 67 26
E-mail: info@arkel.com.tr
www.arkel.com.tr
Date of issue 06.2020

Document version V1.10

This document has been created to be a guide for Arkel customers. Reproduction, transfer, distribution or storage of part or all
of the contents in this document in any form without the prior written permission of Arkel is prohibited. Arkel reserves the right
to make changes and improvements to any of the products described in this document without prior notice.

Arkel is not responsible for those mistakes that may be found in this manual and for the damages that they may cause
Arcode PLC Module Manual V1.10

1. Arcode PLC Module Guide Below is a time-chart explaining the operation of On-delay
and Off-delay:
1.1. PLC Program:
The program consists of at most 64 lines of assignment
operations.
All program lines are executed every 0.01 seconds.
Execution starts at line-1 and ends at line-64.
Every program line is in the following format:
LINE_NO: RESULT <= (NOT_1) OPERAND1
OPERATOR (NOT_2) OPERAND2
NOT-1: If we want to invert OPERAND1, we may use this
by checking its checkbox.
NOT-2: If we want to invert OPERAND2, we may use this
by checking its checkbox.
Every program line is a logical operation having 2 operands
and the result of the operation (either 0 or 1) is written into 1.3. PLC Inputs:
the result field. PLC module can get its 16 available inputs from two
OPERAND1 and OPERAND2 fields may have the sources.
following values: • PLC inputs may be connected internally to Arcode
• 0: Logical 0 constant programmable output functions by using the "PLC
• 1: Logical 1 constant Inputs" group of PLC module. So that, for
• in1...in16: Input-1...16 example, the Car Light output function of Arcode
may be used as an input to the PLC module.
• mem1...mem16: Memory bit 1...16
• In Arcode programmable input functions settings:
• to1...to8: Timer-1...8 output
Function “500.1:(PLCI1) PLC Input-1” to
RESULT field may have the following values: “500.16:(PLCI16) PLC Input-16”
• -----: No operation
Using this method, PLC inputs may be gathered from any
• out1...out16: Output-1...16
of the programmable inputs of devices connected to the
• mem1...mem16: Memory bit 1...16
CANbus.
OPERATOR field may have the following values: Note: If a PLC input is set to more than one physical input,
• &&: Returns 1 if both OPERANDs are 1 (AND) its value will be the logical OR of all input signals.
• //: Returns 1 if any of the OPERANDs are 1 (OR)
1.4. PLC Outputs:
• ==: Returns 1 if OPERAND1 and OPERAND2 are The 16 available PLC outputs may be sent to any physical
equal (XNOR) programmable output by using the programmable output
• ! =: Returns 0 if OPERAND1 and OPERAND2 are functions of Arcode:
equal (XOR) Function “500.1:(PLCO1) PLC Output-1” to
• ! &: Returns 0 if both OPERANDs are 1 (NAND) “500.16:(PLCO16) PLC Output-16”
• ! /: Returns 0 if any of the OPERANDs are 1 Using this method, PLC outputs may be sent to any
(NOR) programmable outputs of devices connected to CANbus.
Note: A PLC output may be sent to many outputs at the
1.2. PLC Timer Settings:
PLC module contains 8 timers. Every timer has 1 input and same time.
1 output. Note: If PLC inputs and outputs are connected to devices
Timers are used to On-delay and/or Off-delay signals. On- other than Arcode mainboard, slight delays may occur due
delay and Off-delay times may be adjusted independently. to CANbus communication. So they should not be used in
this way for safety critical purposes.
Arcode PLC Module Manual V1.10

Examples:
• Logically AND'ing 3 inputs:
01: mem1 <= in1 && in2
02: out1 <= in3 && mem1
• Flip-Flop with Enable Input:
Block diagram

Program:
01: ti1 <= to1 == 0
02: out1 <= to1 && in1

1.5. Transfer PLC program file to Arcode:


PLC program file (SLOTx.apf -> x: 1,…,99), that has been created with Arcode Parameter Editor, should be copied to arcode/plc
folder of SD card. This file is sent to Arcode memory by entering” Transfer PLC program from SD card to Arcode” which is the
submenu of “SD Card Operations” of AREM.

PLC Module of Arcode Parameter Editor

You might also like