eamars / OpenTrickler-RP2040-Controller

OpenTrickler controller application on RP2040 platform
https://discord.gg/ZhdThA2vrW
GNU General Public License v3.0
13 stars 8 forks source link

Seriell Data from G&G and Kern Scale #15

Open ToniMaroni68 opened 11 months ago

ToniMaroni68 commented 11 months ago

G&G ASCII 9600,8,1,0

Grain [ ][ ][ ][ ][ ]0.00[ ]GN[CR][LF] -[ ][ ]450.38[ ]GN[CR][LF] [ ][ ][ ][ ]10.30[ ]GN[CR][LF] Gramm [ ][ ][ ][ ]0.000[ ]g[ ][CR][LF] -[ ][ ]29.182[ ]g[ ][CR][LF] [ ][ ][ ][ ]0.665[ ]g[ ][CR][LF]

Kern ASCII 9600,8,1,0

Grain [ ][ ][ ][ ][ ][ ][ ][ ]0.01[ ]gn[ ][CR][LF] [ ][ ][ ][ ][ ]-450.45[ ]gn[ ][CR][LF] [ ][ ][ ][ ][ ][ ][ ]10.21[ ]gn[ ][CR][LF] Gramm [ ][ ][ ][ ][ ][ ][ ]0.000[ ]g[ ][ ][CR][LF] [ ][ ][ ][ ][ ]-29.186[ ]g[ ][ ][CR][LF] [ ][ ][ ][ ][ ][ ][ ]0.665[ ]g[ ][ ][CR][LF]

ToniMaroni68 commented 11 months ago

I´l try to find out the commands for "print", "calibration", "zeroing/tare" and "unit selection" Is "counting" also interesting ?

ToniMaroni68 commented 11 months ago

found manual for Kern scale description for RS232 communication see page 31 to 33 in PDF-File 572-573-kb-ds-fkb-ba-e-2176.pdf

also found manual for Kern KCP (Ker Communications Protocol KCP-ZB-e-1712.pdf

ToniMaroni68 commented 11 months ago

found manual für G&G seriell communication but only german :-( description for RS232 communication see page 4 to 5 in PDF-File

Anleitung-Schnittstelle.pdf

eamars commented 6 months ago

Hi @ToniMaroni68 With the help from @SirRenix, we've added the support to G&G scales. Are you able to review the code to see if that works for you? https://github.com/eamars/OpenTrickler-RP2040-Controller/pull/38

ToniMaroni68 commented 6 months ago

Hi @eamars tested the build an it works great with my G&G PLC100B-C. Try to make profiles now for my used powders ;-)

thanks guys for your great workt