473,569 Members | 2,721 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Catching the product's weight sent via RS32 from a balance

,
,
Hello to all
In the factory I'm working for, there is a PC that
is s
connected to a balance via
RS32 2

I've to write a program in C(or any other
appropriate e
language) that is listening to the balance,
and as soon as a signal is accepted from the RS32-
namely y
the product's weight, it converts it into a numeric
value.

I'll be grateful, if somebody that encountered a
similar
,problem will direct me, how to write such
program
or at least refer me to an
appropriate site

I need an answer as soon as
possible

Thank you in
advance e
Amos
s

I

Jul 30 '07 #1
3 1492
AMOS wrote:
Note, the original post came over with some strange formatting, I have
tried to fix it up. According to the headers the character set was
ISO-Hebrew.
In the factory I'm working for, there is a PC that is
connected to a balance via RS32
>
I've to write a program in C(or any other
appropriate language) that is listening to the balance,
and as soon as a signal is accepted from the RS32-
namely the product's weight, it converts it into a numeric
value.

There's no standard way to read such ports. What you need is a
newsgroup that is appropriate for your platform. If you are working in
some flavor of UNIX, a good place to start is comp.unix.progr ammer. For
Windows, one of the MS groups (I don't know them off-hand).

Brian
Jul 30 '07 #2
AMOS wrote:
,
,
Hello to all
In the factory I'm working for, there is a PC that
is s
connected to a balance via
RS32 2

I've to write a program in C(or any other
appropriate e
language) that is listening to the balance,
and as soon as a signal is accepted from the RS32-
namely y
the product's weight, it converts it into a numeric
value.

I'll be grateful, if somebody that encountered a
similar
,problem will direct me, how to write such
program
or at least refer me to an
appropriate site

I need an answer as soon as
possible

Thank you in
advance e
Amos
s

I
Look Amos, you have to find somebody competent for this job.
Not everybody is a programmer. You should find one, explain him
what the problem is, then make him/her develop the program.

jacob
Jul 30 '07 #3
If you jsut want to read the data from the scale directly into another
application program then you might want to look at a product called
WinWedge. WinWedge is a utility program that is designed to read in
data from a device connected to a serial port (a scale, bar code
scanner, measuring instrument, etc.) and feed the data directly to
some other running application program (Excel, Access, Notepad, etc.)
WinWedge would be the perfect tool for reading in data from any scale
with a RS232 output.
For more information about WinWedge please visit:
http://www.taltech.com/products/winwedge.html
On Mon, 30 Jul 2007 13:05:33 -0700, AMOS <am*****@walla. comwrote:
>,
,
Hello to all
In the factory I'm working for, there is a PC that
is s
connected to a balance via
RS32 2

I've to write a program in C(or any other
appropriate e
language) that is listening to the balance,
and as soon as a signal is accepted from the RS32-
namely y
the product's weight, it converts it into a numeric
value.

I'll be grateful, if somebody that encountered a
similar
,problem will direct me, how to write such
program
or at least refer me to an
appropriate site

I need an answer as soon as
possible

Thank you in
advance e
Amos
s

I
Aug 16 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1574
by: deja | last post by:
Hi all, I am trying to create a product variants facility for an ecommerce site (php/mysql). Each of my products have options & option values stored in the db like this: -------------------- ------------------------- | product_options | | product_option_values |
3
10574
by: Greg | last post by:
On my report I want to have an opening balance signifying all transactions up to the month selected and detailed transactions for the month selected and then a closing blance. I'm perpelexed how to do this Anyone knows how the banks do it with statement formatting? suggestions, ideas welcome.
4
1760
by: Adrijan Josic | last post by:
I have this idea, I need to know if it is possible and how. Let's say you have a content managed site with all its structure and content - everything in a relational database And a "blank" page that loads content from the database. This one single page would have to know what content is requested. Obviously this could be done by pageIDs in...
4
1345
by: moondaddy | last post by:
I have an app where users will upload photos to their shopping cart. When they review their cart I need to include a light weight thumbnail of the image they uploaded. how can I take the image a user uploaded (PixOfMom.jpg at 600k) and convert it to a thumbnail and put into the image url of a .net image control using vb.net 1.1? Thanks! ...
2
1215
by: Eddie Stone | last post by:
I've been tasked to produce some system wherby affiliates can display our products on their website. At the moment affiliates are simply mirroring the site and there is no organisation. I said I could improve on this and add a consistent, convenient system for supplying the latest products to our affiliates. Little did I know that they'd go...
9
1955
by: Mike C# | last post by:
Hi all, 'Nother question. I have a piece of code that is using the MFC CDatabase object to connect to a database. It executes a SQL statement against SQL Server using the ExecuteSQL() function. This brought up the question of capturing the exceptions that are thrown by the CDatabase object. Is there a way for me to trap it in my code...
1
2157
by: ollielaroo | last post by:
Hi guys, Firstly I did do a search for this one first but I couldn't find anything related in this forum. I am using Dreamweaver MX and trying to build admin pages for an ASP site. My problem is I have Categories and various Products in each Category. I'm trying to build a page to EDIT/UPDATE each product.I want to be able to change the...
3
1557
by: lapkorts | last post by:
Hi, I am looking for product catalogue/shop, preferable for Joomla or known CMS with the following two features: 1. Multidimentional. I.e. each product could belong to several trees/ branches same time. For instance I want to find particular product via brand and classification accepted inside particular brand. It is the first dimension....
3
5167
by: Paul H | last post by:
I have a transactions table and a balance table that look something like this: tblTransactions TransactionID (PK Autonumber) ClientID TransactionDate TransactionAmount (currency field, values must be >0) CRDR (indicates whether the transaction is a (credit or debit) StatementDate (Date stamp applied when the “Statement” report is run)
0
7695
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7612
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
1
7668
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
5218
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3653
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3637
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2111
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1209
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
936
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.