Hi fbolzoni
How fast could you need for your transmission speed? I have tested the speed of RS232 transmission in VB6 code and it costs about 300ms.
The next step for me is to try the Ethernet. All I know about the Ethernet transmission from the service of Robot is that it has the same transmission
format with RS232.
Your error code 4102 alarm with subcode (90) seems like the error code I experienced "4104" which means wrong order by "LOADV".Yours means you have sent the wrong order to DX100 by "SAVEV".Just check your code!
I will try Ethernet transmission and we could communicate if any question occurs.
Thanks
Display More
Hi Travor,
The camera resolves it's own recognition program in a couple of tenths of a second. But Motoman takes a couple or more of seconds to trigger, retrieve and apply changes to position variables. It's inacceptable for our
pourposes. About VB6 code I have no experience at all, do you have any sample job?
Regarding the syntax of programming lines for Ethernet function at least it share the commands with RS232, I've checked that because the errors/alarms refer to that function, meaning that Ehernet is being disturbed and he wants nothing with me!!! hahaha.
The problem is that 'communication steps' between native commands on Cognex processor and DX100-Rs232 are a solved issue, shown on many documents. But what I want is to 'emulate' the 'communication steps' that is possible with Telnet:
o:
192.168.255.1
user: admin
password: admin
sw8 // here the camera is triggered and the program determinates the coordinates that the robot needs.
gv007 // here the camera is asked for the coordinates obtained in the previous command
234.587 //these are the coordinates, that simple.
But how to link this protocol with DX100 variable enviroment? That is the question,
So far I have received error alarms only..
Many thanks everybody! 