Function to generate the group channel reset-fault command (PowerSet). The command can be valid for all axes or only for a subset.
NOTE: The reference to logical or physical axes depends on the one defined in configurator RTE.cfg.
Syntax |
i32 ps_channel_reset_fault (power_set psName, i32 rfMsk [, i32 axMsk=0xFFFFFF]) |
||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
psName |
PowerSet name (of type power_set) |
||||||||||||||||||||||||||||
rfMsk |
Mask of the reset fault commands:
|
||||||||||||||||||||||||||||
axMsk |
Axis mask involved: (optional, default 0xFFFFFF)
|
||||||||||||||||||||||||||||
Result |
Returns:
|
||||||||||||||||||||||||||||
Validity |
Rule, Task |
||||||||||||||||||||||||||||
Note |
The command variable used by RTE to perform the reset is specified by the user in the RTE.cfg file (project configurator) |
Example of use:
|