Skip to main content
Skip table of contents

get_safety_io()

Features

Returns the currently set safety IO information among the current safety setting parameters.

Parameters

None

Return

Value

Data Types

Description

ret

class.config_safety_io

safety IO setup information

Class

class.config_safety_io
FieldData TypesDescription

obj

listObject information for that class

input

int[8]

safety input information(0~7)

output

int[8]

safety output information(0~7)

Example

PY
ret = get_safety_io()
print(ret.input) ### input list of safety io
print(ret.output) ### output list of safety io

Related commands

  • None
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.