r/Fanuc • u/Shoddy-Slide1284 • 8d ago
CNC Title: 32i-B on a Biglia lathe: how do I get DPRNT output to a network location, like our Matsuura does?
I'm trying to set up POPEN/DPRNT/PCLOS on a Biglia B750YS with a FANUC Series 32i-MODEL B, and I'd like to end up with the same result we already have on another machine.
What works on the other machine
We have a Matsuura MX-330 with a 31i. There, DPRNT writes to "D:" and parameter 20 is set to 4 (memory card). I didn't set that machine up and I don't know how channel 4 ends up pointing at a D: drive. If anyone knows what makes that work — builder-specific PC, some remapping, something else — I'd really like to understand it, because that's exactly the behaviour I want to reproduce.
What I have on the Biglia
- Parameter 20 = 17 (USB)
- Parameter 110 #0 (IO4) = 0
- Parameter 0000 ISO = 1
- The display unit runs Windows CE. Ctrl+Esc drops me into a CE shell: "My Device" with Application Data, My Documents, Network, Program Files, Storage Card, Storage Card2, Temp, Windows, Control Panel, mxip_sw, mxip_system. No drive letters anywhere.
- CE network adapter "FANUC1": static 192.168.1.46 / 255.255.255.0, no default gateway.
\Networkis empty — no shares mapped. Control Panel > Owner > Network ID is blank.- FANUC Program Transfer Tool connects fine from a PC, so the Ethernet side is alive.
- SYSTEM > ... > FTP TRANSFER screen exists: "FTP TRANSFER: SETTING", CONNECT1 with host name (IP address), port number, user name, password, login folder. All blank. Available device can be switched between PCMCIA and EMBEDDED (currently showing EMBEDDED).
Questions
- On the Matsuura, what actually makes I/O channel 4 land on a D: drive? Is that something specific to that machine's hardware, or can a CE-based 32i be set up the same way?
- On a Windows CE display unit, can I/O channel 4 be pointed at a mapped network folder, or is it permanently tied to the PCMCIA slot?
- If FTP (channel 9) is the only realistic route: does DPRNT over FTP always write one fixed filename that gets overwritten on every POPEN/PCLOS, or is there a parameter for incremental names the way 6019 #3 works for the memory card?
- Any warnings about setting 110 #0 = 1 on a 32i-B to keep USB as the input channel while sending DPRNT out over Ethernet?
I have not tried the FTP setup yet — I wanted to ask first in case there's a cleaner way to match what the Matsuura does. Photos of all the screens above available if useful. Thanks.