This shows you the differences between two versions of the page.
|
host_adaptor_3270 [2024/12/10 13:22] montse [Predefined functions] |
host_adaptor_3270 [2024/12/10 13:23] (current) montse [Predefined functions] |
||
|---|---|---|---|
| Line 87: | Line 87: | ||
| * **waitCRC(screen_CRC):** this function waits for the screen we want to see next.\\ | * **waitCRC(screen_CRC):** this function waits for the screen we want to see next.\\ | ||
| - | *Parameter screen_CRC: Value -> Obtained by right-clicking on the screen we want to display.\\ | + | *Parameter screen_CRC: value -> Obtained by right-clicking on the screen we want to display.\\ |
| {{ :en:image_2021_01_11t12_08_14_736z.png?400 |}}\\ | {{ :en:image_2021_01_11t12_08_14_736z.png?400 |}}\\ | ||
| Line 116: | Line 116: | ||
| * **writeKey (Key):** This function executes a predefined key on the screen.\\ (ENTER, PF8, PF4, etc…). | * **writeKey (Key):** This function executes a predefined key on the screen.\\ (ENTER, PF8, PF4, etc…). | ||
| - | *Parameter Key: Value-> Function key. | + | *Parameter Key: value-> Function key. |
| * **writeKeyUntilFind(Key, Text)**: This function executes the function key (Key) and waits for the text (Text) to appear on the screen. | * **writeKeyUntilFind(Key, Text)**: This function executes the function key (Key) and waits for the text (Text) to appear on the screen. | ||
| * **writeText (Text,Row,Column):** This function writes a text in a defined position.(line and column). | * **writeText (Text,Row,Column):** This function writes a text in a defined position.(line and column). | ||
| - | *Parameter Text: Value-> Text to write. | + | *Parameter Text: value-> Text to write. |
| - | *Parameter Row: Value-> Row Number. | + | *Parameter Row: value-> Row Number. |
| - | *Parameter Column: Value-> Column number.\\ \\ These parameters are obtained by right-clicking on the screen we want to display.\\ | + | *Parameter Column: value-> Column number.\\ \\ These parameters are obtained by right-clicking on the screen we want to display.\\ |
| {{ :en:image_2021_01_11t12_08_14_736z.png?400 |}}\\ \\ | {{ :en:image_2021_01_11t12_08_14_736z.png?400 |}}\\ \\ | ||