question volatge siemens drive
Friends,
I have doubt, i am from colombia, we work with 110V, 220V, 440V, but not 165V or 380V, how configure my drive siemens for work with 440V three-phase?
thanks
jorge
Please Log in or Create an account to join the conversation.
John
Please Log in or Create an account to join the conversation.
I would expect Siemens to make a drive compatible with as many countries as possible:
www.sensorcentral.com/worldsupport/standards12.php
Please Log in or Create an account to join the conversation.
Just looking at that list and it is not correct for the USA our three phase is 480v and 208v and 220v and 230v and 240v depending on where you live... and lighting is 277v from the stinger leg of a 208v three phase. Hook that up to a PLC and watch the sparks fly...
John
Please Log in or Create an account to join the conversation.
I know I have already responded on this topic, but I have some doubts yet.
I understand it must be connected to 14 and 56. but on the card "7i77"-and also has ENA0 ENA0 +, these are not used?
Still do not understand how to connect the encoder to the card "7i77".
Something more .. about my motor and the spindle drive. I understand that it is also fed to 0 - +10 V, but with respect to the direction of rotation as the drives would understand that is M3 or M4.?
interprets linuxcnc M3 and M4 positive and negative example sends the voltage so?
any help is precious friends, I see that everything is possible now.
thanks
Please Log in or Create an account to join the conversation.
For a drive with an active high enable you would wire ENAX+ to the voltage the
drive enable circuit needs (5V,12V, or 24V typically) and ENAX- to the drive enable input.
For a drive with active low enable you would wire ENAX+ to the enable signal and ENAX- to ground
On the 7I77 ENA5 is different in that it can be controlled independently so it is suggested
that analog channel 5 and ENA5 be used for spindle control
Please Log in or Create an account to join the conversation.
But always be connected, or in my case would only need GND and AOUT1.
I understand that the board "7I77" analog output 5 is specified for the spindle, but my question is how does the driver must rotate CW or CCW? I looked in my manual but can not find vector drive that defines something that clear.
so my question about "ENAX +" and "ENAX-" if they define the direction of rotation of the motors?
or also only need to connect GND and AOUT5 to control the spindle motor?
Thanks friend
Please Log in or Create an account to join the conversation.
especially analog servo drives for the axis. It is very important
that these enables are connected and work properly as they will
disable drive motion:
1. At startup and shutdown
2. With following errors
3. At watchdog bites due to crashes/hardware faults
The ENAX outputs are not for direction control but enabling and disabling the drive.
Direction on axis drives is controlled by the polarity of the +-10V analog signal.
Some spindle drives work (or can work) this way, and others use a 0 to 10V
speed signal and a separate DIR or CW/CCW inputs.
For spindle drives that use a separate dir or CW/CCW inputs you
must use some free 7I77 or 7I64 outputs to drive these signals.
Please Log in or Create an account to join the conversation.
I found in the manual that works the same way as the servomotor. with voltage ranges 0 +-10V.
in this case as I can make it rotate CW and CCW, M3 and M4 code to indicate whether negative or positive voltage commands?
or as I should?
Thank you.
Please Log in or Create an account to join the conversation.
I found in the manual that works the same way as the servomotor. with voltage ranges 0 +-10V.
in this case as I can make it rotate CW and CCW, M3 and M4 code to indicate whether negative or positive voltage commands?
M3 S100 in the G-code shows a value of 100 on the motion.spindle-speed-out HAL pin.
M4 S100 shows -100.
So, it should all happen automatically with the correct HAL connections.
Please Log in or Create an account to join the conversation.