aykwm Posted January 30, 2015 Report Posted January 30, 2015 Hello I have a home cockpit and recently bought the Sim-avionics, the setup went good and managed to get everything to work except the buttons and switches (which rely on widefs) The software that uses widefs is sysboard I configured it and it says that its connected to fs after wide client connects to the server. The lights illuminate normally when I change flaps or extend the spoiler. (so a connection from server to client is working) The problem seems that wide client can't send data to the server, because when I click on a switch or button, the software can detect it but its not sent to the server. Here is the log from the client and server Server log ********* WideServer.DLL Log [version 7.938c] ********* Blocksize guide = 8192 (double allowed) Date (dmy): 30/01/15, Time 16:23:32.280: Server name is AK-PC 15756 Initialising TCP/IP server 15756 Initialising UDP/IP server 16130 Broadcasting service every 1000 mSecs 18580 Incoming connection Accepted ok (skt=1032) TCP 18767 Connected to computer "AHMAD-SA" running WideClient version 6.999 (skt=1032) TCP 573694 Auto send stopped before sending all data (0 of 47 sent), Error=10013 (IP=255.255.255.255) UDP 573803 Error 10053: client socket disconnected at Client: removing (skt=1032) TCP 574006 Auto send stopped before sending all data (0 of 47 sent), Error=10013 (IP=255.255.255.255) UDP 580292 Close signalled to clients 581400 Closing down now ... Memory managed: Offset records: 267 alloc, 266 free Read buffer usage: 261 alloc, 261 free, max in session: 1 Write buffer usage: 29841 alloc, 29841 free, max in session: 1 Throughput maximum achieved: 29 frames/sec, 833 bytes/sec Throughput average achieved for complete session: 9 frames/sec, 273 bytes/sec Average receive rate from "AHMAD-SA": 0 frames/sec, 19 bytes/sec ********* Log file closed ********* and Client Log ********* WideClient Log [version 6.999n] Class=FS98MAIN ********* Date (dmy): 30/01/15, Time 16:23:30.678: Client name is AHMAD-SA 47 LUA: "C:\Sim-Avionics\WideFS\Initial.LUA": not found 63 Attempting to connect now 63 Trying to locate server: Need details from Server Broadcast 63 Failed to connect: waiting to try again 2122 Attempting to connect now 10405 New Client Application: "SysBoard_Interface" (Id=1340) 20514 Server = AK-PC 20514 Trying TCP/IP host "AK-PC" port 8002 ... 20514 ... Okay, IP Address = 192.168.254.14 20514 Connection made okay! 572836 ****** End of session performance summary ****** 572836 Total time connected = 551 seconds 572836 Reception maximum: 28 frames/sec, 823 bytes/sec 572836 Reception average whilst connected: 20 frames/sec, 577 bytes/sec 572836 Transmission maximum: 0 frames/sec, 20 bytes/sec 572836 Transmission average whilst connected: 0 frames/sec, 20 bytes/sec 572836 Max receive buffer = 334, Max send depth = 1, Send frames lost = 0 572836 **************** Individual client application activity **************** 572836 Client 1340 requests: 21 (Ave 0/sec), Data: 910 bytes (1/sec), Average 43 bytes/Process 572836 ********* Log file closed (Buffers: MaxUsed 2, Alloc 11299 Freed 11299 Refused 0) ********* as you can see the client has data to send but its somehow failing in sending them and the server can't receive anything what am i doing wrong?
Pete Dowson Posted January 30, 2015 Report Posted January 30, 2015 Hello I have a home cockpit and recently bought the Sim-avionics, the setup went good and managed to get everything to work except the buttons and switches (which rely on widefs) The software that uses widefs is sysboard I configured it and it says that its connected to fs after wide client connects to the server. The lights illuminate normally when I change flaps or extend the spoiler. (so a connection from server to client is working) The problem seems that wide client can't send data to the server, because when I click on a switch or button, the software can detect it but its not sent to the server. That I think is a wrong diagnosis. If WideClient isn't sending data to the Server than it will also never receive data from the Server, as the Server only sends data which has been requested. as you can see the client has data to send but its somehow failing in sending them and the server can't receive anything Where do you see that? The session behaved normally without error until you terminated the Client at time 572836, which the server logged as a break of connection, of course. Where are you seeing any indication that anything is wrong? I do not know your software " sysboard" so I've no idea how to advise you. You can use more logging, but you'd need to know WHAT the software is trying to do before selecting the right logging options. Pete
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now