![]() |
|
|||||||
| Embedded Systems and Microcontrollers Discussion forum for projects and working with embedded systems and microcontrollers (FPGAs, PICs, AVRs). Get help with hardware issues and embedded programming. |
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
how to determine the condition for this function currently i am using this coding
case 0:{ set_power_pwm_override(1,true,0); set_power_pwm_override(0,false,1); set_power_pwm_override(2,true,0); set_power_pwm_override(3,false,1); set_power_pwm_override(5,true,0); set_power_pwm_override(4,false,1); break; } case 1:{ set_power_pwm_override(0,true,0); set_power_pwm_override(1,false,1); set_power_pwm_override(3,true,0); set_power_pwm_override(2,false,1); set_power_pwm_override(4,true,0); set_power_pwm_override(5,false,1); break; } } } in order to get the output as attached(untitled2)..but the signal produced from the coding above attached(untitled).. so now, i have no idea how to adjust the coding above especially about the true/false and also the condition 1/0....i do not know how to make the double phase shift..from my result,it only show one phase shift... anyone pls help me..
|
|
| Tags |
| setpowerpwmoverridehelp |
Related Site Pages
|
||||
| Section | Title | |||
| Worksheet | Opamp oscillator circuits | |||
| Textbook | Tesla polyphase induction motors : Ac Motors | |||
| Textbook | Synchronous Motors : Ac Motors | |||
| Textbook | Phase rotation : Polyphase Ac Circuits | |||
| Textbook | Harmonics in polyphase power systems : Polyphase Ac Circuits | |||
| Textbook | The Silicon-Controlled Rectifier (SCR) : Thyristors | |||
| Textbook | Ring counters : Shift Registers | |||
| Textbook | Parallel-in, parallel-out, universal shift register : Shift Registers | |||
| Textbook | Serial-in, parallel-out shift register : Shift Registers | |||
| Textbook | Serial-in/serial-out shift register : Shift Registers | |||
| Thread Tools | |
| Display Modes | |
|
|