Sinumerik Flashcards

(35 cards)

1
Q

Of wich two parts does the Sinumerik consist?

A

NCK (NC- kernel) and Sinumerik Operate

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What lives on the NCK?

A

Interpolation
.mpfs
MDs
Compensation
compiler cycles (e.g. our UCI)
NO(!) GUI

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Where does Operate run? And how are those two options called?

A

Either on (external) windows PC (PCU)
or on the Sinumerik itself (TCU, Linux)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Where does our HMI run?

A

our HMI is a plugin for Operate

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

what kind of file is our HMI?

A

linux: .so file, windows: .dll file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How does one restart the NCK, and what reloads then?

A

PO reset -> RPCM reloads

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What gets reloaded with an HMI reset?

A

gui_configs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Where does one find documentation about the UCI base?

A

Nextxloud, UCI base manual

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What do you have to think of when chosing an .mpf?

A

6- or 7 axes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What part of the Sinumerik is used for calibration?

A

Operate

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

what is RobX?

A

a compile cycle, which runs e.g. the inverse kinematics and other robot functions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

how does one find data in a sinumerik archive?

A

by using the sinumerik_archive script

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

what 2 things do we use the sinumerik as?

A
  1. robot server
  2. RecalGUI
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

what is TTCFL?

A

transformation from tool changer flange to active tool axis

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

what is TFLWP?

A

transformation from last DH coordinate system (A5) to flange coordinate system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

what is TIRORO?

A

transformation from robot base coordinate system to A1/A2 intersection

17
Q

what is ROBX_EXT_AXIS_VECTOR_1/2/3?

A

transformation from robot base coordinate system to external axis

18
Q

what are the standard IPs of TCU and PCU?

A

TCU: 192.168.214.1
PCU: 192.168.214.241

19
Q

On what physical system does the PCU usually run?

A

an IPC next to the Sinumerik -> customers usually recognize it as part of the Sinumerik

20
Q

what is the file path for the gui configs on sinumerik?

A

/oem/sinumerik/hmi/ISIOS/appl

21
Q

How does one make a machine move through Sinumerik?

A

run a .mpf file or run commands through MDA

22
Q

How does one run MDA mode in Sinumerik?

A

Maschine -> MDA -> write Command -> cycle start

23
Q

How does one switch on and off our compensation in Sinumerik?

A

by activating movement in WCS, for that:
- TRAROI/TRAFOF in MDA

24
Q

Where does one find the compensation values in sinumerik?

A

Diagnostics -> Axis Diag -> Service Axis

25
How to start troubleshooting wrong comp values in sinumerik?
PO-Reset check log in Diagnostics
26
What is TC_DP?
Trafo from Tool carrier to tool tip
27
How do you do an HMI reset?
Main menu (M) press arrow to the right HMI Reset
28
How does one check if the UCI app/base is installed?
On Sinumerik, go to Setup->system data->NC data/compile cycles see if uci_XXXXXXifYYYYYY.elf appisios_XXXXXXifYYYYYY.elf is installed
29
how does one create a sinumerik archive and how does one get it to the PC?
Setup->system data choose folder press >> create archive get through SCP at card/oem/sinumerik/data/archive
30
what is the UCI installation workflow?
check for proper compile cycle versions on Sinumerik create compensation file make archive copy uci base and uci app .elf file to Sinumerik via scp to NC Data/compile cycles copy compensation file to sinumerik to NC Data/compile cycles/ISIOS po reset test configure following http://172.16.0.1/isioswiki/index.php/UCI_Installation#Konfiguration add help texts
31
How does one install an HMI on the Sinumerik?
get from Nextcloud/Release Versions/HMI... choose version follow readme.txt (requires copying files to sinumerik via scp)
32
what is the path for compensation files on Sinumerik?
oem/sinumerik/oa/ISIOS
33
what is CCRODI?
A compile cycle to get compensation from a Kuka KRC to the Sinumerik. This can write to compensation temperature and sag, too which must be turned off (see manufacturere compensations)
34
How do I figure out the operate Version of a Sinumerik?
Diagnostics -> Versions Everything above 4.9 (e.g. 6.22) runs as 4.9 on our side
35
When does the UCI write spindles only to GUDs (and not to MDs)?
If the gripper names contains an array index (e.g. TOOL[14] )