Home› Programming
Discussion
Back to discussions page
Robotiq_Customer
Posts: 123 Apprentice
Can't get the FT300 data using a controller Denso... |
11 views
|
Answered | |
/ Most recent by Catherine_Bernier
in Programming
|
3 comments |

in Programming
Hey,
I want to program the Robotiq FT300 on my robot Denso, but I can't simply get the sensor's data.
Here is what I did:
Thanks for the help.
I want to program the Robotiq FT300 on my robot Denso, but I can't simply get the sensor's data.
Here is what I did:
Sub Main Dim Opt As Variant Call Robotiq_FS("Get_Data", Opt) 'Get Force Data PrintMsg "Fx: " & Opt(0) PrintMsg "Fy: " & Opt(1) PrintMsg "Fz: " & Opt(2) PrintMsg "Mx: " & Opt(3) PrintMsg "My: " & Opt(4) PrintMsg "Mz: " & Opt(5) End SubAnd it doesn't work..
Thanks for the help.
Tagged:
Best Answer
-
Catherine_Bernier Posts: 144 Handy
Which Denso controller are you using and do you have the Robotiq FT driver?
Thanks,
[email protected]
https://www.linkedin.com/in/catherinebernier
hmmm... no what's the driver?
Thanks