From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Building a simple Modbus RTU

Hey everyone.

 

Got a task i need to do but got absolutely 0 previous experience with LabVIEW and just struggling with it. I laid out exactly what needs to be done below. Maybe somebody with more experience could help. Thanks a lot!

 

*Background: Trying to run 2 VFDs using myRIO which communicate through Modbus RTU to RS-485

 

Simple Interface:

-When start button is clicked, both VFDs are ran, both stop when same button is clicked again. (Register 1) for both vfds

-A speed dial would have -500 to +500 which would control the speed. (Register 2) for both vfds however VFD 2 would run at 2% of the speed (speed/50)

-so ideally just start/stop button and a dial of some sort

 

Every time myRIO sensor is triggered on connector C (DIO1/pin12 and DIO3/pin14) VFD 2 would start spinning the opposite direction. (slave 2, register 2)


Common params im using:

-Connection Type: Serial

-Com port: COM3

-Stop Bits: 1

-Parity: None

-Mode: RTU

-Baud Rate: 115200

-Flow Control: None

Optional/Idk if needed but ideally there.

-Poll Period: 100ms

-Timeout 300ms

-Retries 1

------------------unique params to each slave-----------------------

 

Slave Address:1

Reg 1 = 1 (Starts)

Reg 1 = 0 (Stops)

Reg 2 = -500/500 (Speed controls, negative is reverse)

 

Slave address: 2

Reg 1 = 1 (starts)(but copy slave 1)

Reg 1 = 0 (stops)(but once again copy slave 1)

Reg 2 = (Copy slave 1)/50   i.e. 2% speed

 

Included the manuals just incase.

myRIO Manual: https://www.ni.com/pdf/manuals/376047c.pdf

VFD 1 Manual: https://hiflex.nl/downloads/docu/inv_freq/Application_Note_Optidrive_P2_Modbus_register_map.pdf

VFD 2 Manual: https://hiflex.nl/downloads/docu/inv_freq/Application_Note_Optidrive_E3_Modbus_register_map.pdf

 

 

274682618_656576832305893_8284065906255739278_n.jpg

0 Kudos
Message 1 of 1
(660 Views)