winsock

Hi, I am attempting to inplement an automated warehousing system using an implemntation of Microsoft winsock. All is well except for the timeout functionality, which does not work. Anybody tried something similar?

Cheers,

Phill

Could you detail what exately are you using winsock for !! It sure sounds interesting and we would like to know more and be of help if possible

I’ve managed to solve the problem by modifying some C++ code I found on the internet.

I have three classes; one to run the diverts on the conveyor belt, one to run the labellers and one to run the weighing scales.

I was having trouble with the winsock class I implemented, in that it would not allow the use of setsockopt for timeouts etc.

The function uses pointers which I understand are not available in X++, so I solved the problem using binary data.

Let me know I you want to know more.

Regards

Phill