Issue with client/server and vmware [message #1806203] |
Mon, 06 May 2019 04:21  |
Eclipse User |
|
|
|
Hi,
I'm trying to establish a connection between 4diac and a software that runs on vmware. I use my PLC has a servers, i managed to send data to wmware but with 4 bytes more (i don't know why). And for the reception of the data from vmware, I constantly get DATA_TYPE_ERROR, even if I put FB with the right data input, in my case 104 bytes or 26 DWORD, I've even checked with wireshark :^(
Hope i was clear, Thanks,
Attachment: App.PNG
(Size: 129.90KB, Downloaded 127 times)
Attachment: sending.PNG
(Size: 30.40KB, Downloaded 137 times)
Attachment: receiving.PNG
(Size: 13.56KB, Downloaded 102 times)
Attachment: errors.PNG
(Size: 21.84KB, Downloaded 103 times)
Attachment: run_mode.PNG
(Size: 12.86KB, Downloaded 109 times)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: Issue with client/server and vmware [message #1806764 is a reply to message #1806736] |
Tue, 14 May 2019 18:04  |
Eclipse User |
|
|
|
You will need the com FBDk layer otherwise 4diac IDE cannot connect to your 4diac FORTE.
Also you will need some layer on top of our TCP/IP layer as the TCP/IP layer is designed such that it takes the data received from the network and hands it on to some upper layer. So you need some mechanism which takes transforms the bytes received into a IEC 61131-3 data type. Otherwise you will not be able to process it with an IEC 61131⁻3 function block.
|
|
|
Powered by
FUDForum. Page generated in 0.06817 seconds