Converting From Network-Cluster-Member to Decimal Form
roger 18-October-2007 03:53:33 PM

Comments


www.windows-tech.info/15/a9d9e168a1d938fa.php
Posted by crouse


The format of each entry is two decimal integers: (gtt type value) ...... is three groups of 8 bits in the form of network-cluster-member.
Posted by waqasahmad


yep Kuan-yin is right
Posted by Hash007


For details:

www.aculab.com/searchpro/index.asp?q=code&g=0&num=25&p=14
Posted by sagitraz


The function below can be used to perform a Network-Cluster-Member to Decimal conversion:

Decimal Point Code = (2048 x Network) + (8 x Cluster) + Member

Lets look at a worked example, take the Point Code 3-115-6.

Thus, Network = 3
Cluster = 115
Member = 6

Decimal Point Code = (2048 x 3) + (8 x 115) + 6

Decimal Point Code = 07070

Posted by Kuan-yin



Posted: 18-October-2007 04:26:19 PM By: Kuan-yin

The function below can be used to perform a Network-Cluster-Member to Decimal conversion:

Decimal Point Code = (2048 x Network) + (8 x Cluster) + Member

Lets look at a worked example, take the Point Code 3-115-6.

Thus, Network = 3
Cluster = 115
Member = 6

Decimal Point Code = (2048 x 3) + (8 x 115) + 6

Decimal Point Code = 07070

Posted: 30-December-2008 05:41:29 AM By: sagitraz

For details:

www.aculab.com/searchpro/index.asp?q=code&g=0&num=25&p=14

Posted: 31-December-2008 01:11:26 PM By: Hash007

yep Kuan-yin is right

Posted: 01-January-2009 01:16:49 AM By: waqasahmad

The format of each entry is two decimal integers: (gtt type value) ...... is three groups of 8 bits in the form of network-cluster-member.

Posted: 14-June-2009 12:07:36 PM By: crouse

www.windows-tech.info/15/a9d9e168a1d938fa.php