{"id":22394154,"url":"https://github.com/atlantis-software/mt-sics","last_synced_at":"2025-07-31T10:32:31.287Z","repository":{"id":57304571,"uuid":"341568866","full_name":"Atlantis-Software/mt-sics","owner":"Atlantis-Software","description":"a node.js interface library to Mettler Toledo balances and scales that use the Mettler Toledo Standard Interface Command Set (MT-SICS).","archived":false,"fork":false,"pushed_at":"2021-03-02T14:01:00.000Z","size":9,"stargazers_count":15,"open_issues_count":0,"forks_count":7,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-29T14:00:05.299Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Atlantis-Software.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-02-23T13:46:10.000Z","updated_at":"2024-10-23T09:34:22.000Z","dependencies_parsed_at":"2022-08-27T03:05:54.029Z","dependency_job_id":null,"html_url":"https://github.com/Atlantis-Software/mt-sics","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Atlantis-Software/mt-sics","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Atlantis-Software%2Fmt-sics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Atlantis-Software%2Fmt-sics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Atlantis-Software%2Fmt-sics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Atlantis-Software%2Fmt-sics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Atlantis-Software","download_url":"https://codeload.github.com/Atlantis-Software/mt-sics/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Atlantis-Software%2Fmt-sics/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268024591,"owners_count":24183149,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-31T02:00:08.723Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-05T05:09:12.793Z","updated_at":"2025-07-31T10:32:30.966Z","avatar_url":"https://github.com/Atlantis-Software.png","language":"JavaScript","readme":"# mt-sics\na node.js interface library to Mettler Toledo balances and scales that use the Mettler Toledo Standard Interface Command Set (MT-SICS).\n\n## Installation\n\nInstallation uses the [npm](http://npmjs.org/) package manager.  Just type the following command after installing npm.\n\n  npm install mt-sics\n\n## Mettler Toledo RS232 Setup\n\n  | BAUDRATE | BIT/PARITY | STOP BITS | HANDSHAKE | END OF LINE  | CHAR SET | CONTINUOUS MODE |\n  |----------|------------|-----------|-----------|--------------|----------|-----------------|\n  |     9600 | 8/NO       |         1 | NONE      | \\\u003cCR\\\u003e\\\u003cLF\\\u003e | ANSI/WIN | OFF             |\n\n## Example\n\n```javascript\nvar MTSICS = require('mt-sics');\nvar mtsics = new MTSICS({uri: 'tcp://192.168.1.1:4001'});\nmtsics.get_commands(function(err, commands) {\n  if (err) {\n    return console.log(err);\n  }\n  console.log(commands);\n});\n```\n\n## Documentation\n\n  | function | arguments | description |\n  |----------|-----------|-------------|\n  | get_commands | callback | Inquiry of all implemented MT-SICS commands. |\n  | get_mtsics_level | callback | Inquiry of MT-SICS level and MT-SICS versions. |\n  | get_balance_data | callback | Inquiry of balance data. |\n  | get_software_version | callback | Inquiry of balance SW version and type definition number. |\n  | get_serial_number | callback | Inquiry of serial number. |\n  | get_software_id | callback | Inquiry of SW-Identification number. |\n  | get_weight_stable | callback | Send the current stable net weight value. |\n  | get_weight | callback | Send the current net weight value, irrespective of balance stability. |\n  | zero_stable | callback | Zero the balance. |\n  | zero | callback | Zero the balance immediately regardless the stability of the balance. |\n  | reset | callback | Resets the balance to the condition found after switching on, but without a zero setting being performed. |\n  | close | | Close de connection. |\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatlantis-software%2Fmt-sics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatlantis-software%2Fmt-sics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatlantis-software%2Fmt-sics/lists"}