<html><head></head><body><div>Hello,</div><div>I have been using the Fraud detection module for two years now with no issues, but I only used one profile and call the check_fraud function as follows:</div><div><br></div><div>check_fraud("$var(t_fd_user)", "$rU", "1");</div><div><br></div><div>Now I have the need for two profiles and wanted to call check_fraud using a PV as the profile_id parameter like so:</div><div><br></div><div>$var(t_fd_p) = "1";</div><div>check_fraud("$var(t_fd_user)", "$rU", "$var(t_fd_p)");</div><div><br></div><div>But I always get a CORE PV error and the function fails.  Is what I want to do possible?  What am I doing wrong?</div><div><br></div><div><br></div><div>Kind regards,</div><div>Adrian Fretwell</div></body></html>