Actor Framework Documents

cancel
Showing results for 
Search instead for 
Did you mean: 

Factorial.zip

After watching a video of Carl Hewitt discussing the actor model, I decided to try making a factorial actor in LabVIEW. It's just a quick demo, so it only works for integers 1 through 12.

Comments
Suda苏打!
Member
Member
on
thanks
Suda苏打!
Member
Member
on
do you have experience on actor framework?
Suda苏打!
Member
Member
on

hi,i have some problems,

1.what's the actor core.vi(pictuer red tag)?invoke parient class's do.vi .so i think it's no function in this vi.

捕获.PNG

i guess,the while loop not end,because the "send normal stop.vi"not run ,so the actor will not stop(the factorial.lvclass:Acotr core.vi).

Suda苏打!
Member
Member
on

i suppose: factory.lvclass  send message to self enqueuer ,and dequeue,run the Framework.lvlib:Message.lvclass:do.vi

so the cator core.vi be load in the memory,until the send nomal stop.vi run.the actor will be drop

1.PNG

Contributors