05-04-2015 01:41 PM
I am trying to get a simple XNET CAN write frame going. Here is the VI I created...
I keep getting this:
I looks like I have a frame set up, so what else could be the issue?
05-04-2015 02:06 PM
Can you post your VI? The error message blocks all of the configuration blocks that you're using.
How are you configuring your session? External DB or are you creating it on the fly?
05-04-2015 02:38 PM
Hey,
I am "trying" to create a session and send data on the fly. I changed my vi back to the simple one I had earlier in the day:
05-04-2015 02:40 PM
I am trying open a session and send a message with the VI in the diagram, no DB. Is that possible. Open XNET session and just send an arbitrary CAN message?
05-04-2015 02:51 PM
I create the XNET Session for a remote PXI machine:
05-04-2015 03:43 PM
Can you show the configuration for your write session?
You do need to define which frames are in that session.
If you want to send arbitrary frames, I think you'll need to work with the in memory database to configure the frame prior to writing to it.
It's been a while since I've done XNET and I don't have any hardware handy at the moment so I may be remembering incorrectly.
05-04-2015 04:18 PM
I got it to work. Had to specify a frame in the XNET configuration. So, yes I need the frame db stuff...