Anaheim Discounted Package PKG342DPNPSCBL User Manual
Have a look at the manual Anaheim Discounted Package PKG342DPNPSCBL User Manual online for free. It’s possible to download the document as PDF or print. UserManuals.tech offer 523 Anaheim manuals and user’s guides for free. Share the user manual or guide on Facebook, Twitter or Google+.
21 Set Accel/DecelSend acceleration & deceleration parameter to controller. (step/sec2) Set Base Speed Send base speed parameter to the controller. (step/sec) Set Max Speed Send maximum speed parameter to the controller. (step/sec) Set Jog Speed Send fast jog speed parameter to the controller. (step/sec) Set Position Set motor position. Set Direction Set direction to clockwise or counter-clockwise. Set Motor Current Set the current in the motor on or off. Home using Home Switch) Motor will seek the home position by moving towards home switch which will stop the motor, reverse the motor direction and stop when the home limit switch is no longer triggered. (One switch is required to stop anti-backlash) Home using (Soft and Home Switches) Motor will seek the home position by moving towards home switch but motor will slow down to base speed when the soft switch is triggered, followed by triggering the home switch to stop motion. (Two switches are required to stop) Move number of steps Motor will move number of steps entered. Move to Position Motor will move to specified position. Slew Motor will ramp up to maximum speed and keep moving until stop motion is triggered. Stop Soft Ramp motor down to base speed and stop. Stop Hard Stop any motor motion immediately. Inputs View inputs. (checked = On, blank = Off) Outputs View and trigger outputs. (checked = ON, blank = OFF) Verify Parameters Updates and displays controllers parameters sheet and resets the error codes. Tab Sheets - Real Time Motion
22 Encoder Auto CorrectSet the encoder autocorrect feature on or off. Set Encoder Delay Send the encoder delay parameter to the controller. (ms) Set Motor Ratio Send the encoder pulse to motor step ratio to the controller. Set Encoder Retries Send the number of encoder autocorrect retries to the controller . When the autocorrect errors, Output 8 will be triggered. Set Encoder Window Send the encoder window to the controller. Encoder Reset Reset the encoder count to 0 in the controller. Output on the Fly Set the output on the fly feature on or off. Set 1st Output Position Send the 1st position to set the output to the controller. Set # of Steps Between Outputs Send # of steps to take between activated outputs to the controller . Set # of Output Counts Send # of output counts to the controller. Move # of Steps Motor will move number of steps entered. Reset Position to 0 Reset the controller position to 0 (zero). Stop Hard Stop any motor motion immediately. Index on the Fly Set the index on the fly feature on or off. Set Registration Index Send registration index to controller. Slew Motor will ramp up to maximum speed and keep moving until the index on the fly input is activated or a stop motion is triggered. Stop Hard Stop any motor motion immediately. Verify Parameters Updates and displays controllers parameters for this tab sheet. Tab Sheets - Encoder Options and Registration Inputs
23 Analog Max Speed InputSets the analog speed input feature on or off. Set Speed Lower Limit Send the analog speed lower limit to the controller. Set Speed Upper Limit Send the analog speed upper limit to the controller. Set Analog Speed Sets the max speed based on analog voltage measured at input. Analog Position Speed Input Sets the analog position input feature on or off. Set Position Lower Limit Send the analog position lower limit to the controller. Set Position Upper Limit Send the analog position upper limit to the controller. Set Analog Position Motor will move to position based on analog voltage measured at input. Stop Hard Stop any motor motion immediately. Thumbwheel Index Sets the thumbwheel index feature on or off. Move Thumbwheel index Motor will move number of steps set by the thumbwheel switches. Stop Hard Stop any motor motion immediately. Verify Parameters Updates and displays controllers parameters for this tab sheet. Tab Sheets - Analog Input and Thumbwheel Options
24 DPN10601 Memory Available With the create and edit program tab sheet selected, the user can obtain the amount of available memory, located to the right of the Delete command button. The DPN10601 has a maximum available memory of 2046 bytes - each instruction can use from 2 to 7 bytes. Current Program Filename With the create and edit program tab sheet selected, the user can obtain the current program filename, located in the lower left corner of the SMC60WIN window. All programs created by the SMC60WIN soft- ware will have a .mdb and a .bak extension. Tab Sheets - Create and Edit Program Send Program to ControllerSend current program to the controller. View Program in Controller View program in the controller memory. Upload Program in Controller Upload the program in the controller for editing and saving. Enable Autostart Program will start when controller is powered up. Disable Autostart Program will only execute when run is clicked. Run Execute the program in the controller memory. Stop Abort program execution. Add Adds a new line of code to the end of the program. Change Edits the currently selected line of code. Insert Insert a new line of code before the currently selected line of code. Delete Deletes the currently selected line of code.
25 Add/Change/Insert Commands The Add/Change/Insert commands contain four different tab sheets, which are “Motion Commands”, “If/ Then and Output Commands”, “Goto, For Loops, Encoder and Thumbwheel Commands” and “Analog, Registration and Text Commands”. Motion CommandsSoftware section that allows user to enter speeds, positions, direction, etc. If/Then and Output Commands Software section that allows user to manipulate conditional statements and I/0 routines. Goto, For Loop, Encoder and Thumbwheel Commands Software section that allows user to manipulate branching and loop routines ,enter encoder parameters and control the thumbwheel switches. Analog, Regisration and Text Commands Software section that allow user to enter parameters for analog speed and position limits, index on the fly and output on the fly parameters and text strings to be sent. These tab sheets is where the program functions are selected to be added to or to change existing lines of programming code in the Create and Edit Program tab. • To add a line of motion control, select appropriate command, and if required, enter the required value for that particular command. Then, click OK. • Comment is optional, for any lines of code. • The text box above the OK and Cancel buttons will display useful information about each command. Currently Selected Line The currently selected line is indicated in the program by the right pointing arrow/triangle in the left column. Clicking on any line will select a new currently selected line.
26 Add Tab Sheets - Motion Commands Accel/DecelSet program acceleration & deceleration parameter. (step/sec2) Base Speed Set program base (start) speed rate. (step/sec) Max Speed Set program maximum (running) speed rate. (step/sec) Set Jog Speed Set program jogging speed rate. (step/sec) Set Position Set motor position. Direction CW (CCW) Set direction to clockwise or counter-clockwise. Motor Current ON (OFF) Set the current in the motor on or off. Wait ___ Milliseconds This command allows the user to enter a delay in milliseconds. Move ___ Steps Relative move command will allow motor to move the defined number of steps entered. Move to Position Absolute move command will move motor to the position specified. Set Position Allows user to change the position register in the controller. Finish Move Command will allow any motion command to be completed before continuing to the next line of code. This command should be used after every motion command. Repeat Last Move Command will repeat the previous index move. Do not use with encoder autocorrect enabled. Home to Soft, Home Limits Command will begin motion in the direction last entered, seeking the soft input first to slow the motor down to base speed, then to stop when the home limit is triggered. Home to Home Limit Command will begin motion seeking the home limit which will slow the motor down to base speed, reverse the direction and stop when the home limit is no longer triggered. Slew (move continuously) Command will ramp motor up to max speed and keep moving until triggered to stop. Stop Soft Ramp motor down to base speed and stop. Stop Hard Stop any motor motion immediately. End of Program This command is required as the last command in the program code.
27 Add Tab Sheets - If/Then and Output Commands If inputs match below then execute the next line, other - wise skip the next line This conditional command allows the user to execute the next line of code if the inputs triggered match the given value. If the inputs do not match, the next line is skipped. If input matches, then ex- ecute the next line, other - wise skip the next line This conditional command allows the user to execute the next line of code if the spe - cific input triggered matches the given value. If the input does not match, the next line is skipped. Set Outputs The outputs can be turned (on=1) or (off=0). These outputs can be used to trigger PLC operations, relays, solenoids, etc.
28 Add Tab Sheets - Goto, For Loops, Encoder and Thumbwheel Commands GotoCommand allows the program to jump to the specified label. Label Command inserts a label for goto and loop commands. Return from Subroutine Command will return to the last goto and execute the next line of code. Outer Loop Command allows a sequence of commands to be looped a specific number of times to a label. This label must be before the outer loop command.This command cannot be used within an inner loop. Inner Loop Command allows a sequence of commands to be looped a specific number of times to a label. This label must be before the inner loop command. This command can be used within an outer loop. Thumbwheel Index Off Command will disable the ability to use the thumbwheel switches to index. Thumbwheel Index On Command allows the user to use the thumbwheel index. Switch 2 must be in the thumbwheel posi - tion for the thumbwheel to be enabled. Move Thumbwheel Index Relative move command will allow motor to move the defined number of steps set by the thumb - wheel switches. Encoder Auto Correct Off Command will disable the autocorrect of the motor. The encoder value can still be read. Encoder Auto Correct On Command will enable the use of the encoder and autocorrect the motor if needed, based on the encoder registers. Delay Command sets a time delay used for settling time needed after an index is finished: The delay oc- curs before the encoder count is read. Motor Ratio Command sets the number of encoder counts to one motor step. Retries Command sets the number of times the motor can autocorrect itself before erroring. When the auto - correct errors, Output 8 will be triggered. Window Command sets the number of encoder counts the motor is allowed to be of f. Reset Encoder Count Command will reset the encoder count to 0 (zero).
29 Add Tab Sheets - Analog, Registration and Text Commands Analog Speed On (Off)Sets the analog speed input feature on or off. Set Analog Speed Sets the maximum (running) speed based on the analog input. Analog Speed Lower Limit Sets the analog speed lower limit to the value specified. Analog Speed Upper Limit Sets the analog speed upper limit to the value specified. Analog Position On (Off) Sets the analog position input feature on or off. Goto Analog Position Motor will move to the position based on the analog input. Analog Position Lower Limit Sets the analog position lower limit to the value specified. Analog Position Upper Limit Sets the analog position upper limit to the value specified. Output on the Fly On (Off) Sets the output on the fly feature on or off. 1st Output Position Sets the position that the 1st output will trigger during and index. Steps Between Outputs Sets the number of steps between the triggered output. # of Output Counts Set the number of times the output will trigger. Index on the Fly On (Off) Sets the index on the fly feature on or off. Registration Index Sets the value of the index that will occur after the registration input is activated. Send Text Will send the entered text string back to the user. (20 characters maximum)
30 Calculator PPS->RPSConvert from pulses per second to revolution per second. RPS->PPS Convert from revolution per second to pulses per second. Steps Per Rev Enter the number of steps per revolution of the step motor. The default is for a 200 step/ rev motor in half step, which is equal to 400. Close Exit the Calculator.