Click here to Skip to main content
15,881,881 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
hello every one.
i am s software developer
i am going to Integrate the Cobas Machines with my software.i am successful to get test result from machine. now i am going to make fully automatic my software. how to send data from my computer to machine. any one have idea??
or any one already worked on this then please help me according to my problem

What I have tried:

successfully getting result on my system from
Cobas 311,411,6000,121
now i want to send data from host to machines
Posted
Updated 18-Apr-21 21:51pm

1 solution

The best path is to check with Cobas. They make the equipment and they should provide you with support.
 
Share this answer
 
Comments
Member 12799353 21-Jan-17 4:54am    
i contact with cobas Manufactures . they said that there are no SDK for communication. When machine Read Bar code it will Send you ENQ . and Host Will Send to Machine ACK . when this Operation is Success Full then Connection Will be Built for Communication or synchronization .We are Sending ACk to machine but against this ACk Machine not Responding ... have any Idea ??
AnvilRanger 21-Jan-17 19:07pm    
You don't necessarily need an SDK. Most likely the machine uses serial combinations to send and receive data. For that look at the System.IO.Ports class from the framework. There are also ton of examples of this you can find using Google. However you will need documentation about what what the equipment is sending and what data it is expecting to receive.
Jaza Abdullah 21-Jul-20 3:50am    
Dear brother Member 12799353, I have the same task, can you help me with that, Thanks.
[no name] 27-Jun-17 6:52am    
Hi, I have a problem in the communication Host to Analizer whit cobas (core + cobas c-501 and cobas 6000) in the test selection inquiry, when we send inquiry more than one test
-the alarm received: abnormal text from host
-application code is out of range
What could be the problem?
Thanks in advance
The information World ! 7-Sep-20 2:02am    
can u please share me the code if you are successful in sending a message to the analyzer

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900