User`s guide
148  Creating FPM Application Licenses 
indexes. 
LicenseType  Specify the type of license to be issued. The default LicenseType is 
“Unlimited”. You may create your own license type designations. 
For example, you could specify a “Demo” license if you plan on 
modifying your FPM application so that the license provided to a 
customer expires after a specified trial period such as 30 days. 
LockType  Specify the type of lock used to uniquely identify a customer’s 
SmartServer. You can specify one of the following four lock types: 
•  MACID. The unique 12-digit hexadecimal Ethernet MAC 
address assigned to each SmartServer. Using the MACID 
ensures that the FPM license you are issuing is associated with a 
specific SmartServer. This is the recommended lock type. 
•  LUID. Any one of the sixteen unique 12-digit hexadecimal 
Neuron IDs assigned to each SmartServer. Using the LUID 
ensures that the FPM license you are issuing is associated with a 
specific SmartServer. You can use this lock type instead of the 
MACID. 
•  User. Some user-defined identifier. 
•  None. No lock type is used. 
Options  Optionally, you can enter any text in this property. For example, you 
could specify the length of a trial period of an FPM, such as “D- 30” 
for 30 days. 
SecretKey  Specify a unique hexadecimal string that functions as the secret key 
for the feature. The secret key is used by the security DLL file in 
calculating the unique license key for the FPM license. You may 
specify a different secret key for each feature. The length of the 
secret key must be appropriate for the security algorithm used. 
<PredefinedFeatures> 
  <Company> 
 <CompanyName>Our Corporation</CompanyName> 
 <ShortCompanyName>Our Company</ShortCompanyName> 
 <LonMarkId>0</LonMarkId> 
 <Feature> 
 <FeatureName>FPM HVAC Controller</FeatureName> 
 <ShortFeatureName>HVAC</ShortFeatureName> 
 <AlgorithmIndex>0</AlgorithmIndex> 
 <LicenseType>Unlimited</LicenseType> 
 <LockType>MACID</LockType> 
 <SecretKey>5BD6217EA180AA116A51AAD1D9A6DD1E</SecretKey> 
 </Feature> 
 <Feature> 
 <FeatureName>FPM Math Function</FeatureName> 
 <ShortFeatureName>Math</ShortFeatureName> 
 <AlgorithmIndex>0</AlgorithmIndex> 
 <LicenseType>Unlimited</LicenseType> 
 <LockType>MACID</LockType> 
 <SecretKey>22222222222222222222222222222222</SecretKey> 
 </Feature> 
  </Company> 
</PredefinedFeatures>










