Drivers Delta Tau Data

Delta TAU PMAC Ethernet communication driver

Delta TAU PMAC Ethernet Communication Driver is the driver to communicate with TAU PMAC of DELTA TAU Data System, Inc. in U.S.A.

1. Read settings

<Figure 1> is read setting example of Delta TAU PMAC Ethernet communication driver.

<Figure 1> Read setting example of Delta TAU PMAC Ethernet communication driver

<Figure 1> is the screen where Device Type(TCP/IP), TAU PMAC IP no.(192.6.94.5), service no.(1025) are input in DEVICE part.

Delta TAU PMAC Ethernet communication driver read schedule

Delta Tau Data Systems, Inc. Is the leading developer and manufacturer for innovative, high-performance machine and motion controllers. With more than 30 years of experience and 1,000,000 axes of motion. EXPLORE Delta Tau's website.

  • OMRON / Delta Tau PMAC-PC Programmable Multi-Axis Controller Manuals, Datasheets, Drivers, Links. Delta-Tau PMAC-PC Datasheet (pdf) Delta-Tau PMAC / PMAC2 Hardware Reference Manual (pdf).
  • OMRON / Delta Tau Universal PMAC-Lite Programmable Multi-Axis Controller Manuals, Datasheets, Drivers, Links. OMRON / Delta Tau Universal PMAC-Lite Manual (pdf) OMRON / Delta Tau Universal PMAC-Lite Manual (pdf) OMRON / Delta Tau PMAC-Lite 1.5 Hardware Reference Manual (pdf) View all OMRON / Delta Tau products.
  • World's leading developer and manufacturer of powerful, flexible, cost-effective motion controllers.

Read schedule setting parameters are as follows:

1) STATION – Don't care.

2) Read Command – Command (Device Memory Type) = P, Q, M, I. (Refer to <Table 1>)

3) Read Start Address – Address = 0 ~ 8191.

4) Save Start Address for Communication Server – saving start address of Communication Server.

5) Read Size – Size = 1 ~ 100.

Read schedule example)

READ, 0, P, 0, 0, 16,
READ, 0, Q, 0, 20, 16,
READ, 0, M, 100, 50, 100,
READ, 0, I, 0, 150, 100,

Delta

<Table 1> is a description of memory type and valid address of Delta TAU PMAC Ethernet communication driver.

Memory TypeContentAddress RangeUnit
P P Memory0 ~ 8191Float/Double
QM Memory0 ~ 8191Float/Double
MM Memory0 ~ 8191WORD/DWORD
II Memory0 ~ 8191WORD/DWORD
<Table 1> Memory type and valid address of Delta TAU PMAC Ethernet communication driver

Delta TAU PMAC Ethernet communication driver store the same data in WORD, DWORD, FLOAT, DOUBLE, INT64 memory, but the data formats are different.

If you click the icon in protocol option part, you can see the dialogue box such as <Figure 2>. you can also set read schedule by using this part.

<Figure 2> Example of Delta TAU PMAC Ethernet Communication Driver’s Option dialogue box

You can set read schedule by using , , button and listbox of <Figure 2>.

<Figure 3> Example of Delta TAU PMAC Ethernet communication driver’s read schedule Add/Edit dialogue box

When you click Add button or Edit button in dialogue box of <Figure 2>, dialogue box of <Figure 3> will be shown.

2. Write settings

You can write memory values of Delta TAU PMAC by using write commands.

Bit write

Bit write setting parameters are as follows:

1) PORT : Port no. (0 ~ 255)

2) STATION : Don't care.

3) ADDRESS : Upper 3~4 address = 0 ~ 8191 : memory address, lower 1 address = 0 ~ F : bit position.

4) EXTRA 1 : Write memory type = P, Q, M, I. (Refer to <Table 1>)

5) EXTRA 2 : Don't care.

Write example 1)

PORT:0, station:0, ADDRESS:0057, Extra1:M, Extra : 0

Delta Tau Data Systems, Inc., Motion Control Solutions

The setting parameter shown above is an example of bit write for 7bit of M0005 memory at Delta TAU PMAC connected with 0 port.

Delta Tau Usb Drivers Windows 7 (2020)

Write example 2)

PORT:0, station:0, ADDRESS:268F, Extra1:M, Extra : 0

The setting parameter shown above is an example of bit write for Fbit of M0268 memory at Delta TAU PMAC connected with 0 port.

Word write

Word write setting parameters are as follows:

1) PORT : Port no. (0 ~ 255)

2) STATION : Don't care.

3) ADDRESS : 0 ~ 8191 : memory address.

4) EXTRA 1 : Write memory type = P, Q, M, I. (Refer to <Table 1>)

5) EXTRA 2 : Don't care.

Write example 1)

PORT:0, station:0, ADDRESS:0012, Extra1:P, Extra : 0

Drivers

The setting parameter shown above is an example of bit write for P0012 memory of Delta TAU PMAC connected with 0 port.

Write example 2)

PORT:0, station:0, ADDRESS:0342, Extra1:Q, Extra : 0

The setting parameter shown above is an example of bit write for Q0342 memory of Delta TAU PMAC connected with 0 port.

Write example 3)

PORT:0, station:0, ADDRESS:0459, Extra1:M, Extra : 0

The setting parameter shown above is an example of bit write for M0459 memory of Delta TAU PMAC connected with 0 port.

Block write

Block Write use 'PlcScanWriteBlock' script function.

