-
Can anyone tell me how to implement the extended frame ID to be sent?I try to give extend bool to 1,but it's not successful.
-
Using the NI-XNET Bus Monitor, it is possible to run in Subordinate mode. This does not seem to be an option when creating a CAN session using this python library, as far as I can tell.
I would li…
-
Add support for any new API elements introduced in NI-XNET 17.0, 17.5 and 18.0
-
The National Instruments have a wide range of CAN interface devices in their hardware portfolio "Industrial Communications Buses". We can provide support for their devices in our BUSMASTER application…
-
This has its roots in the use of NI-XNET's C API. `nxReadFrame` only accepts number of bytes. It then returns the number of frames that can fit within that byte array (unless its single point, in wh…
epage updated
6 years ago
-
Reproduction steps:
1. Connect two CAN ports named CAN1 and CAN2
2. go to nixnet_examples and run can_signal_conversion.py or can_signal_single_point_io.py
3. Insert a non-integer number when pro…
-
Hello I tried using this custom device to send messages with Data length > 8Bytes (raw mode).
The payload is send according to the j1939 spec (multi-packets) but the priority seems to always be equal…
-
This includes
- Deploy (requires alias having been added to the host)
- Undeploy (requires alias having been added to the host)
- GetDatabaseList
epage updated
6 years ago
-
- OS: Win10 Enterprise 1299
- Python version: 3.6.2
- NI-XNET version: 18.5
It would be nice to have a way to manipulate signal values in Signal Out sessions separately. Currently the way to modi…
-
When attempting to script a Host Includes.vi with the EthernetIP Module in a PC, I got the following error window:
![image](https://user-images.githubusercontent.com/26978265/28339909-6eb65b8e-6bd3…