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