MELSEC iQ-F Series Vocabulary Flashcards

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/25

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering key MELSEC iQ-F terms and concepts from the lecture notes.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

26 Terms

1
New cards

PLC (Programmable Logic Controller)

An electronic device that controls industrial systems through I/O ports and stores programmable instructions in memory.

2
New cards

GX Works3

Engineering software used to set up, program, debug, and maintain MELSEC iQ-F PLC projects on a PC.

3
New cards

FX5U-32MT-SIM

Training model configuration: FX5U CPU module with I/O and related components used for simulations.

4
New cards

Input Relay (X)

PLC device number for external inputs (X0, X1, …).

5
New cards

Output Relay (Y)

PLC device number for external outputs (Y0, Y1, …).

6
New cards

Internal Relay (M)

Internal PLC memory relay used for logic operations and storage during execution.

7
New cards

Data Register (D)

16-bit word data storage used to hold numeric data in the PLC.

8
New cards

Timer (T)

Present-value timer data used for time-based control in PLC programs.

9
New cards

Counter (C)

Present-value counter data used to count input events or operations.

10
New cards

Word Device

16-bit data storage group (e.g., D, T, C) used in arithmetic and data transfer.

11
New cards

Ladder Diagram

Circuit-like graphical representation of PLC logic used to design sequences.

12
New cards

MOV (Data Transfer Instruction)

Instruction that transfers data from a source to a destination (e.g., K, D to D).

13
New cards

BCD/BIN Conversion

Converting between binary-coded decimal and binary values using BIN/BCD related instructions.

14
New cards

BMOV (Block Move)

Transfers a block of n data points from a source device to a destination device.

15
New cards

From/To (IFM communication)

Instructions to read from or write to an Intelligent Function Module’s buffer memory.

16
New cards

Buffer Memory (BFM)

Internal RAM in an Intelligent Function Module used by FROM/TO for data exchange.

17
New cards

REF (I/O Refresh)

Instruction sequence that processes inputs and outputs to update I/O images.

18
New cards

END (End) Instruction

Instruction that marks the end of a ladder program and returns to I/O processing.

19
New cards

CJ (Jump)

Conditional jump instruction that transfers execution to a labeled location when a drive input is on.

20
New cards

CALL / XCALL (Subroutine)

Instructions to call a subroutine program; XCALL is an alternative subroutine call.

21
New cards

FOR-NEXT (Loop)

Loop construct that repeats a block of instructions n times.

22
New cards

PWM (Pulse Width Modulation)

High-speed output control that creates a variable duty cycle for analog-style control.

23
New cards

Analog Input/Output

Internal built-in conversion for analog signals (0–10 V) with read/write capability.

24
New cards

7-Segment Display (BCD to Y)

Using BCD data to drive a 7-segment display via Y10–Y17 outputs.

25
New cards

High-Speed I/O (HSIO)

Features like input interrupts and high-speed counters to capture fast signals.

26
New cards

HIOEN (High-Speed I/O Enable)

Control to start/stop high-speed I/O functions (e.g., CH counters or PWM channels).