09-17-2020 08:20 PM
which one is better?
09-18-2020 03:54 AM
Better? That question makes no sense. They are different Tools that solves different problems.
G# is a tool that allows you to have reference based classes in LV.
AF is a design system that sends data/commands through queues.
They can be combined if you like. 🙂
So, what are you trying to build and which problem are you trying to solve?
09-20-2020 01:52 AM
09-21-2020 05:41 AM
09-21-2020 06:32 AM
Thols is right (as usual) 🙂
To expand on it; i haven't tried, but i assume you can use G# classes as parameters or consumers in an AF-system. I don't know when this would be a good idea, but it'd basically be like sending a DVR to some data as part of a message.
09-21-2020 07:09 AM
Let me add that before launching the root actor you have to start the external create process (call G#Object_StartExternalCreateProcess.vi) lest your G# class might disappear when the actor that created them stops executing.