I need help for communication problem between HMI intouch and PLC siemens

themostlymen

Member
Join Date
Jan 2014
Location
surabaya
Posts
6
This Problem happened many times, is it only because the wrong type DB10Q0 should be DB1010 or any other possible cause?

HMI log file :

/DASProtFail - (4):Invalid item name: DB10Q0,X269.1 (PLCPM)

Unable to add item 'New_PortCpS7_000.New_S7Cp_000.DB10Q0,X269.1' with access path 'PLCPM'

ProtCreatePoint: AddItems() method failed (hr = 0x1) for item name = 'DB10Q0,X269.1' !

Failed to advise item "DB10Q0,X269.1" for Access Name "plcpm"

Node "localhost" disconnected
 
Base on the log file that you post, the problem is the invalid item name.

It may be due to:
1. incorrect addressing syntax
2. typographical error of address
3. the address does not exist in the PLC
 
Are you using OPC ?
If so, which OPC server ?
Are you using symbols from the STEP7 project ?

'DB10Q0,X269.1' does not sound right.
My guess is that it should be 'DB10.DBX269.1', if you want to access DB10 Byte 269 Bit 1.
That the connection gets lost completely seems to be that the OPC server does not handle errors well.
 
no im not using OPC. i use DASSIdirect...
yes we just found out the right one is DB1010,X269.1
but is this wrong name can cause disconnection between PLC - HMI?
 

Similar Topics

Hello there, I'm practically new to the PLC world, I'm quite familiar with Siemens TIA Portal but I'm currently tasked to program Schneider PLCs...
Replies
5
Views
1,860
Hi; We have Allen Bradley Power Flex750 inverter drive. I want to establish communication between Laptop and drive for which I have a set of...
Replies
1
Views
1,850
hello guys... I have done communication with omron cp1l plc and yasakawa v1000 ac drive now I'm able to write drive parameter from plc program...
Replies
5
Views
3,069
Hi all, My objective is to send data of type int, bool, string etc from the PLC to PC via TCP sockets. I have used the client/server codes to...
Replies
2
Views
2,249
Hello everyone, M using micrologix 1200 and it is connected to net-aic using pm02 cable, then net-aic is connected to my laptop using pm02 and a...
Replies
15
Views
3,942
Back
Top Bottom