If you were writing a program in BASIC to request status from address 5 decimal, you might form a string like this:
DSS05RS$ = CHR$(19) + "0" + "5" + CHR$(6)
You could then send DSS05RS$ to request status from 485DSS address 5. Use similar strings for requesting status from other individual 485DSS's.
If you were writing a program in BASIC to request status from all the 485DSS's on the network, you might form a string like this:
DSSALLRS$ = CHR$(19) + CHR$(18) + CHR$(18) + CHR$(6)
You could then send DSSALLRS$ to request status from all the 485DSS's on the network.
Setting the 485DSS Address
Assign each 485DSS on the
Table 4. Address Switch
| DECIMAL | HEX |
DIP Switch 1 | WEIGHT | WEIGHT |
1 | 1 | 1 |
2 | 2 | 2 |
3 | 4 | 4 |
4 | 8 | 8 |
5 | 16 | 10 |
6 | 32 | 20 |
7 | 64 | 40 |
8 | 128 | 80 |
OFF = Weight False | ON = Weight True |
Factory Default Address = 0 | |
|
|
14 | 485DSS3298 Manual |
B&B Electronics
PH (815)