Table of Contents

03 : Calculators

DM41X 41z Module

Keyboard Overlay

Setup

ZK?YN (UPDATE 5/8/22)

To simplify use it's possible change the keyboard to the complex keyboard, and remove the need to trigger every command with Z

Enable the keyboard with ZK?YN and answer Y.

Put ZK?YN on the CST custom user menu for quick access!

Now the USER keyboard is re-mapped to match the overlay and things are much easier. To use normal functions simply press USR to temporarily switch off the complex keyboard. Press USR to switch back to complex mode. To leave complex mode completely and return USER keyboard to normal re-run ZK?YN and answer N

To enter a complex number in this mode :

2 + 3i

2 ENTER 3 ENTER

To add 2 + 3i + 10 - 4i

2 ENTER 3 ENTER

10 ENTER 4 CHS ENTER

+

Result:

12 - j 1

The alternative “permanent Z-Keyboard” method is less cumbersome and more intuitive.

Some commands still require the Z prefix to access sub-functions

e.g. POLAR mode

Enter a complex number in rectangular mode and then switch to POLAR mode

50 ENTER 23 ENTER

ZZ6

55.04 ∠ 24.70

All further entries will remain as POLAR

eg a new complex number in POLAR format

100 ∠ - 85

100 ENTER 85CHS ENTER

display :

100 ∠ - 85

Switch back to RECT mode

ZZ5

8.72 - 99.62

The rest of the guide was written without the use of full-time ZKEYS in mind

Quick Ref

Basic Operation

enter two numbers and add them together

The ''natural'' entry method

Parallel Impedances

This involves the complex inverse function Z 1/x

Z-keys method

50 ENTER 13 ENTER

1/x

23 ENTER 85CHS ENTER

1/x

+

1/x

Result :

42.72 - j 11.99

convert to Rectangular ⇔ Polar operation

enter a number directly in Polar format

Alternate input method

gotcha

Stack valueStack
U
52 + j 36 V
23 - j 15 W
23 - j 15 Z

doing a Z + now will add the second number to itself and the result will be 46 - j 30

This is normal RPN stack behaviour, but is confusing when you're building complex numbers.

use ↑IM/AG instead

The natural entry mode is much better

  1. you enter the real and imaginary parts in the order you expect them
  2. the stack operation is less obscure.
  3. It just seems more intuitive.

Page created Wed May 25 15:14:29 2022 by John Pumford-Green

Page last updated: 05/09/24 11:38 BST