Specifications
208 GX Configurator-PN
(c) 2013 MITSUBISHI ELECTRIC CORPORATION
WORD;
END_STRUCT;
vPN_CYCLIC_INPUTS
tPN_CYCLIC_INPUTS:
STRUCT
LIVE_WORD_X: WORD;
END_STRUCT;
Watchdog response
for cyclic communi-
cation
vPN_DEVICE_DETECT_D
ATA
This is the default type
specified in the exported
PLC code. User can
change the type to the ex-
tended version (see be-
low).
tPN_DEVICE_DETECT_DATA:
STRUCT
VendorID: WORD:=0;
DeviceID: WORD:=0;
IP_Address: DWORD:=0;
Subnetmask: DWORD:=0;
Gateway: DWORD:=0;
MAC_Address_Bytes1_2: WORD;
MAC_Address_Bytes3_4: WORD;
MAC_Address_Bytes5_6: WORD;
END_STRUCT;
Basic type informati-
on of the connected
IO devices
vPN_DEVICE_DETECT_D
ATA
This type must be speci-
fied for this global variable
by the user, if the user
sets the 'EXTENDED' in-
put of the function block
'Net_Detect' to 1.
tPN_DEVICE_DETECT_DATA:
STRUCT
VendorID: WORD:=0;
DeviceID: WORD:=0;
IP_Address: DWORD:=0;
Subnetmask: DWORD:=0;
Gateway: DWORD:=0;
MAC_Address_Bytes1_2: WORD;
MAC_Address_Bytes3_4: WORD;
MAC_Address_Bytes5_6: WORD;
Data: ARRAY [0..134] OF WORD;
END_STRUCT;
Extended type infor-
mation of the
connected IO devi-
ces
This type consists of
the structure
'tPN_DEVICE_DETE
CT_DATA' with an
additional word array
element to store ad-
ditional device infor-
mation.
The global variables are assigned to device addresses in the buffers, which the user has entered in
the 'PLC Settings' dialog.