Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - GMG

Pages: [1]
1
Technical support / outcomm and DEC format
« on: December 01, 2004, 06:39:18 AM »
I am using outcomm to send counting interger A like this
outcomm 1,A
The outcomm sends interger A in HEX format ,
how can I change interger A to DEC format

2
Technical support / print 8 bit hex number
« on: October 21, 2004, 09:27:00 AM »
I am sending following HEX string E0 A5 E0 FB 00  to RS232 port
 00 is Interger A and must be 8 bit HEX number. I use interger A for counting. Following PRINT command works ok but not the last part
CHR$(A)

PRINT #1 CHR$(&HE0);CHR$(&HA5);CHR$(&HE0);CHR$(&HFB);CHR$(A);

I am using this to display counting on a 7 segment display with RS232 port.
Interger A does not show the right number, why is that ?
The RS232 7 segment display use the following input format
&HE0,&HA5,&HE0,&HFB,HIGH_BYTE,LOW_BYTE
The interger A should go to HIGH_BYTE,LOW_BYTE





3
Technical support / Low Frequency
« on: September 27, 2004, 02:20:15 AM »
What is the lowest possible frequency to measure with T100MD+. I am trying to make RPM meter to measure
low frequency from 0.5 Hz to 2 Hz and display the change in small stepps. I am using input # 3 and PMON 1 with
PULSEFREQUENCY(1).

Pages: [1]