dle

Members
  • Posts

    124
  • Joined

  • Last visited

dle's Achievements

Advanced Member

Advanced Member (3/5)

0

Reputation

  1. dle

    PostgreSQL

    Can I use DAQFactory to access PostgreSQL database?
  2. dle

    unlock graph

    I was accidentally using lock against mouse click, that was the reason I couldn't use the right mouse click to unlock. Had to use the command Component.graph.mouselocked = 0
  3. dle

    unlock graph

    After locking the movement of the graph, I could not find a way to unlock it when right click on the graph. How to unlock the graph? Thanks.
  4. I'm wondering if DF can call a static library (.lib) just like share library (.dll)
  5. The date time at the bottom left corner does not display properly
  6. The date showing in 2D graph has some error
  7. Thanks Guru, I looked at the code of the MCU and it is actually port 7. nx_tcp_server_socket_listen(&ip_0, 7, &socket_echo, 5,NX_NULL);
  8. Hi Guru, I have an MCU with an ethernet TCP/IP server application that sending data package. Attach is the raw data that I capture using device monitor studio software tool. I set up DF ethernet TCP/IP client (IP: 192.168.0.90, Port: 5001) I don't see anything on the DF COM monitor. when I tried to send out something from DF, it keep saying the port is busy. Do you have any suggestion?