Sign in to follow this  
Followers 0
Langster

FH Vision Macro help

1 post in this topic

Hi all.  I have a scene where, every time I take a picture, I load 4000 values and do a bit of math with values from the picture.  Is there a way to load these values in the scene macro and then access them when I do a macro calculation (in the flow)? Load once, Use often kind of thing?  I've tried setting up an array Scene variable, but can't access it using GetSceneData, probably because it's an array.  I tried the same for System vars.  I found the function "VarPtr" that gets the memory pointer of where a variable is stored, but I can't find the function to get the data at that address.  VB has "GetMem4_", but I can't make that work in the macros.

 

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0