본문 바로가기

Siemens Automation/TIAPortal STEP713

TSEND BLOCK 설명 Parameters The following table shows the parameters of the "TSEND" instruction: REQStarts the send job on a rising edge. IDReference to the connection established with "TCON". Value range: W#16#0001 to W#16#0FFF LENMaximum number of bytes that are sent with the job (maximum permissible value for S7-1200: 8192, maximum permissible value for S7-1500: 65536). DATAPointer to the send area containing.. 2020. 6. 16.
TCON BLOCK 설명 Parameters The following table shows the parameters of the "TCON" instruction: REQStarts the job to establish the connection specified in the ID upon a rising edge. IDReference to the assigned connection. Range of values: W#16#0001 to W#16#0FFF CONNECTPointer to the connection description See also: Connection parameters with structure according to TCON_Param DONEStatus parameter with the followi.. 2020. 6. 15.
MOVE_BLK_VARIANT BLOCK 설명 Parameters ENEnable input ENOEnable output SRCSource block from which to copy COUNTNumber of elements which are copied Assign the value "1" to the parameter COUNT, if no ARRAY is specified at parameter SRC or at Parameter DEST. SRC_INDEX The SRC_INDEX parameter is calculated zero-based. If an ARRAY is specified at parameter SRC, the integer at parameter SRC_INDEX specifies the first element with.. 2020. 6. 14.
TSEND_C / TRCV_C SETTING 1. SYSTEM CLOCK MEMORY SETTING 통신을 하고자 하는 새로운 디바이스를 추가하고 하드웨어 설정에 들어가서 SYSTEM CLOCK MEMORY를세팅하여 주기적으로 데이터를 보낼 수 있는 비트를 CPU에 선언한다. 2. TSEND_C PROGRAM BLOCK 생성 TSEND_C / TRCV_C 블럭은 SYSTEM FUNCTION BLOCK이기 때문에 블럭을 생성할 때에는 반드시INSTANCE DB를 생성하게 되어 있다. 생성된 DB안에 COMMUNICATION SETTING 값들을 확인할 수 있다. 3. TSEND_C / TRCV_C BLOCK SETTING TSEND_C, TRCV_C 블록의 속성에 들어가서 보면 구성탭에 연결 파라미터에서 파트너를 지정되지 않음으로선택을 하고 연결 데.. 2020. 6. 13.