12-27-2023 02:16 AM
I want to control the beam shutter with NI DAQ X series (Just want to ON and OFF). In which port should I connect? I tried with digital ports but it didn't work.
12-27-2023 12:37 PM
You need to share a lot more information. The information you gave is like telling the doctor that you're sick.
For starters, please share the following,
12-28-2023 04:53 AM - edited 12-28-2023 04:57 AM
Thank you for your reply. You are right, if I don’t explain my situation properly the doctor might assume the simple seasonal flu is a chronic disease. Let me clarify my situation.
1. The model of the Beam shutter is SC10 - Optical Beam Shutter Controller (THORLAB)
2. The model of the National instrument is NI USB-6341. The manual has been attached.
I tried to control the beam shutter by connecting with the port “PFI 0/P1.0 of digital and timing I/O ” of NI. But, it didn’t work. I am attaching the image.
No LabVIEW design, nothing else. I plan to simply turn ON and OFF the beam shutter with NIDAQ software. I am seeking suggestion about which port or how should I connect it.
I didn’t get any insight into solving this simple problem. I would be pleased if I could get some feedback or ideas from the generous people of the NI community.
1.
2.
12-28-2023 10:02 AM
Still you're missing a few critical details to guide you properly.
12-28-2023 11:21 PM
Answering-
1. Firstly, sorry not to provide the manual of SC-10. Secondly, I want to control the beam shutter with Python code. If I can run it by 6341, the code will also work.
2. I know you got me novice but seriously that much? How can I expect it to run without connecting the other point of cable with the controller? It was connected with the "Trigger IN" point.
3. Yes, it was configured. The external trigger mode was ON, but still no result.
Thank you very much for your cordial intention to help me.
01-03-2024 11:08 AM - edited 01-03-2024 11:09 AM
The next step is to ensure you're generating the trigger, you can use the DAQmx test panels to toggle the digital I/O.
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000YGZPCA4&l=en-US
Navigate to the Digital I/O tab in the test panel, select Port1, select the direction of bit0 as Output (or click the `All Output` button), set the output state of the port bit, and click `Start`. Try changing the output state of the line and check if the SC-10 triggers.
To ensure you're generating a trigger, instead of connecting the BNC cable to SC-10, connect a digital multi-meter to the BNC terminals to monitor the voltage as you control the port line from the Test panel.
If you verified that there is a voltage change at the Port1.0 BNC terminal but SC-10 still fails to trigger, then you need to debug the SC-10 side of things as to why it doesn't trigger despite the DAQ generating the transition.
04-05-2024 02:03 AM
Thanks a lot!