Skip to main content
Submitted by masihm on Thu, 06/01/2017 - 14:49

Hello,

I am using DMC-4080 unit and would like to use the Terminal and Editor within GDK to capture and save Analog Input data (e.g. .csv or any similar format) of the Encoder Axes 1-8. I am new to GDK and DMC programming, and would NOT want to use the Scope feature of the GDK for now. Can you please help me how to do this?

Thank you for your time.

Masih

Comments 1

KushalP on 06/02/2017 - 13:36

Hi masihm,

How many data points of the Analog Inputs did you want to record? You can use the RC, RA, and RD commands to record the Analog Input values into an Array on your controller. Once the array has recorded all of the sufficient data points on the Analog Inputs, you can upload the arrays and save them as a .csv file with GDK.

For more information on how to record the data into an array refer to the, RC, RA, and RD commands:
RC:
http://galilmc.com/download/comref/com40x0/index.html#record.html+DMC40…

RA:
http://galilmc.com/download/comref/com40x0/index.html#record_array.html…

RD:
http://galilmc.com/download/comref/com40x0/index.html#record_data.html+…