From 11:00 PM CDT Friday, Nov 8 - 2:30 PM CDT Saturday, Nov 9, ni.com will undergo system upgrades that may result in temporary service interruption.
We appreciate your patience as we improve our online experience.
From 11:00 PM CDT Friday, Nov 8 - 2:30 PM CDT Saturday, Nov 9, ni.com will undergo system upgrades that may result in temporary service interruption.
We appreciate your patience as we improve our online experience.
11-29-2014 05:45 AM
Hi.
i need help on how to change the Trigger/Digital Input polarity for NI 1483R Camera Link Adapter from "active high" to "active low".
when i read the manual, they state that this POLARITY is programmable (see picture below).
i do my FPGA program and its shows the Trigger/Digital input is active high. can somebody help me to change to active low?
i disable all Trigger/TTL/Digital Output (see picture below)
12-01-2014 03:53 PM
I don't believe that there is any built-in triggering functionality in the 1483, and rather any triggering that goes on must be programmed in your LabVIEW VI. I suspect that this is what they mean by "programmable polarity." Since you just read/write to the four TTL lines directly, you can adapt your VI to interpret high or low on those lines as "active" however you see fit.
The FVAL, LVAL, and DVAL active high settings correspond to frame/line/data valid signals, which are part of the camera link interface. The settings on those can be set using an FPGA I/O node in your VI and should match the settings of your camera.
12-01-2014 09:49 PM
Hi etgohomeok,
thank you for the reply..
i used a multi meter to prove. without any fpga running, I just disconnect all connections and measure the IO port using multi meter. they still give me active high (5V).
please advise.