Message 1 of 1
Using the Voltage parameter with a lookup table

Not applicable
10-19-2017
01:57 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
So I'm trying to use an instance shared parameter called DD_Voltage to help find the appropriate current in our lookup table. It finds the correct value when I use a text based argument such as "size_lookup("NEC table 430.248", "120V", 0, 2) * 1 A" , but when I try to use the DD_Voltage instance "size_lookup("NEC table 430.248", DD_Voltage, 0, 2) * 1 A" parameter it returns "Unexpected parse error". I'm assuming it has something to do with the variable not being text. The DD_Voltage parameter is set for electrical potential and carries the V unit. Also if anyone has a way of further automating motor schedules I'm all ears, thanks!