Inputuint - Siemens SINUMERIK 840D sl Operating Manual

Sinumerik integrate create myconfig - diff, expert, topo
Hide thumbs Also See for SINUMERIK 840D sl:
Table of Contents

Advertisement

Create MyConfig - Expert
4.6 Script language
Figure 4-74
Example of replacement from string, e.g. from an Enum
Up.n = "1500"
Up.Drehzahl = InputInt("Confirm the speed.", $(Up.n))
Figure 4-75
4.6.10.5

InputUInt

InputUInt("<label>",<uint>)
By calling the InputUInt function, a dialog is shown during package processing in which the
user must enter an unsigned integer.
This unsigned integer value is assigned to an Up variable.
● The value can be entered in various formats.
HEX_NC = 'H9F'
HEX_0x = 0x9F
BIN_NC = 'B1101'
● The entry can be described using the "<label>" argument.
● The "<uint>" argument must contain a default value. This can be changed while the
package is being executed.
● The return value is the number that the user had entered.
Example
Up.Uint = InputUInt("Enter an unsigned integer number", 'H9F')
262
Example of entering an integer
Example of replacement from string, e.g. Enum (enumeration)
DEC = 123
BiCo = 3:1.23
SINUMERIK Integrate Create MyConfig - Diff, Expert, Topo
Operating Manual, 11/2016, A5E36537479B-AD

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sinumerik 828d

Table of Contents