• Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Adding Extensions to Evok

    Official EVOK API
    2
    4
    1630
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • B
      Boernsman last edited by

      I've a hard time to add an extension to evok, I tried different settings in the /etc/evok.conf - no success. Found also no documentation about the extensions and how to add them without using mervis.

      1 Reply Last reply Reply Quote 0
      • B
        Boernsman last edited by

        To be more specific I use Raspbian GNU/Linux 9.1 (stretch) with a Neuron L40x and a xS30 Extension.

        /etc/evok.conf:

        ;[EXTENSION_1]
        device_name = xS30	
        modbus_uart_port = /dev/extcomm/0/0		
        allow_register_access = False		
        scan_frequency = 2			
        scan_enabled = True			
        

        DIP switches on the extension are all OFF, cable length 30cm

        U 1 Reply Last reply Reply Quote 0
        • U
          unix @Boernsman last edited by

          @Boernsman

          Hi
          use

          [EXTENSION_1]
          global_id = 2							
          device_name = xS30						
          modbus_uart_port = /dev/extcomm/0/0 	
          neuron_uart_circuit = 1_01				
          allow_register_access = True 			
          address = 15 							
          scan_frequency = 2 					
          scan_enabled = True 					
          baud_rate = 19200						
          parity = N								
          stop_bits = 1	
          

          Regards

          1 Reply Last reply Reply Quote 1
          • B
            Boernsman last edited by

            Thanks, worked out for me

            1 Reply Last reply Reply Quote 0
            • First post
              Last post