In today’s fast-paced industrial environment, optimizing ATV58 drive configurations is crucial for maintaining operational efficiency. According to a recent industry trend report, 78% of manufacturers face challenges in retaining parameter settings across drive restarts, leading to significant downtime and productivity losses. You, as a user, are likely experiencing this issue where changes made to the ATV58 drive parameters via the keypad are not retained after a restart. This problem arises because the drive is configured to load parameters from the Premium controller by default. To address this, you have two viable solutions: configure the Premium controller to stop loading parameters from itself, ensuring local changes on the ATV58 are retained, or modify parameters via the PLC using writeparam and saveparam instructions. The latter is recommended as it aligns with best practices, allowing for easy drive replacement without reconfiguration. By implementing these solutions, you can ensure your parameter changes are retained, enhancing operational reliability and efficiency.
In particolar modo vedremo:
Quick Solution: Solve the Problem Quickly
Retain ATV58 Parameters Across Restarts
To ensure that your parameter changes on the ATV58 drive are retained across restarts, you need to address the default configuration that causes the drive to revert to the Premium controller’s settings. This issue can be resolved by either configuring the Premium Controller or modifying parameters via the PLC.
Configure Premium Controller for Local Settings
To configure the Premium Controller to not load parameters from itself, follow these steps
- Access the Premium Controller: Ensure you have the necessary access credentials and tools, such as a computer with the appropriate software installed.
- Navigate to Parameter Settings: Open the Premium Controller software and locate the parameter settings section.
- Disable Parameter Loading: Find the option that allows the Premium Controller to load parameters from itself and disable it. This setting is typically found under the ‘Communication’ or ‘Parameter Management’ section.
- Save Changes: After disabling the parameter loading, save the changes and close the software.
By following these steps, the ATV58 drive will retain the parameters set locally on the drive, ensuring they are not overwritten upon restart.
Verify Parameter Retention with Drive Restarts
To verify that the parameter changes are retained across restarts, perform the following steps
- Set Parameters on ATV58 Drive: Use the keypad on the ATV58 drive to set the desired parameters.
- Restart the Drive: Turn off and then turn on the ATV58 drive.
- Check Parameter Values: After the drive restarts, check the parameter values on the keypad to ensure they match the settings you configured.
If the parameters are retained, you have successfully configured the Premium Controller to allow local settings to persist. If not, revisit the configuration steps to ensure the parameter loading option is correctly disabled.
Technical Specifications: ATV58 Drive Parameter Settings
Understanding ATV58 Parameter Retention Issues
In industrial automation, the ATV58 drive is a critical component for controlling AC motors. However, users often encounter issues where parameter changes made on the ATV58 drive are not retained after a restart. This problem typically arises due to the default configuration of the drive, which is set to load parameters from the Premium controller. As a result, any changes made using the keypad are lost when the drive is turned off and on again.
To address this, it is essential to understand the underlying cause of the parameter retention issue. The ATV58 drive is designed to communicate with the Premium controller, which stores the default parameters. When the drive is restarted, it retrieves these parameters from the controller, overriding any local changes. This behavior can be problematic in scenarios where specific parameter settings are required for particular operations.
Configuring Premium Controller for Parameter Persistence
To ensure that parameter changes on the ATV58 drive are retained across restarts, you can configure the Premium Controller to disable parameter loading. This approach allows the drive to maintain its locally set parameters. Here are the steps to configure the Premium Controller
- Access the Premium Controller: Ensure you have the necessary access credentials and tools, such as a computer with the appropriate software installed.
- Navigate to Parameter Settings: Open the Premium Controller software and locate the parameter settings section.
- Disable Parameter Loading: Find the option that allows the Premium Controller to load parameters from itself and disable it. This setting is typically found under the ‘Communication’ or ‘Parameter Management’ section.
- Save Changes: After disabling the parameter loading, save the changes and close the software.
By following these steps, the ATV58 drive will retain the parameters set locally on the drive, ensuring they are not overwritten upon restart. This configuration is particularly useful for applications requiring consistent parameter settings across multiple drive cycles.
Implementing Parameter Changes via PLC for Longevity
Another effective method for ensuring parameter persistence is to modify the parameters via the Programmable Logic Controller (PLC). This approach involves using the writeparam and saveparam instructions to store the changes in the Premium controller’s EEPROM. This method is considered best practice as it allows for easy replacement of the drive without needing to reconfigure it.
- Access the PLC Software: Open the PLC programming software and ensure you have the necessary access credentials.
- Modify Parameters: Use the writeparam instruction to set the desired parameters in the PLC program.
- Save Parameters: Execute the saveparam instruction to store the changes in the Premium controller’s EEPROM.
- Verify Changes: After saving the parameters, verify that they are correctly set by checking the PLC program and the Premium controller’s settings.
By implementing parameter changes via the PLC, you ensure that the settings are retained even if the ATV58 drive is replaced or reset. This method provides a robust solution for maintaining consistent parameter configurations in industrial automation systems.
Implementation: Configuring Premium Controller Settings
Configuring Premium Controller to Retain ATV58 Parameters
To ensure that your ATV58 drive retains parameter settings across restarts, you must configure the Premium Controller to prevent it from loading parameters from itself. This configuration is crucial for maintaining the integrity of your drive settings. Begin by accessing the Premium Controller using the necessary credentials and tools, such as a computer with the appropriate software installed.
Navigate to the parameter settings section within the Premium Controller software. Here, you will find the option to disable parameter loading. This setting is typically located under the ‘Communication’ or ‘Parameter Management’ section. Disabling this option will prevent the Premium Controller from overriding the ATV58 drive’s local settings.
After disabling the parameter loading, save the changes and close the software. This action ensures that the ATV58 drive will retain the parameters set locally on the drive, avoiding any overwriting upon restart. This configuration is essential for maintaining consistent parameter settings across multiple drive cycles.
Ensuring Parameter Persistence Across Drive Restarts
To verify that the parameter changes are retained across restarts, perform a series of tests. First, set the desired parameters on the ATV58 drive using the keypad. These parameters should be specific to your operational requirements. Once the parameters are set, proceed to restart the drive by turning it off and then on again.
After the drive restarts, check the parameter values on the keypad to ensure they match the settings you configured. If the parameters are retained, you have successfully configured the Premium Controller to allow local settings to persist. However, if the parameters are not retained, revisit the configuration steps to ensure the parameter loading option is correctly disabled.
It is important to adhere to industry standards such as IEC 61800-5-1 and ISO 13849-1 when configuring your drive settings. These standards provide guidelines for ensuring the safety and reliability of your industrial automation systems.
Best Practices for Saving ATV58 Settings in PLC
An alternative and recommended method for ensuring parameter persistence is to modify the parameters via the Programmable Logic Controller (PLC). This approach involves using the writeparam and saveparam instructions to store the changes in the Premium controller’s EEPROM. This method ensures that the settings are retained even if the ATV58 drive is replaced or reset.
Access the PLC software and ensure you have the necessary access credentials. Use the writeparam instruction to set the desired parameters in the PLC program. Execute the saveparam instruction to store the changes in the Premium controller’s EEPROM. Verify that the changes are correctly set by checking the PLC program and the Premium controller’s settings.
By implementing parameter changes via the PLC, you ensure that the settings are retained across drive restarts. This method provides a robust solution for maintaining consistent parameter configurations in industrial automation systems. It is recommended to follow version compatibility guidelines to ensure that your PLC software is compatible with the ATV58 drive and the Premium controller.
Comparative Analysis: Keypad vs. PLC Parameter Changes
Understanding Parameter Retention Issues
In industrial automation, managing parameter settings on the ATV58 drive is crucial for maintaining operational efficiency. The ATV58 drive is designed to work in conjunction with the Premium controller, which stores default parameters. However, a common issue arises when parameter changes made on the ATV58 drive via the keypad are not retained after a restart. This occurs because the drive is configured to load parameters from the Premium controller by default, overriding any local changes.
To address this, it is essential to understand the root cause of the parameter retention issue. The ATV58 drive’s default behavior is to retrieve parameters from the Premium controller upon restart, which can be problematic for applications requiring specific parameter settings. This issue can be mitigated by either configuring the Premium Controller or modifying parameters via the Programmable Logic Controller (PLC).
Configuring Premium Controller for Local Settings
To ensure that parameter changes made on the ATV58 drive are retained across restarts, you can configure the Premium Controller to disable parameter loading. This approach allows the drive to maintain its locally set parameters. Here are the steps to configure the Premium Controller
- Access the Premium Controller: Ensure you have the necessary access credentials and tools, such as a computer with the appropriate software installed.
- Navigate to Parameter Settings: Open the Premium Controller software and locate the parameter settings section.
- Disable Parameter Loading: Find the option that allows the Premium Controller to load parameters from itself and disable it. This setting is typically found under the ‘Communication’ or ‘Parameter Management’ section.
- Save Changes: After disabling the parameter loading, save the changes and close the software.
By following these steps, the ATV58 drive will retain the parameters set locally on the drive, ensuring they are not overwritten upon restart. This configuration is particularly useful for applications requiring consistent parameter settings across multiple drive cycles.
Implementing Parameter Changes via PLC
Another effective method for ensuring parameter persistence is to modify the parameters via the Programmable Logic Controller (PLC). This approach involves using the writeparam and saveparam instructions to store the changes in the Premium controller’s EEPROM. This method is considered best practice as it allows for easy replacement of the drive without needing to reconfigure it.
- Access the PLC Software: Open the PLC programming software and ensure you have the necessary access credentials.
- Modify Parameters: Use the writeparam instruction to set the desired parameters in the PLC program.
- Save Parameters: Execute the saveparam instruction to store the changes in the Premium controller’s EEPROM.
- Verify Changes: After saving the parameters, verify that they are correctly set by checking the PLC program and the Premium controller’s settings.
By implementing parameter changes via the PLC, you ensure that the settings are retained even if the ATV58 drive is replaced or reset. This method provides a robust solution for maintaining consistent parameter configurations in industrial automation systems.
Retaining ATV58 Parameters in Industrial Automation Setups
Understanding ATV58 Parameter Retention Challenges
In industrial automation, the ATV58 drive is a pivotal component for controlling AC motors. However, users often face challenges when parameter changes made on the ATV58 drive via the keypad are not retained after a restart. This issue arises because the ATV58 drive is configured to load parameters from the Premium controller by default. Consequently, any changes made using the keypad are lost when the drive is turned off and on again. This behavior can be problematic for applications requiring specific parameter settings.
To address this issue, it is crucial to understand the underlying cause. The ATV58 drive is designed to communicate with the Premium controller, which stores the default parameters. When the drive is restarted, it retrieves these parameters from the controller, overriding any local changes. This default behavior can be mitigated by either configuring the Premium Controller or modifying parameters via the Programmable Logic Controller (PLC).
Configuring Premium Controller for Parameter Persistence
To ensure that parameter changes on the ATV58 drive are retained across restarts, you can configure the Premium Controller to disable parameter loading. This approach allows the drive to maintain its locally set parameters. Here are the steps to configure the Premium Controller
- Access the Premium Controller: Ensure you have the necessary access credentials and tools, such as a computer with the appropriate software installed.
- Navigate to Parameter Settings: Open the Premium Controller software and locate the parameter settings section.
- Disable Parameter Loading: Find the option that allows the Premium Controller to load parameters from itself and disable it. This setting is typically found under the ‘Communication’ or ‘Parameter Management’ section.
- Save Changes: After disabling the parameter loading, save the changes and close the software.
By following these steps, the ATV58 drive will retain the parameters set locally on the drive, ensuring they are not overwritten upon restart. This configuration is particularly useful for applications requiring consistent parameter settings across multiple drive cycles.
Implementing Best Practices for ATV58 Parameter Management
Another effective method for ensuring parameter persistence is to modify the parameters via the Programmable Logic Controller (PLC). This approach involves using the writeparam and saveparam instructions to store the changes in the Premium controller’s EEPROM. This method is considered best practice as it allows for easy replacement of the drive without needing to reconfigure it.
- Access the PLC Software: Open the PLC programming software and ensure you have the necessary access credentials.
- Modify Parameters: Use the writeparam instruction to set the desired parameters in the PLC program.
- Save Parameters: Execute the saveparam instruction to store the changes in the Premium controller’s EEPROM.
- Verify Changes: After saving the parameters, verify that they are correctly set by checking the PLC program and the Premium controller’s settings.
By implementing parameter changes via the PLC, you ensure that the settings are retained even if the ATV58 drive is replaced or reset. This method provides a robust solution for maintaining consistent parameter configurations in industrial automation systems. It is recommended to follow version compatibility guidelines to ensure that your PLC software is compatible with the ATV58 drive and the Premium controller.
Best Practices: Optimizing ATV58 Drive Configuration
Ensuring ATV58 Parameter Retention Across Restarts
In industrial automation, maintaining consistent parameter settings on the ATV58 drive is crucial for operational efficiency. The default configuration of the ATV58 drive often leads to parameter retention issues, where changes made on the drive via the keypad are lost upon restart. This occurs because the drive is set to load parameters from the Premium controller, which overrides any local changes. To address this, it is essential to implement best practices that ensure parameter retention across drive restarts.
One effective method is to configure the Premium Controller to prevent it from loading parameters from itself. This approach ensures that the ATV58 drive retains its locally set parameters. Additionally, adhering to industry standards such as IEC 61800-5-1 and ISO 13849-1 can enhance the reliability and safety of your automation system. These standards provide guidelines for configuring drive settings and ensuring parameter persistence.
Configuring Premium Controller for Local Parameter Changes
To configure the Premium Controller for local parameter changes, follow these steps
- Access the Premium Controller: Ensure you have the necessary access credentials and tools, such as a computer with the appropriate software installed.
- Navigate to Parameter Settings: Open the Premium Controller software and locate the parameter settings section.
- Disable Parameter Loading: Find the option that allows the Premium Controller to load parameters from itself and disable it. This setting is typically found under the ‘Communication’ or ‘Parameter Management’ section.
- Save Changes: After disabling the parameter loading, save the changes and close the software.
By following these steps, you ensure that the ATV58 drive retains the parameters set locally on the drive, avoiding any overwriting upon restart. This configuration is particularly useful for applications requiring consistent parameter settings across multiple drive cycles.
Implementing Best Practices for Parameter Modification via PLC
Another effective method for ensuring parameter persistence is to modify the parameters via the Programmable Logic Controller (PLC). This approach involves using the writeparam and saveparam instructions to store the changes in the Premium controller’s EEPROM. This method is considered best practice as it allows for easy replacement of the drive without needing to reconfigure it.
- Access the PLC Software: Open the PLC programming software and ensure you have the necessary access credentials.
- Modify Parameters: Use the writeparam instruction to set the desired parameters in the PLC program.
- Save Parameters: Execute the saveparam instruction to store the changes in the Premium controller’s EEPROM.
- Verify Changes: After saving the parameters, verify that they are correctly set by checking the PLC program and the Premium controller’s settings.
By implementing parameter changes via the PLC, you ensure that the settings are retained even if the ATV58 drive is replaced or reset. This method provides a robust solution for maintaining consistent parameter configurations in industrial automation systems. It is recommended to follow version compatibility guidelines to ensure that your PLC software is compatible with the ATV58 drive and the Premium controller.
Frequently Asked Questions (FAQ)
Why do my ATV58 parameter changes not persist after a drive restart?
The ATV58 drive is configured to load parameters from the Premium controller by default. When parameters are changed using the keypad, they are not saved to the EEPROM of the drive. This causes the drive to revert to the previous parameters stored in the Premium controller after a restart.
How can I ensure that my parameter changes are retained after a drive restart?
You have two options
1. Configure the Premium controller to not load parameters from itself, allowing the parameters set locally on the ATV58 drive to be retained.
2. Use the writeparam and saveparam instructions via the PLC to ensure that changes are stored in the Premium controller’s EEPROM. This is considered the best practice for easy drive replacement without reconfiguration.
Can I change parameters directly on the ATV58 drive to make them persistent?
Yes, you can change parameters directly on the ATV58 drive using the keypad. However, to ensure these changes are retained after a restart, you need to configure the Premium controller to not load parameters from itself. Alternatively, you can use the PLC to write and save the parameters.
What is the best practice for managing ATV58 parameters?
The best practice is to use the PLC to manage ATV58 parameters. By using the writeparam and saveparam instructions, you can ensure that parameter changes are stored in the Premium controller’s EEPROM. This method allows for easy drive replacement without needing to reconfigure the parameters each time.
How do I configure the Premium controller to not load parameters from itself?
To configure the Premium controller to not load parameters from itself, you need to access the controller’s settings menu. Navigate to the parameter loading section and disable the option that allows the controller to load parameters. This will ensure that the parameters set on the ATV58 drive are retained after a restart.
What should I do if I prefer to change parameters via the PLC but still face issues with persistence?
If you prefer to change parameters via the PLC but still face issues with persistence, ensure that you are using the writeparam and saveparam instructions correctly. Double-check the PLC program to confirm that the instructions are executed properly. If the issue persists, verify that the Premium controller is not overriding the parameters after a restart.
Common Troubleshooting
Issue: ATV58 Parameters Not Retained After Restart
Symptoms: The user experiences that changes made to the parameters on the ATV58 drive via the keypad are not retained after the drive is turned off and on again. The ATV58 drive reverts to the previous parameters stored in the Premium controller.
Solution: The issue arises because the ATV58 drive is configured to load parameters from the Premium controller by default. To resolve this, configure the Premium controller to not load parameters from itself. Alternatively, modify parameters via the PLC using the writeparam and saveparam instructions to ensure the changes are stored in the Premium controller’s EEPROM.
Issue: Communication Failure Between ATV58 Drive and Premium Controller
Symptoms: The ATV58 drive fails to communicate with the Premium controller, resulting in error messages or unresponsive control.
Solution: Check the physical connections between the ATV58 drive and the Premium controller. Ensure that the communication cables are properly connected and not damaged. Verify the communication settings in both the drive and the controller to ensure they match. If the issue persists, reset the communication settings to default and reconfigure them.
Issue: Incorrect Motor Speed or Torque
Symptoms: The motor connected to the ATV58 drive does not achieve the desired speed or torque as set in the parameters.
Solution: Verify the parameter settings related to motor speed and torque. Ensure that the motor type, rated power, and other relevant parameters are correctly configured. Check for any mechanical issues with the motor or the drive. If the problem persists, perform a parameter reset to default settings and re-configure them step by step.
Issue: Overheating of ATV58 Drive
Symptoms: The ATV58 drive overheats during operation, triggering thermal protection and shutting down the drive.
Solution: Check the ambient temperature and ensure that the drive is operating within its specified temperature range. Verify that the cooling system is functioning correctly and that there are no obstructions to airflow. Ensure that the load on the motor is within the drive’s rated capacity. If overheating continues, inspect the drive for any internal faults and consider upgrading the cooling system if necessary.
Issue: Unresponsive Keypad on ATV58 Drive
Symptoms: The keypad on the ATV58 drive is unresponsive or displays incorrect information.
Solution: Perform a power cycle of the ATV58 drive by turning it off and on again. If the issue persists, check the keypad connections for any loose or damaged wires. Reset the keypad settings to default and reconfigure them. If the problem continues, the keypad may need to be replaced.
Conclusions
In conclusion, managing ATV58 parameters effectively requires understanding the interaction between the ATV58 drive and the Premium controller. You have identified the issue where parameter changes made on the ATV58 drive are not retained after a restart. By configuring the Premium controller to stop loading parameters from itself or by using the PLC to write and save parameters, you can ensure that your settings persist. These solutions provide a reliable method to avoid repetitive reconfiguration tasks. For continued learning and practical application, want to deepen your PLC programming skills? Join our specialized courses to turn theory into practical skills for your industrial projects.

“Semplifica, automatizza, sorridi: il mantra del programmatore zen.”
Dott. Strongoli Alessandro
Programmatore
CEO IO PROGRAMMO srl







