Inputuint - Siemens SINUMERIK 840D sl Operating Manual

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

Advertisement

Figure 4-94
Example of InputText for password entry
Up.Password = InputText("Enter your password", "*")
Figure 4-95
4.6.10.10

InputUInt

InputUInt("<label>", <uint>)
The InputUInt() function displays a dialog box in which during package execution 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 explained using the <label> argument.
● The <uint> argument must contain a default value. The default value can be changed
during the package execution.
● The return value is the number that the user had entered.
Example
Up.Uint = InputUInt("Enter an unsigned integer", 'H9F')
SINUMERIK Integrate Create MyConfig - Diff, Expert, Topo
Operating Manual, 12/2017, A5E36537479B-AE
Example of InputText with replacement operator
Example of using InputText for password entry
DEZ = 123
BiCo = 3:1.23
Create MyConfig - Expert
4.6 Script language
319

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sinumerik 828d

Table of Contents