Options
retreive pic files from a computer
If I wanted to retireve pic files to display on my touch panel and these pics files were stored on my computer, what commands would I issue to be able to access the folder where the pics are stored to allow the touch panel to retrieve and display on screen?
local computer - 192.168.1.6
folder where pic are store - PICS
do I need to open a port using :
IP_CLIENT_OPEN(dvIPClient.PORT,'192.168.1.6',80,IP_TCP);
if so, once port is open then what?
local computer - 192.168.1.6
folder where pic are store - PICS
do I need to open a port using :
IP_CLIENT_OPEN(dvIPClient.PORT,'192.168.1.6',80,IP_TCP);
if so, once port is open then what?
Comments
This is called "Dynamic Images" the touch panel does all the work for you... Open up TPDesign4 and look for Dynamic Images in the help section.
// Here is the send command information on how to instruct the TP to get different images.