• 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 SynqLostInvertGet (  ) 

Description:
SqNodeSynqLostInvertGet allows you to determine if the SynqLost trigger has normal or inverted polarity.
Returns:
(bool) TRUE = inverted, FALSE = normal.
Sample Code:
  if(axis->SqNode->SynqLostInvertGet())
  {
     printf("SynqLost has an inverted polarity trigger state.\n");
  }
See also:
SqNodeSynqLostInvertSet

Copyright © 2009 ---.
All Rights Reserved.