Please enable JavaScript to view this site.

MovingCap Ethernet Drives - Software Manual

To test input functions without electrically connecting the electrical inputs of the drive to 0V or 24V, you can use the following objects:

Index

Subindex

Type

Type Access

Access Description

Example via web interface/RefGo

3510h

01h

Unsigned32

R/W

Virtual Inputs

Simulate "Input INx is 24V / High". Value range as for object 60FD, i.e.

IN1 = Bit16 (00010000h)
IN2 = Bit17 (00020000h)
IN3 = Bit18 (00040000h)
IN4 = Bit19 (00080000h)
...

RefGo Command:
OW 3510h,1,131072
 
RefGo Response:
OW 3510h,1,131072,OK
 
--> Actuator now "sees" a 24V /High status for IN2 and triggers the defined input function if necessary.

3510h

02h

unsigned16

R/W

Input Function Command

Parameter format
YYZZh - Triggers input function ZZ with parameters from input no. YY.
 
e.g. 0304h - Executes "Function 4 - Timed Motion Absolute" with the movement parameters stored at input no. 3 / object 3513h.

RefGo Command:
OW 3510h,2,772
 
RefGo Response:
OW 3510h,2,772,OK
 
--> corresponds to the HEX numerical value 0304h, i.e. function 4 is executed as described on the left.