You can setting 'ushort/uint/float/double' variable(script variable type) unit. (WORD/DWORD/float/double type)

Script name and type : @PlcScanWriteBlock(int port, int station, int address, string extra1, string extra2, object array_value, int array_size);

Example of secipt 1 (Block Write when write P5 ~ P8 memory to 'WORD' unit, write value =12, 13, 14, 15 )

Drivers Delta Tau Data Portal

ushort writeVal[4];

writeVal[0] = 12;

writeVal[1] = 13;

writeVal[2] = 14;

writeVal[3] = 15;

@PlcScanWriteBlock(0, 0, 5, “P”, “”, writeVal, 4);

Example of secipt 2 (Block Write when write Q10 ~ Q13 memory to 'Float' unit, write value =1.1, 1.2, 1.3, 1.4 )

스크립트 작성 예2(블록 쓰기로 Q10 ~ Q13 메모리 영역을 float 형식으로 출력할 경우)

float fWriteVal[4];

fWriteVal [0] = 1.1;

fWriteVal [1] = 1.2;

fWriteVal [2] = 1.3;

fWriteVal [3] = 1.4;

@PlcScanWriteBlock(0, 0, 10, “Q”, “”, fWriteVal, 4);

Important) Block Write can use 'WORD /DWORD/FLOAT or DOUBLE' unit of TAU PMAC Ethernet communication driver.

Also you can write 1 ~ 10 data for one Block Write. ( 'PlcScanWriteBlock' script function is Supported 10.1.4.3 or higher version)

3. Appearance of Delta TAU PMAC

<Figure 4> shows the appearance of Delta TAU PMAC.

Drivers Delta Tau Data Logger

<Figure 4> Appearance of Delta TAU PMAC

>PLCs >Delta-TAU data system, inc. PMAC Controller SIO

Please acknowledge the following terms of use before you use our download service. Download of any file signifies your agreement to the terms of use.

Terms of Use
  1. Schneider Electric Japan Holdings Ltd. ('SEJH') shall retain all intellectual property rights to the files that SEJH provides for this service.
  2. Who, uses or plans to use SEJH's products, may download and use any file.
  3. Reproduction, disclosure, re-publication, assignment, lease, decompilation, modification, falsification or reuse of any file that SEJH provides for this service shall be prohibited.
    However, for manuals, samples, BMP images and CAD files, you may reprint, duplicate, quote a part of the content or the whole on your company's specification sheets, or instruction manuals for built-in products. Also you may change the layout of the content.
  4. This download service is provided through the Internet. Please acknowledge that SEJH provides no guarantee of the condition at the time of provision, the availability of access and the condition of use concerning this service before you use this service.
  5. Please use this service at your own risk.
  6. If any additional conditions such as service usage conditions are attached to the downloaded files, please comply with such conditions as well.
Notices:
  1. Files are subject to deletion, or modification of the contents or specifications without notice.
  2. Please confirm that the downloading file size completely accords with the download file size shown.
  3. If the file sizes do not match, delete the file without decompressing and then download the same file once again.
Download

Note:

→ Precautions for adding a new driver onto Windows Vista/7
→ Precautions for adding a new driver at Daylight Saving Time

TitleDelta-TAU data system, inc. PMAC Controller SIO
VersionVer. 1.12.04
File NameDTAU_SIO.exe
File Size631KB
Supported SoftwareGP-Pro EX Ver. 2.10.000 or later
Pro-Server EX Ver. 1.30.000 or later
To check your version, go to the ” Help ” menu → ” Version Info ”.
Supported Devices
  • PMAC Series
  • Turbo PMAC Series
Supported Models
  • GP3000 Series
  • LT3000 Series
  • GP4100 Series
    GP4105 (GP-Pro EX Ver. 2.60.000 or later)
    GP4104 (Ethernet Multilink only) (GP-Pro EX Ver. 2.70.000 or later)
  • GP4000M Series (GP-Pro EX Ver. 2.71.000 or later)
  • GP4000 Series (GP-Pro EX Ver. 3.00.000 or later)
Device/PLC Connection ManualFor details, please read the following
PDF:dtau_sio.pdf ( 501KB )
For general information regarding Device connection and documentation conventions, please refer to 'Device/PLC Connection Manual'.
Updated ContentVer. 1.12.04 (May. 27, 2013)
  • New

How to Install (This is a self-extracting file.)

  1. Please make sure that the supported software is installed. Prior to installion, close all applications running on a PC including any resident programs such as a virus detection program, etc.
  2. Click on the file name above to start downloading the file.
  3. After download is complete, double-click on the downloaded file to start installation.
  4. Follow the instructions on the screen.
  5. After installation, start GP-Pro EX/Pro-Server EX.
  6. Select [Delta-TAU data system, inc.] for 'Manufacturer' and [PMAC Controller SIO] for 'Series' in [Device/PLC] settings of [System Settings] on the [Project] menu.
*
When using the driver, be sure to refer to the Device Connection Manual PDF (Shown above). Also, please refer to 'Device/PLC Connection Manual' for general information regarding device connection and documentation conventions.

Update History:

[Ver. 1.12.04] (May. 27, 2013)

New.


Posted: May. 27, 2013

| Return to Top || Back | HOME |
FAQ for use | Protection of Personal Information | Trademark Acknowledgments | About Intellectual Property Rights | Terms of Use
Copyright (C) 2005- Schneider Electric Japan Holdings Ltd. All Rights Reserved.