Search found 5 matches

by omivash
Tue 9. Dec 2014, 13:06
Forum: PCAN-Explorer 5 & Add-ins
Topic: Send message as value of variable
Replies: 7
Views: 6841

Re: Send message as value of variable

I have found a similar problem, that seems to be solved by means of PCAN-Basic API.
http://www.peak-system.com/forum/viewto ... =50&t=1125

Could you please give me any hints, how to start its studding and using for PCAN-Explorer. Is there any description.
by omivash
Tue 9. Dec 2014, 11:48
Forum: PCAN-Explorer 5 & Add-ins
Topic: Send message as value of variable
Replies: 7
Views: 6841

Re: Send message as value of variable

Sorry, i have said not distinctly. Actually I used Wait(500) and it still does not work.
by omivash
Tue 9. Dec 2014, 11:20
Forum: PCAN-Explorer 5 & Add-ins
Topic: Send message as value of variable
Replies: 7
Views: 6841

Re: Send message as value of variable

Thanks for reply,
but i've tried using Wait() in endless loop and it does not work. The PCAN-Explorer hangs and i've got the next message: "The script you are executing is taking longer then expected to run. Click End ..."

It seems like the Wait() can not prevent 100% CPU load. Or i have to start ...
by omivash
Tue 9. Dec 2014, 09:49
Forum: PCAN-Explorer 5 & Add-ins
Topic: Send message as value of variable
Replies: 7
Views: 6841

Re: Send message as value of variable

So, as far as i understand now, it is possible to manipulate variables in VBS-macroses, and to register becoming the desired message from standard macros. But not clear how to start VBS-macros from standard macros when the desired message is received. Is it possible in general? Or there are any ...
by omivash
Mon 8. Dec 2014, 16:36
Forum: PCAN-Explorer 5 & Add-ins
Topic: Send message as value of variable
Replies: 7
Views: 6841

Send message as value of variable

Hi to all,

i am trying to realize something like actuator simulator, which answers with "Real Position" after becoming the desired "setpoint". So my PCAN-Explorers application has to send a variable, which is equal to an other received earlier. I have prepared one variable for receiving and one for ...