09-11-2019 08:51 AM
Hello everyone,
I'm trying to set Timestamp Modulo Event value in Labview for GigE cameras.
It works in NI MAX, but in Labview I get the following error:
Have anyone an idea what am I doing wrong or it is really not possible to set this over Labview?
Thank you,
Vlad.
Solved! Go to Solution.
09-13-2019 11:57 AM
Hi Vlad,
Are you sure you are using the right datatype for the Timestamp Modulo Event attribute? Can you read that attribute from LabVIEW without getting an error?
To check the correct format for the attribute you could call the IMAQdx Enumerate Attributes VI which will tell you the datatype and whether the driver thinks it should be Read/Write.
Are you trying to set it while an acquisition is in progress?
Jordan
09-15-2019 12:40 AM
It looks like MAX is set to show the Display Names for the attributes, but the property node requires the actual name. You can click an option at the top of the attribute tree to switch it to show you those names instead. The camera vendor might have made it use a different name than just then display name without spaces.
Eric
09-16-2019 01:58 AM
Thanks, that worked! Changed the name from "TimestampModuloEvent" to "TimestampModulo" and the attribute now can be set with no troubles.