11 09, 2018

How to implement the PVT profiles using the TML Library

2018-09-11T16:30:06+00:00

A host application that sends the trajectory as PVT points to a Technosoft drive has to implement the following steps: create the callback function that will handle messages with PVT status sent automatically by the drive. The drive will send the PVT status when the buffer is full, low or empty. register the callback function [...]

How to implement the PVT profiles using the TML Library2018-09-11T16:30:06+00:00
11 09, 2018

How to programm the drive, using the TML Library, to send autommatically its status to the host

2018-09-11T16:29:36+00:00

Technosoft drives are able to automatically sent the status to a host device when one or more conditions are met. The steps required to enable this feature from TML_lib Motion libraries are: Set the address of the master and the conditions that trigger the messages transmission. This is done with TS_SendDataToHost function. Register the callback [...]

How to programm the drive, using the TML Library, to send autommatically its status to the host2018-09-11T16:29:36+00:00
11 09, 2018

What is the proper channel name parameter for TS_OpenChannel()

2018-09-11T16:29:13+00:00

The channel name parameter depends on the interface that is used to communicate with the drive. Below are presented the constant values according to the supported communication interfaces: The following constants are declared in TML_LIB.h: - public const Byte CHANNEL_RS232 = 0; - public const Byte CHANNEL_RS485 = 1; - public const Byte CHANNEL_IXXAT_CAN = 2; - [...]

What is the proper channel name parameter for TS_OpenChannel()2018-09-11T16:29:13+00:00
11 09, 2018

How to download a setup file using the TML Library

2018-09-11T16:27:59+00:00

The setup data can be downloaded trough the TML_lib using the TS_DownloadSwFile function. Follow the next steps to download the software file: 1. Generate the software file with the setup data from EasyMotion Studio, with the Application | Create EEPROM Programmer File | Setup Only... menu command. If EasySetUp was used to commission the drive then the [...]

How to download a setup file using the TML Library2018-09-11T16:27:59+00:00
11 09, 2018

How to download a software file with EEPROM Programmer

2021-02-08T13:16:40+00:00

The user can create a software file (with extension .sw) which contains all the data to write into the non-volatile memory of the drive using the EasyMotion Studio or Easy SetUp software. The software file includes both the setup data and the motion program. The software files generated by EasySetUp include only the setup data. The .sw file can be downloaded in drive non-volatile memory with [...]

How to download a software file with EEPROM Programmer2021-02-08T13:16:40+00:00
11 09, 2018

How to implement the PVT profiles using the TML Library

2018-09-11T16:20:24+00:00

A host application that sends the trajectory as PVT points to a Technosoft drive has to implement the following steps: create the callback function that will handle messages with PVT status sent automatically by the drive. The drive will send the PVT status when the buffer is full, low or empty. register the callback function [...]

How to implement the PVT profiles using the TML Library2018-09-11T16:20:24+00:00