algorithmic modeling for Rhino
Ready for testing and available to download today are the 1.0-beta versions of the Core feature-set and the Grasshopper client application.
This means that from right now you will be able to test and break work-in-progress versions of:
With that we shall let you get started but don’t forget, this is public now so by all means spread the word to anyone you think may also be interested in testing out this new toolkit.
Happy programming,
The HAL Robotics Team
Website: http://hal-robotics.com
Location: London
Members: 105
Latest Activity: Sep 20, 2023
|
Hi - just installed Hal and trying to connect to my IRC5 controller for an ABB 120. The simulation is working fine but it doesn't seem to be speaking to the physical controller. I am assuming the…Continue
Started by James Charlton Nov 25, 2020.
Hey There. Thank you guys for developing HAL. Things are much easier using it!A quick question: is there any way to sync Arduino/Firefly with HAL?I have a tool attached to my robot and I need to…Continue
Tags: IRC5, Arduino, ABB, Firefly, Robot
Started by Mehdi FarahBakhsh May 15, 2019.
Hi Thibault, I am having problems changing the status bit in HAL. I changed the Flip settings, which works fine in the simulation but nothing is changed in the code generation. How can I make the…Continue
Tags: HAL
Started by Erik Parr. Last reply by Erik Parr Oct 7, 2015.
Hi Thibault,I'm tyring out the simple path example. Is there anyway I can generate Spline movement command for kuka robot? It's much faster than Line movement command especially when there are many…Continue
Started by Kada Liao. Last reply by Kada Liao Aug 7, 2014.
Add a Comment
Hey There. Thank you guys for developing HAL. Things are much easier using it!
A quick question: is there any way to synch Arduino/Firefly with HAL?
HAL Robotics Framework 1.0-beta, now available: HAL Website | Food4Rhino
Dear all,
Due to recurrent issues with the old HAL 5 licensing system on windows 10, I just published a fixing utility on the food4rhino page. All licensed users are invited to execute this utility on their machine after installing the new windows creators update, and future major win10 updates.
Best regards,
Thibault
Hi Thibault Schwartz , Is HAL available for purchase now? I tried your web page and email to purchase the license but no response yet!
Hi Erik. You just have to use the wait component to generate your command (or your can also use a simple string panel), then use the "Commands" input of the toolpath creator. These commands are then available as a separate output on the post-processor, so you can interweave them with your motion instructions.
Hi, I am trying to create a custom motion sequence with Hal using Kuka KRL code. I have hall going to a sequences of points in PTP mode, but I would like to have the robot wait in between each point for x seconds. I can hand write the command in my robot code by adding the line "WAIT SEC 3" for example, but how would I accomplish this in Hal?
here's the files if you want to see my setup
https://www.sendspace.com/file/l0b1sc
Thanks
Hi Ardi,
I suppose you already linked your Arduino signals to the S4C+ controller using some electronics to deal with the 24V to 5V conversion so there is a link between the controller I/Os and your Arduino.
You can use different things to play with the I/Os in HAL:
1) MoveLDO or MoveJDO interpolations directly in the Toolpath Creator component,
2) the Commands tree (that you can populate with a procedure call with all your IO management code for example, or any other trig event) in the Toolpath Creator component that you can merge at the output of the Post Processor with your movement instructions,
3) or (but S4C+ is not supporting it) the HAL to Controller component, that can be used as a virtual PLC to link anything (software) to the robot signals with a 250ms latency. An equivalent for S4C+ would be socket programming if you have the option, and then you suscribe (through a TCP client in GH that you link to your Arduino pin state) to the I/Os that you monitor in a separate non-motion task. But it's a long shot, I do not support this solution on controllers older than IRC5.
Other solution: don't use Arduino, there are plenty of boards compatible with 24V out there. Depending on what you try to achieve, maybe it's even more simple to do it with pure electronics.
Hi,
I am trying to work with IO in HAL. Working with a custom made tool, we need to integrate some moveL on an ABB IRB2400 (S4CPlus controller) with specific action on an Arduino board. Is it possible?
HAL 5 for ABB, KUKA & Universal Robots is now available!
Due to a web hosting problem, the usual emails are down, so if you have any problem please send me a PM or a mail at thibaultschwartz@hotmail.fr
Thanks.
Welcome to
Grasshopper
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by
You need to be a member of HAL Robotics Framework to add comments!