Plc - Control: Declare The Variables - Toshiba TOSVERT VF-AS3 Manual

Hide thumbs Also See for TOSVERT VF-AS3:
Table of Contents

Advertisement

10.9. PLC – Control: Declare the variables
Select Global_Variables
Create the Master Global_Variables for MB1 as below. Copy/paste the variables:
VAR_GLOBAL
MB1_State AT %I*:WORD;
PLC_state AT %I*:UINT;
MB1_TPDO_Input1_Status_Word AT %I*:WORD;
MB1_TPDO_Input2_Control_Effort AT %I*:WORD;
MB1_TPDO_Input3 AT %I*:WORD;
MB1_TPDO_Input4 AT %I*:WORD;
MB1_TPDO_Input5 AT %I*:WORD;
MB1_TPDO_Input6 AT %I*:WORD;
MB1_RPDO_Output1_Control_Word AT %Q*:WORD;
MB1_RPDO_Output2_Target_Velocity AT %Q*:WORD;
MB1_RPDO_Output3 AT %Q*:WORD;
MB1_RPDO_Output4 AT %Q*:WORD;
MB1_RPDO_Output5 AT %Q*:WORD;
MB1_RPDO_Output6 AT %Q*:WORD;
END_VAR
Reminder:
RPDO (Receive PDO), containing 6 input words of the communication scanner.
RPDO is set to index 0x1600 (sub-index 1 to 6).
TPDO (Transmit PDO), containing 6 input words of the communication scanner.
TPDO is set to index 0x1A00 (sub-index 1 to 6).
- 61 -
E6581818⑭

Advertisement

Table of Contents
loading

This manual is also suitable for:

Tosvert vf-s15Tosvert vf-mb1

Table of Contents