Difference between revisions of "Hardware version ID"

From Granite Devices Knowledge Wiki
Jump to: navigation, search
[checked revision][checked revision]
Line 1: Line 1:
 
Hardware version ID is a numeric identifier that is unique to every GD product model and version.
 
Hardware version ID is a numeric identifier that is unique to every GD product model and version.
==SimpleMotion V1 hardware ID's==
 
*VSD-A - 1xx
 
*VSD-E-80 - 200
 
*VSD-XE-80 - 220
 
*VSD-E-160 - 250
 
*VSD-XE-160 - 270
 
  
 
==SimpleMotion V2 ID format==
 
==SimpleMotion V2 ID format==
Line 13: Line 7:
 
* Change in CC means backwards compatible version to previous one - any modification in design changes this value
 
* Change in CC means backwards compatible version to previous one - any modification in design changes this value
 
Same formatting applies to new FW versioning.  
 
Same formatting applies to new FW versioning.  
===List of used SMV2 ID's===
+
 
 +
The ID is readable from all SMV2 compatible devices from a parameter named SMP_DEVICE_TYPE.
 +
 
 +
===List of used SimpleMotion V2 ID's===
 
*Argon (PCB revision 065): 004000 - AA=00 BB=40 CC=00
 
*Argon (PCB revision 065): 004000 - AA=00 BB=40 CC=00
 
*IONI (PCB revision 026/029, HW variant A): 011000 - AA=01 BB=10 CC=00
 
*IONI (PCB revision 026/029, HW variant A): 011000 - AA=01 BB=10 CC=00
Line 20: Line 17:
 
*Granite Devices' OEM/custom drives: 03xxxx - AA=03 BB=xx CC=xx
 
*Granite Devices' OEM/custom drives: 03xxxx - AA=03 BB=xx CC=xx
 
*Customer (non GD) devices: 800000 or above - AA=80-99 BB=xx CC=xx
 
*Customer (non GD) devices: 800000 or above - AA=80-99 BB=xx CC=xx
 +
 +
==SimpleMotion V1 hardware ID's==
 +
*VSD-A - 1xx
 +
*VSD-E-80 - 200
 +
*VSD-XE-80 - 220
 +
*VSD-E-160 - 250
 +
*VSD-XE-160 - 270
  
 
[[Category:Development]]
 
[[Category:Development]]

Revision as of 13:25, 27 February 2018

Hardware version ID is a numeric identifier that is unique to every GD product model and version.

SimpleMotion V2 ID format

SimpleMotion V2 hardware ID's (used in GD products starting from Argon/2013) have fixed formatting of 000AABBCC where AA=hardware model, BB=hardware version, CC=release number. The number is in decimal format.

  • Change in AA means completely different version (device type)
  • Change in BB means new features and possible some backwards incompatibility between versions - new number if functionality/specs modified
  • Change in CC means backwards compatible version to previous one - any modification in design changes this value

Same formatting applies to new FW versioning.

The ID is readable from all SMV2 compatible devices from a parameter named SMP_DEVICE_TYPE.

List of used SimpleMotion V2 ID's

  • Argon (PCB revision 065): 004000 - AA=00 BB=40 CC=00
  • IONI (PCB revision 026/029, HW variant A): 011000 - AA=01 BB=10 CC=00
  • IONI Pro HC (PCB revision 026/029, HW variant B): 011002 - AA=01 BB=10 CC=02
  • ATOMI (HW variant A): 020000 - AA=02 BB=00 CC=00
  • Granite Devices' OEM/custom drives: 03xxxx - AA=03 BB=xx CC=xx
  • Customer (non GD) devices: 800000 or above - AA=80-99 BB=xx CC=xx

SimpleMotion V1 hardware ID's

  • VSD-A - 1xx
  • VSD-E-80 - 200
  • VSD-XE-80 - 220
  • VSD-E-160 - 250
  • VSD-XE-160 - 270