xp7777 commented on issue #1452:
URL: https://github.com/apache/plc4x/issues/1452#issuecomment-2003325229

   thank you sir!
   "I'm using TIA v16 to simulate PLC operation on my computer."
   
   
   "You're welcome! I'm glad your issue is resolved. It indeed seems to have 
been caused by the problem with the for loop iteration."
   
   
   ------------------ 原始邮件 ------------------
   发件人:                                                                         
                                               "apache/plc4x"                   
                                                                 
***@***.***>;
   发送时间: 2024年3月18日(星期一) 下午5:21
   ***@***.***>;
   ***@***.******@***.***>;
   主题: Re: [apache/plc4x] [Bug]: PlcInvalidTagException: [value1] invalid 
(Issue #1452)
   
   
   
   
   
    
   When running your example, I only get issues with the last line:
    
   After changing:
            System.out.println( 
response.getTagNames()+"---"+response.getResponseCode(response.getTagNames().toString()));
  
   To:
           for (String tagName : response.getTagNames()) {                 
System.out.println( tagName+"---"+response.getResponseCode(tagName));           
  }  
   All worked fine on my machine ... what type of device are you connecting to?
    
   —
   Reply to this email directly, view it on GitHub, or unsubscribe.
   You are receiving this because you authored the thread.Message ID: 
***@***.***>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to