Jump to content

C.Guillo

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by C.Guillo

  1. In fact, I can also access to the needed information via a GET request, put I have to pass header informations for authentication. How can I do that with UniStream ?
  2. Hello, I need to get data from a provider via REST API but I must use oauth2 authentification. It needs to be requested with a POST but UniStream can only make GET request. How can I do to get an oauth2 token ?
  3. In fact, I have solved my problem by storing the result of the conversion in an UINT32 and write it in the modbus register. Chris.
  4. Hello, I am developping an application that uses Bronkhorst mass flow controllers with modbus communication. Some years later, I used a vision V570 with success. This time, I am using an Unistream and reading floats with modbus doesn't work properly : the 2 registers are inverted so the value is wrong. I tried to revert the register by using buffers and it works perfectly for read values but values to be written are rounded so I can't send setpoint to my controllers. Does anyone have an explanation ? Below is a snapshot of the conversion code :
×
×
  • Create New...