H
I'm using a GSE scale to weigh product. When the scale sends the weight to my computer, the computer parses out the spurious text, and sends the weight only (e.g. 53.2 kg) to a Domino Macrojet printer.
All this is done using MSCOMM controls, and works perfectly.
When the end of a particular batch is reached, the operator presses the "Scale Select" button on the scale control panel, which activates a total macro.
I know that in theory at least it is possible to send data TO the GSE scale, (and in fact have done so myself). Supposedly, the code to send is the apostophe character, which I have tried sending both as text, and as CHR$(128) (I think). Even this got through, because it appeared in the display of the GSE scale.
BUT it did not activate the macro. Does anyone have any experience of these units. It seems it doesn't matter which model GSE scale is used. They sensibly have the same control codes for all models in this series.
Does anyone have any experience of this kind of issue? If so, what am I missing?
I'm using a XP based computer, running VB6, and using the MSCOMM control throughout. All the modules are working fine, since the project has worked reliably for some time. It's merely this issue of trying to control the scales from the computer that's giving so many problems.
Thanks Howard G
All this is done using MSCOMM controls, and works perfectly.
When the end of a particular batch is reached, the operator presses the "Scale Select" button on the scale control panel, which activates a total macro.
I know that in theory at least it is possible to send data TO the GSE scale, (and in fact have done so myself). Supposedly, the code to send is the apostophe character, which I have tried sending both as text, and as CHR$(128) (I think). Even this got through, because it appeared in the display of the GSE scale.
BUT it did not activate the macro. Does anyone have any experience of these units. It seems it doesn't matter which model GSE scale is used. They sensibly have the same control codes for all models in this series.
Does anyone have any experience of this kind of issue? If so, what am I missing?
I'm using a XP based computer, running VB6, and using the MSCOMM control throughout. All the modules are working fine, since the project has worked reliably for some time. It's merely this issue of trying to control the scales from the computer that's giving so many problems.
Thanks Howard G
