Langster

MrPLC Member
  • Content count

    1
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Langster

  • Rank
    Hi, I am New!

Profile Information

  • Country Canada
  1. FH Vision Macro help

    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.