Toshiba S2T manual

1
2
3
4
5
6
7
8

Go to page of

A good user manual

The rules should oblige the seller to give the purchaser an operating instrucion of Toshiba S2T, along with an item. The lack of an instruction or false information given to customer shall constitute grounds to apply for a complaint because of nonconformity of goods with the contract. In accordance with the law, a customer can receive an instruction in non-paper form; lately graphic and electronic forms of the manuals, as well as instructional videos have been majorly used. A necessary precondition for this is the unmistakable, legible character of an instruction.

What is an instruction?

The term originates from the Latin word „instructio”, which means organizing. Therefore, in an instruction of Toshiba S2T one could find a process description. An instruction's purpose is to teach, to ease the start-up and an item's use or performance of certain activities. An instruction is a compilation of information about an item/a service, it is a clue.

Unfortunately, only a few customers devote their time to read an instruction of Toshiba S2T. A good user manual introduces us to a number of additional functionalities of the purchased item, and also helps us to avoid the formation of most of the defects.

What should a perfect user manual contain?

First and foremost, an user manual of Toshiba S2T should contain:
- informations concerning technical data of Toshiba S2T
- name of the manufacturer and a year of construction of the Toshiba S2T item
- rules of operation, control and maintenance of the Toshiba S2T item
- safety signs and mark certificates which confirm compatibility with appropriate standards

Why don't we read the manuals?

Usually it results from the lack of time and certainty about functionalities of purchased items. Unfortunately, networking and start-up of Toshiba S2T alone are not enough. An instruction contains a number of clues concerning respective functionalities, safety rules, maintenance methods (what means should be used), eventual defects of Toshiba S2T, and methods of problem resolution. Eventually, when one still can't find the answer to his problems, he will be directed to the Toshiba service. Lately animated manuals and instructional videos are quite popular among customers. These kinds of user manuals are effective; they assure that a customer will familiarize himself with the whole material, and won't skip complicated, technical information of Toshiba S2T.

Why one should read the manuals?

It is mostly in the manuals where we will find the details concerning construction and possibility of the Toshiba S2T item, and its use of respective accessory, as well as information concerning all the functions and facilities.

After a successful purchase of an item one should find a moment and get to know with every part of an instruction. Currently the manuals are carefully prearranged and translated, so they could be fully understood by its users. The manuals will serve as an informational aid.

Table of contents for the manual

  • Page 1

    Programmable Controllers Rev 051115 Ethernet Setup for the S2T Ethernet communications with the S2T CPU is done through the GEN651A Ethernet module. Prior to using this module, it must be confi gured using the EtherSetup_E setup software. The EtherSetup_E software is used to configure the network parameters (IP Address, Subnet Mask, and Multicast A[...]

  • Page 2

    Page 2 2.6 Click the Option button. Set the required parameters, then click the Write button to write into GEN651A module. 2.7 Close the EtherSetup_E software. DIP S witches 7 and 8 must be left in the ON position for T-PDS to work through the GEN651A module. 2.8 Cycle Power on the GEN651A module. The new IP address will not be valid until power is[...]

  • Page 3

    Page 3 Computer Ethernet Card Setup: The computer’s Ethernet card must be setup first. Go to the Control Panel and double click on Network C onnections. Find the Ethernet card, alternate click on it and then click on Properties. Note that the IP Address and Subnet Mast must be the same as set in T-PDS & the GEN651A (the last digit of the IP A[...]

  • Page 4

    Page 4 T-PDS Setup: In T-PDS under the Option Menu, select Communications. Set as follows: Using T-PDS, set the following in special register SW63: This completes the T-PDS setup. T-PDS can now be connected to the S2E via Ethernet through the GEN651A Ethernet module. Note: If an attempt is made to assign an IP address in T-PDS be fore the computer?[...]

  • Page 5

    Page 5 UDP/IP Socket Interface: To use UDP/IP transmission, it is necessary to create a small program in the S2T. The program will utilize the SEND and RE CV instructions. The general procedure is as follows: 1. Execute UDP socket open: The Specified Po rt number must be different from the Port number for T-PDS connection. If the Port num ber for T[...]

  • Page 6

    Page 6 UDP Send: SEND instruction is used. ▬ [ A SEND B ] ▬ A : H3100 (fixed) B : Result status A+1 : UDP send command (H0032) B+1 : Error code A+2 : Socket number (1 to 12) A+3 : Receiver IP address (note 1) A+4 : Ditto A+5 : Receiver Port number A+6 : Transmit data word size (1 to 1000) A+7 : Source data table register type (note 2) A+8 : Sou[...]

  • Page 7

    Page 7 UDP Receive: RECV instruction is used, ▬ [ A RECV B ] ▬ A : H3100 (fixed) B : Result status A+1 : UDP receive command (H0033) B+1 : Error code A+2 : Socket number (1 to 12) A+3 : Sender IP address (note 1) A+4 : Ditto A+5 : Sender Port number A+6 : Receive data word size (1 to 1000) A+7 : Destination data table register type (note 2) A+8[...]

  • Page 8

    Page 8 When R0621 is set to ON, 100 data words are received from the sender (IP address = 192.0.0.5, Port number = 5000) and are stored in D2000 to D2099. When the operation is finished, R0621 is reset to OFF automatically. UDP Socket Close SEND instruction is used. [ A SEND B ] ▬ A : H3100 (fixed) B : Result status A+1 : UDP close command (H0034[...]