09-19-2019 02:09 AM
Without trigger, the image didn't come out?
Hey, this is not a problem related to trigger configuration.
There is a problem on camera configuration, right?
Did you get desired image from the camera so far?
I guess there is no value to establish synchronization between two devices.
Why don't you check camera configuration again?
09-19-2019 08:11 PM
Looks like a video coming out.
but, the 6321/1433 trigger signal synchronization does not seem to match.
09-19-2019 08:19 PM
10-15-2019 03:16 AM
I am using a camera called OCTOPLUS.
The current image is confirmed.
But the trigger doesn't seem to be correct.
for (int z = 0; z <XRange; z ++)
{
GarvoObuffer [z] = (-0.5 * GalvoVoltage_x + GarvoOffSet_x) + GalvoVoltage_x * z / (XRange);
}
DAQmxErrChk (DAQmxCfgSampClkTiming (m_BScanOutTask "," CounterFrequency, DAQmx_Val_Rising, DAQmx_Val_FiniteSamps, XRange));
DAQmxErrChk (DAQmx SetStartTrigRetriggerable (m_BScanOutTask, TRUE));
DAQmxErrChk (DAQmxCfgDigEdgeStartTrig (m_BScanOutTask, "/ Dev1 / Ctr0InternalOutput", DAQmx_Val_Rising));
DAQmxErrChk (DAQmx WriteAnalogF64 (m_BScanOutTask, XRange, 0, 10.0, DAQmx_Val_GroupByChannel, GarvoObuffer, NULL, NULL));
It doesn't move naturally when you move the x axis.