• Home
  • Company Info
    • Industries we serve
  • Products
    • Motion Controllers
    • Software
    • Drives
    • Motors
    • I/O
    • Cables
      • SERCOS Cables
      • SynqNet Cables
  • Support
    • RapidCode
    • RapidSetup
    • Steeplechase VLC
    • DSP to SynqNet Translator
  • Downloads
  • Search
  • Contact Us
Overview | MotionController | Axis | MultiAxis | IO | Examples | Topics | ChangeLog | Search for 
RapidCodeSqNode
AnalogInAddressGet
AnalogInCountGet
AnalogInMaskGet
AnalogOutAddressGet
AnalogOutCountGet
AnalogOutMaskGet
CRCInErrorCountGet
CRCOutErrorCountGet
DigitalInAddressGet
DigitalInCountGet
DigitalInMaskGet
DigitalOutAddressGet
DigitalOutCountGet
DigitalOutMaskGet
Download
DownstreamPacketErrorCountGet
DriveCountGet
DriveParamCalculate
DriveParamClear
DriveParamGet
DriveParamReload
DriveParamRestore
DriveParamSet
DriveParamStore
ExactMatchGet
Exists
FPGABranchVersionGet
FPGATypeGet
FPGAVendorGet
FPGAVersionGet
ModelNumberGet
MotorCountGet
MotorOffsetGet
NameGet
NodeDisableEnableGet
NodeDisableEnableSet
NodeDisableInvertGet
NodeDisableInvertSet
OptionGet
PowerFaultEnableGet
PowerFaultEnableSet
PowerFaultInvertGet
PowerFaultInvertSet
SegmentCountGet
SerialNumberGet
ServiceCommand
StatusBitGet
SwitchIDGet
SynqLostEnableGet
SynqLostEnableSet
SynqLostInvertGet
SynqLostInvertSet
TypeGet
UniqueIDGet
UpstreamPacketErrorCountGet
UserFaultAddressGet
UserFaultAddressSet
UserFaultEnable
UserFaultMaskGet
UserFaultMaskSet
UserFaultPatternGet
UserFaultPatternSet
bool ExactMatchGet (  ) 

Description:
SqNodeExactMatchGet returns the status of the version of the SqNode.
Returns:
(long) 1 = the version of this SqNode is an exact match for the software version, 0 = this SqNode version is not an exact match with the software version.
Sample Code:
  if(axis->SqNode->ExactMatchGet() == true)
  {
    printf("This SqNode exactly matches the software version.\n");
  }
Examples:
verifyApp.cpp.

Copyright © 2009 ---.
All Rights Reserved.