Code Monkey home page Code Monkey logo

Comments (20)

iShafayet avatar iShafayet commented on September 24, 2024

Hello

Currently I'm very preoccupied with other projects. I cannot contribute much to the undertaking. But feel free to fork this project and and implement support for those instruments.

As a starting point, you can simply copy the following files and change them as necessary to comply with the instrument specs. I don't think the specs will deviate too much from ASTM.

https://github.com/iShafayet/node-astm/blob/master/gallery-indiko-reader.js
https://github.com/iShafayet/node-astm/blob/master/gallery-indiko-parser.js

If you want to push your changes back to this repo, just create a pull request. I'll take care of that.

from node-astm.

jibleg avatar jibleg commented on September 24, 2024

Hi, I have a problem with Abbott Architect i1000 communication bidireccional. Help me

from node-astm.

iShafayet avatar iShafayet commented on September 24, 2024

@jibleg , please create a separate issue with detailed information of exactly what problem you are facing.

from node-astm.

gilbertbounaoum avatar gilbertbounaoum commented on September 24, 2024

@alamri3 @jibleg hi did you manage to create the interfacing tool for cobas if so can you please share the project code as I'm working on a similar project with cobas e6000 and abbott architect.

from node-astm.

moalamri avatar moalamri commented on September 24, 2024

@gilbertbounaoum
hey.
I have totally forgot about my other account @alamri3 thanks for reminding me, I finally deleted it :)
Yes I have successfully interfaced Cobas e411, c311 (in java)
Abbott ARCHITECT (in C#)
Both bi-direction.
Code is available but not in Github

from node-astm.

moalamri avatar moalamri commented on September 24, 2024

@gilbertbounaoum I used C# (which I recommend) because of the rich API for dealing with low-level characters,also the speed and performance.
I didn't use COM communication, instead I used an adapter to convert to TCP/IP

from node-astm.

gilbertbounaoum avatar gilbertbounaoum commented on September 24, 2024

@moalamri thank you for your reply ,I'm struggling on creating those interfaces can you please share with me the code for both interface i really appreciated if no okey no worries i totally understand .

(serial to tcp/ip adapter is an hardware or software?)

we can talk by email if you can provide me with you email address.

thank you

from node-astm.

moalamri avatar moalamri commented on September 24, 2024

@gilbertbounaoum the convertor is a hardware. Which is the best method to interface a medical machine (low cost & no data loss for long distance) as you can connect more than one machine to a single server.
Sure the code is free depending on the user. I have gave them to multi charity facilities.
Hit me on Twitter : moalamri32

from node-astm.

ubeffiong avatar ubeffiong commented on September 24, 2024

@gilbertbounaoum the convertor is a hardware. Which is the best method to interface a medical machine (low cost & no data loss for long distance) as you can connect more than one machine to a single server.
Sure the code is free depending on the user. I have gave them to multi charity facilities.
Hit me on Twitter : modev32

Please i need the source code for Cobas C311, e411 and Abbott i1000

from node-astm.

jibleg avatar jibleg commented on September 24, 2024

I need interface sismex, cobas, vitros y fujifilm. How to do ?

from node-astm.

moalamri avatar moalamri commented on September 24, 2024

@ubeffiong @jibleg what if we all collaborated to get all those machines interfaced in one project?

from node-astm.

jibleg avatar jibleg commented on September 24, 2024

from node-astm.

moalamri avatar moalamri commented on September 24, 2024

Yes exactly.

A project open source free for the community that public en github. I read ideas of collaboration?

As it will be open-source it should be written in a suitable programming language. C# is my preferred option in this field and with the new .Net 5 it should be easier to run cross-platfrom.
Also each lab has more than one machine, so by using serial port it will be very difficult to use a single project in a single PC to interface with machines (not to mention how it would be money and time consuming), so it better be done by TCP/IP.
What do you guys suggest for the framework that would be used for the project?

from node-astm.

Bijoe-007 avatar Bijoe-007 commented on September 24, 2024

@moalamri
is there anyway u can share the code or give some idea about interfacing with roche e411machine
i need for my project can u help on it

from node-astm.

ubeffiong avatar ubeffiong commented on September 24, 2024

Yes exactly.

A project open source free for the community that public en github. I read ideas of collaboration?

As it will be open-source it should be written in a suitable programming language. C# is my preferred option in this field and with the new .Net 5 it should be easier to run cross-platfrom. Also each lab has more than one machine, so by using serial port it will be very difficult to use a single project in a single PC to interface with machines (not to mention how it would be money and time consuming), so it better be done by TCP/IP. What do you guys suggest for the framework that would be used for the project?

No problem, can we go ahead?
What would be your preferred medium for communication?

from node-astm.

rehman22 avatar rehman22 commented on September 24, 2024

Yes exactly.

A project open source free for the community that public en github. I read ideas of collaboration?

As it will be open-source it should be written in a suitable programming language. C# is my preferred option in this field and with the new .Net 5 it should be easier to run cross-platfrom. Also each lab has more than one machine, so by using serial port it will be very difficult to use a single project in a single PC to interface with machines (not to mention how it would be money and time consuming), so it better be done by TCP/IP. What do you guys suggest for the framework that would be used for the project?

C# i prefer and for com port to tcp . kindly use moxa device which convert serial to network

from node-astm.

chouguleshridhar avatar chouguleshridhar commented on September 24, 2024

Hi guys,
I also want some help Need Cobas e411 and Cobas c311(Bidirectional) Source code for my project I have tried but that not working properly can you please help me.

from node-astm.

abubkralmnsi avatar abubkralmnsi commented on September 24, 2024

@gilbertbounaoum hey. I have totally forgot about my other account @alamri3 thanks for reminding me, I finally deleted it :) Yes I have successfully interfaced Cobas e411, c311 (in java) Abbott ARCHITECT (in C#) Both bi-direction. Code is available but not in Github

please contact with me

from node-astm.

chouguleshridhar avatar chouguleshridhar commented on September 24, 2024

@gilbertbounaoum hey. I have totally forgot about my other account @alamri3 thanks for reminding me, I finally deleted it :) Yes I have successfully interfaced Cobas e411, c311 (in java) Abbott ARCHITECT (in C#) Both bi-direction. Code is available but not in Github

please contact with me

Its great to hear from you but how can I connect with you

from node-astm.

jibleg avatar jibleg commented on September 24, 2024

from node-astm.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.