Forum Post: RE: TCP/IP Server Client working example S7G2
Hello The TCP server is listening on port 7. Once client connection is received, data is retrieved and echo'ed back to the client. Can you verify that you're able to ping 192.168.0.90 from the command...
View ArticleForum Post: RE: TCP/IP Server Client working example S7G2
Thanks Carol, it is the port number which I have never tried the correct one. I wasn't looking hard enough, it is clearly defined in here: nx_tcp_server_socket_listen(&ip_0, 7, &socket_echo,...
View ArticleForum Post: NetX Duo DHCP demo question
I have learned quite a bit by going thru the NetX Duo DHCP example application. This example shows how to access a web page on the Synergy server via a web browser on my PC and how the Synergy server...
View ArticleForum Post: RE: NetX Duo DHCP demo question
Hello JeffP, If you would like to write a custom HTTP server application, please refer to NetX™ Hypertext Transfer Protocol (HTTP) User Guide The server can particularly handle POST/PUT HTTP requests...
View ArticleForum Post: RE: NetX Duo DHCP demo question
Hi, I'll put together a demo showing how to serve a webpage with a text box and retrieve the data input by the user. Give me a little time... Regards, Ian.
View ArticleForum Post: Relocation within Eclipse of non-Synergy C files leads to garbage...
My project builds groups of C files referenced via linked Eclipse folders. Doing project admin, I duplicated a set of files in another folder, linked to the new folder in e2Studio, excluded original...
View ArticleForum Post: RE: NetX Duo DHCP demo question
Ian, That would be greatly appreciated as I am making slow progress trudging through the NetX_HTTP_User_Guide. Thanks, Jeff
View ArticleForum Post: RE: NetX Duo DHCP demo question
Hi Jeff, Attached is a demo project. It uses a static fixed IP and so does not use DHCP but this could be easily added. The demo creates a FileX RAM disk and creates the file "index.htm" and its...
View ArticleForum Post: RE: NetX Duo DHCP demo question
Thanks Ian! I will take a look at your example. Jeff
View ArticleForum Post: GUIX Line Graph
Tried using the GUIX Line Graph widget. Wouldn't compile - all kinds of "not defined". I looked in the manual and didn't see any docs on it. Does it work? Bill
View ArticleForum Post: RE: GUIX Line Graph
5.3.2.0 Some of the provided examples wouldn't open with the older version so now I'm using this one.
View ArticleForum Post: RE: GUIX Line Graph
Hello Bill, Which SSP version is your project using? I'm looking at GUIX Studio 5.3.2.2 (which goes with SSP 1.2.0-b1) and I can't see line graph on a widget list. Graphs such as the one from medical...
View ArticleForum Post: Simultaneous USB device on FS and host on HS ports
I am attempting to use both the USB FS port as a device for the console framework and USB HS port as a mass storage host for a USB memory stick on the PE-HMI1. I am using SSP 1.1.0 and started with...
View ArticleForum Post: NETX with S7G2 - Stuck on _nxe_tcp_socket_create
Hi all, I got some problem writing a code using NETX. I wrote a multiple thread with display and rtc, both working fine. But I need to put a TCP server on it, and there i got error. I using the tcp...
View ArticleForum Post: RE: NETX with S7G2 - Stuck on _nxe_tcp_socket_create
P.S.: When I said Stuck on function i mean its never return to status variable. But if I pause the debug, its stops on function phy_mii_write1 and others on ether_phy.c. I cant know whats happening on...
View ArticleForum Post: New TFT: image "inversion"
Hi, I am trying to manage a TFT with a RGB interface in my S7 synergy project. The result by now is that the image displayed is affected by an inversion: it is like if it's viewed from behind the...
View ArticleForum Post: RE: New TFT: image "inversion"
Hi Laser, please could you show how did you connect the screen with S7? Have you used Starter or Development Kit? The configuration of pins ("Pins" tab) might also be useful. Regards, adboc
View ArticleForum Post: RE: NETX with S7G2 - Stuck on _nxe_tcp_socket_create
Hello, TCP port number in TCP server application is specified as the 2nd argument passed into nx_tcp_server_socket_listen. To use semaphores in the NetX thread, you'll need one place where the...
View Article