2/25/2009 9:58 AM | |
Posts: 7 Rating: (0) |
Hi man, I hope, that for succesful solving this problem is two possibilities. At firs you can use (if you find or download it) HMI Contrlos VS720 software for creating link between camera an your vizualization in PC (WinCC/ProTool/WinCC flexible). There is product key: 6GF8007-4AA10-0AA.I think that this software coss 200 Euros. Second possibility is use socket interconection by TCP (via Ethernet) created in Backround script in cameras application. After that you can save image data to some array and send itto PC application. This kind of communication is possible only in enhaced communication with ethernet (not basic). Look at the Spectation communication manual at page 74 (chapter 4.3) and script manual chapter 9-communication For example I feature example of comands forthis communication: int result; Image MyImg; MyImg = new Image(); // define imafe datatype result = MyImg.Acquire(); // capture image if (result >= 0) { MyImg.Save(); // save imafe } After that,I thing, you can use Send( , , ) function to send this image toPC At the present time, Im finding HMI controls VS720 softwaresbecause it si better way tu do it. You can try search it too, bacause to end this tim I wasnt succesfull. At the moment I didnt try create interconnection between PC and camerra, but Im working on that. In attachment I addeddescription of HMI Controls VS720 Please if you find better solutions of this problem, write it me here. Good luck, Thanks a lot and sorryfor myEnglish Thomas Attachment933e.zip (645 Downloads) |
Follow us on