LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to control a P8 micro linear stepper actuator with LabView and Arduino

Hello,

 

It's been awhile since I've used LabView and I've been tasked to move a P8 Micro Linear Stepper Actuator in their step size increments with the help of a Tic T825 Stepper Motor Controller and Arduino Uno. Can anyone provide suggestions on how to code it using Linx? Is it even possible? Can I use a code similar to a DC motor? The data sheet for the actuator is provided below.

 

P8 Micro Linear Stepper Actuator Datasheet 

 

Tic T825 Stepper Motor Controller

 

Thanks

0 Kudos
Message 1 of 3
(1,050 Views)

Update:

Hello,

 

I got the actuators to move on the Tic Control Software. So that means the actuators will be able to move with the Tic. The code I made recognizes the Tic. But connecting it's not having any effect on controlling the actuators. I've used a code similar to the one listed below to control servo motors. Judging from my code, any suggestions on what type of array I can send to the Byte Array to String? Any help would be appreciated.

 

Thanks,

 

Ethan

 

 

0 Kudos
Message 2 of 3
(953 Views)

Hi EHBio,

 


@EHBio wrote:

Judging from my code, any suggestions on what type of array I can send to the Byte Array to String?


Are you sure your motor controller expects single bytes as commands?

Did you read the manual of that "Tic" driver?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 3 of 3
(932 Views)