Bardownski

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by Bardownski

  1. You are the best! Exactly what I needed. I also added a device.mydevice.purge() I do appreciate it!
  2. Hi, I am looking for some scripting help. I have data properly passing through the Comm port with a null protocol. (see image below) The data is repeating (100 ms) in 13 byte intervals with no carriage return. The data in the first Byte (\x86) is a constant. I am trying to pass this data into variables in DaqFactory which I can display/log/etc. Most of the help I have found uses the "device.myDevice.readUntil()" which I have been unsuccessful at using Would someone be able to push me in the right direction? Thank you in advanced.
  3. Just a follow-up. With the SSTOMM GT200-MT-CA I was able use DAQfatory to both monitor and transmit data to a CANBUS network. I configured the GT200-MT-CA as an Ethernet (TCP/IP) device in DAQfactory. Relatively straight forward. https://sstautomation.com/Products/Modbus_TCP/EtherNet_to_CAN/GT200-MT-CA.html?gclid=CjwKCAjw3ueiBhBmEiwA4BhspCaFj3EIEFhCpVQJK4Uy-cuP-Axj8KiONb_BUb62OU5C1CUphffGXRoCqD4QAvD_BwE
  4. Excellent, I appreciate the information. I am going to keep researching options (though I don’t think there are many). I do currently believe a converter is the way to go. Whatever I end up doing I will update this thread in the future. And if anyone else does have any further thoughts or suggestions, I am all ears.
  5. The Netburner looks like a capable device, however I would prefer not to be programming another microcontroller. Maybe something like this? https://sstautomation.com/Products/Modbus_TCP/EtherNet_to_CAN/GT200-MT-CA.html?gclid=CjwKCAjw3ueiBhBmEiwA4BhspCaFj3EIEFhCpVQJK4Uy-cuP-Axj8KiONb_BUb62OU5C1CUphffGXRoCqD4QAvD_BwE
  6. Hi all. I am looking for suggestions on a method to integrate a CanBus Device into DaqFactory. I understand there is no standard modules or converters thus some custom scripting of the serial ports will have to be done. My question is has anyone successfully done this, and can anyone recommend hardware? I started using Microchip’s CanBus analyzer, this worked great with their software however I am unable to integrate it with DaqFactory. https://www.microchip.com/en-us/development-tool/APGDT002 Thank you in advanced.