Popular Articles
CPU Processing time
You can make things more efficient if you make sure a BASIC program never waits on WAIT UNTIL. WAIT UNTIL a=0 AND b=2 AND c=3 will keep the process runing in its slot. REPEAT WA(10) UNTIL a=0 AND b=2 AND c=3 will put the process to sleep while ...
DX4 - Encoder Error A47 on drive
When using an Absolute encoder option on the DX4 drives, if the voltage of the encoder battery is too low (<2.45V) encoder error A47 will appear on the drive. Also in the Motor Basic Setup page if you have Absolute Encoder Usage (pn002.2) set to ...
Inquiry about Python Programming
Do you support Python for visual programming? Answer: If Python supports the Windows ActiveX concept or DLLs then the TrioPC Motion ActiveX / DLL can be used. No one at Trio has used Python.
ActiveX: Get controller details
This sample of code is from a Visual Basic Program. It reads system variables from the Motion Coordinator after the TrioPC Motion ActiveX/DLL connection is opened. Dim d_value As Double Dim l_value As Long ...
LinMot latest Drive support DS402 homing & Torque control
LinMot have updated their firmware to include Position, Speed & Torque control now. The respective CoE objects are mapped in the fixed PDO profiles. The below LinMot Drives with Firmware 6.10 able to support this profiles In the attached EC_EXTEND, ...