Parker Hannifin VERSION 1.0 manual ACR-MOTIONMAX AcroBasic Project Template Files

Models: VERSION 1.0

1 42
Download 42 pages 57.69 Kb
Page 8
Image 8

ACR-MOTIONMAX Installation Guide

8

￿Control Initialized bit (145)… Tells ACR-MOTIONMAX that the machine is initialized (Drives Ready) and ready to Run. Insert your Drive Ready and any other initialization code in this function (30000) to inform ACR-MOTIONMAX that initialization is complete and the machine is ready to run. Program1 is the Main AcroBasic Program, all MS & T Codes are sent from ACR-MOTIONMAX and processed in Program1 as shown.

ACR-MOTIONMAX AcroBasic Project Template Files

When ACR-MOTIONMAX is installed it will install an AcroBasic Template Project so the end user can insert AcroBasic code into ACR-MOTIONMAX’s Predefined Structure of programs and subroutines to form a repeatable control system. This Project is located in…

“C:\Program files\Parker\ACR-MOTIONMAX\AcroBasicFiles”

…and contains 5 files. Copy these files to your Acroview Default Project Folder.

AcroBasic Template Files list:

Prog0.8k:

Sets Axis and Variable Definitions and Axis Homing and Spindle Orient Subroutines.

Prog1.8k:

Contains the M S T Code Processing Code, and all other General Machine Functions.

PLC0.8k:

Contains a Sample Lube System Code Ladder Program.

Sys.8k

Defines System Memory Allocations on the Acroloop Card

Gains.8k

Defines All initial Axis Gains.

Note: The Gains are overwritten when ACR-MOTIONMAX loads as ACR-MOTIONMAX uses the Gain Settings

Defined in the Parameters.Cfg file so be sure to duplicate them in the Parameters.Cfg file.

Setting the Sys.8k file for Programs & Variable Memory Allocation

ACR-MOTIONMAX must be configured with enough memory in the SYS. 8k file, for the type of card used.

PCI buss type cards use DPCB (Dual Port Cache Buffer), ISA buss type cards use FIFO (First in First Out) Edit the 2 parameters of the SYS.8k file depending on the type of card your using (PCI is Default).

 

If using PCI Card

 

 

If using ISA Type Card

 

 

 

 

Clear DPCB

 

Clear FIFO

 

 

 

Dim DPCB (4096)

 

Dim FIFO (4096)

 

 

Sys.8k File listing for PCI Type Controller:

REM-----Clear out old allocations-----

SYS

HALT ALL

NEW ALL

CLEAR

DETACH ALL

REM-----Allocate system memory-----

DIM PROG0 (35000)

 

DIM PROG1 (35000)

 

DIM PROG2 (5000)

 

DIM PLC0 (5000)

 

DIM P (24)

 

DIM DEF (300)

: REM Allocate Bit Variable Space for 300 Variables

CLEAR DPCB

: REM Clear PCI Buss Type Cache Buffer

DIM DPCB (4096) : Rem Allocate for PCI Type Cache Buffer

REM - USER DEFINED AREA

Defining Bit Variables in AcroBasic

Page 8
Image 8
Parker Hannifin VERSION 1.0 manual ACR-MOTIONMAX AcroBasic Project Template Files, Defining Bit Variables in AcroBasic

VERSION 1.0 specifications

Parker Hannifin Corporation, founded in 1917, is a global leader in motion and control technologies. With over a century of experience, the company has established itself as a trusted provider of high-quality solutions across various industries, including aerospace, automotive, healthcare, and manufacturing.

One of Parker Hannifin's main features is its diverse product range, which encompasses a wide array of systems and components designed to enhance the efficiency and reliability of machinery and equipment. The company specializes in hydraulic, pneumatic, and electromechanical systems, demonstrating expertise in fluid and motion control. Their products include hydraulic pumps, valves, cylinders, filters, and various seals, all engineered for optimal performance under demanding conditions.

Parker Hannifin is known for its commitment to innovation and technology. The company invests significantly in research and development to stay at the forefront of technological advancements in its field. This dedication has led to the integration of smart technology in their products, enabling real-time monitoring and predictive maintenance capabilities. The incorporation of IoT (Internet of Things) technology allows customers to optimize their operations while reducing downtime and maintenance costs.

Another characteristic of Parker Hannifin is its emphasis on sustainability. The company has made it a priority to develop eco-friendly products that help reduce energy consumption and environmental impact. By leveraging advanced materials and manufacturing techniques, Parker Hannifin produces lightweight components that improve fuel efficiency in transportation applications, contributing to a lower carbon footprint.

Moreover, Parker Hannifin's global footprint allows it to serve customers in various regions while providing localized support. With manufacturing facilities, distribution centers, and sales offices strategically located worldwide, the company ensures quick response times and tailored solutions for specific market needs.

In summary, Parker Hannifin Corporation is a dynamic leader in motion and control technologies, with a commitment to innovation, sustainability, and customer satisfaction. Their extensive range of high-performance products, coupled with advanced technologies and a global presence, positions Parker Hannifin as a reliable partner for industries seeking to enhance operational efficiency and reliability.