Class UITPReadFKEventArgs
TPReadFK (FlexPendant Read Function Key).
Inherited Members
Namespace: ABB.Robotics.Controllers.RapidDomain
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
public class UITPReadFKEventArgs : UIInstructionEventArgs
Properties
View SourceTPFK1
The text to be written on function key 1
Declaration
public string TPFK1 { get; }
Property Value
| Type | Description |
|---|---|
| string |
TPFK2
The text to be written on function key 2
Declaration
public string TPFK2 { get; }
Property Value
| Type | Description |
|---|---|
| string |
TPFK3
The text to be written function key 3
Declaration
public string TPFK3 { get; }
Property Value
| Type | Description |
|---|---|
| string |
TPFK4
The text to be written on function key 4
Declaration
public string TPFK4 { get; }
Property Value
| Type | Description |
|---|---|
| string |
TPFK5
The text to be written on function key 5
Declaration
public string TPFK5 { get; }
Property Value
| Type | Description |
|---|---|
| string |
TPText
The information text to be written on the display.
Declaration
public string TPText { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
View SourceSendAnswer(UITPFunctionKey)
Sends response to the UI-Instruction
Declaration
public void SendAnswer(UITPFunctionKey value)
Parameters
| Type | Name | Description |
|---|---|---|
| UITPFunctionKey | value | Function key selection |