You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
382 B
19 lines
382 B
T_BASE_DEVICE
|
|
|
|
T_Base_Lane_Gate
|
|
|
|
T_Base_LaneInfo
|
|
|
|
|
|
T_Base_PLC_Ask
|
|
|
|
|
|
T_Base_Route
|
|
|
|
T_Base_Route_Device
|
|
|
|
T_Base_StackInfo
|
|
|
|
update T_BASE_DEVICE t set f_dbw2address = f_dbw2address + 10000 where F_DEVICENAMERUSSIAN = 'S7 connection_1'
|
|
update T_BASE_DEVICE t set f_dbw1address = f_dbw1address + 20000,f_dbw2address = f_dbw2address + 30000 where F_DEVICENAMERUSSIAN = 'S7 connection_2'
|
|
|