05-29-2015 02:44 PM
I have a GE50A MFC from NI and am trying to send commands to it via a RS-485 in LabView and cannot get it to work. Has anyone built a VI for this? I have a VI that has worked previously for a p series MFC that I am trying to adapt for my g series MFC. Indicators show that I am sending the right commands to it but I cannot get a response. I tried to send commands directly though the open VISA test panel, but do not get a response that way either. Has anyone tried to do this before? Any idea? Help would be greatly appreciated.
05-29-2015 05:21 PM
06-03-2015 05:03 PM
Hello ckennedy21,
I have the same issue as you.
I tried to send a simple command to check baudrate
@@@001CC?;51
But I get no response.
06-12-2015 12:41 PM
Did you succeed in getting it working? Typically, its hardware issues. Using a a rs232 to 485 adapter? From program view, u want to use term char 59 (semicolon) and for starters, use FF as checksum as opposed to calculating( FF tells G to ignore cksum)
06-12-2015 12:42 PM
Thanks all - It actually ended up being a wiring issue.
Casey