10-26-2017 10:39 PM
I'm using RMC 9683 with sbrio9607. I've been trying to add serial port 2 of sbrio but when I tried to follow the procedure mention in the NI website it doesn't create any serial port. Is there any different method to add the serial port to sbrio. Please guide
Thanks
10-27-2017 03:29 PM
Hey,
Could you link the NI page that you are currently using to do this? I think it will give us better insight on what you are trying to do exactly
Regards,
Shezaan Noorani
10-29-2017 01:59 AM
http://www.ni.com/pdf/manuals/375463a.pdf
http://www.ni.com/pdf/manuals/375960c.pdf
Please find it
I'm following the procedure that is mentioned in the following link but nothing happened
http://zone.ni.com/reference/en-XX/help/375106C-01/sbrioclipgenerator/peripherals/
10-29-2017 11:35 PM
Sadly you can't do this - I tried to do the same thing. When using the 9683 you don't define a CLIP so you can't configure digital IO to be used as a standard serial port. We had to implement a serial driver in the FPGA code (which I am unable to share - it was supplied password-protected by the vendor who built the board we're mating to the 9683). See https://forums.ni.com/t5/Power-Electronics-Development/Add-additional-serial-ports-when-using-9683/g...
10-30-2017 12:01 AM
Thank you for your reply. I can't even access the onboard serial port. I'm testing the port using the 'simple serial example' in LabVIEW Examples (I'm verifying it through loopback test). Is there any different method to use the onboard serial port?
Regards
10-30-2017 11:25 AM
Do you get an error, or simply no data, when you run the example?
10-30-2017 12:47 PM
Nope, I don't get any data. Neither my com Port is shown under the project. Please tell me how to disable the console out and where it is located. I searched on NI forum but the solution that was given there didn't work out.
It has already consumed so much if time. Please lemme know any possible way to figure it out.
Thanks,
10-30-2017 01:05 PM
Your COM port won't be shown under the project. That doesn't mean there's a problem. There's also no need to disable console out. I'm using the serial port on a 9607, attached to a 9683, for Modbus communication without problems. Please show how you have configured the example program, and how you wired the loopback. Perhaps you wired the wrong pins?
10-30-2017 10:18 PM
I've loopback pin 2 (RXD) and 3 (TXD) of sbrio serial port.
I'm doing the following things
1. Connected 9683 with sbrio 9607
2. For serial communication, using onboard sbrio serial port Loopback pin 2 & 3 (short pin 2 & 3) to simply run the Example i.e. Simple serial from NI Examples
3. Nothing happens. No data received at the read side.
10-30-2017 10:25 PM
Please see this